Skip to content

Frontend v0.dev setup#557

Merged
gyoumi merged 15 commits intoCHAOS-224-KHAOS-rewritefrom
CHAOS-554-FE-v0-setup
Aug 1, 2025
Merged

Frontend v0.dev setup#557
gyoumi merged 15 commits intoCHAOS-224-KHAOS-rewritefrom
CHAOS-554-FE-v0-setup

Conversation

@gyoumi
Copy link

@gyoumi gyoumi commented Jun 9, 2025

setup shadcn components for FE adaptation of https://v0.dev/chat/application-flow-design-X54QMzxmVgp

minhle35 and others added 8 commits April 14, 2025 11:29
- Add five question component types: ShortAnswer, Dropdown, MultiChoice, MultiSelect, and Ranking
- Create test route for component demonstration
- Modify ApplicationForm to handle different question types
- Update typing for question data structure
…elected options

- Added prominent border for dropdown box
- Implemented light blue hover effect for options
- Added conditional highlighting for selected options with checkmark
- Increased width of textarea using cols attribute
- Set default height to 3 rows
- Improved visual presentation of text input area
- Reflect dependency resolution changes from recent package updates
@gyoumi gyoumi changed the base branch from main to CHAOS-545-frontend-rerouting June 9, 2025 15:42
@minhle35 minhle35 force-pushed the CHAOS-554-FE-v0-setup branch from 1d33e3a to 763c71b Compare June 13, 2025 11:33
* refactor: replace MultipleChoice twin.macro with ShadCN UI components

* refactor: replace MultiSelect React Component with ShadCN UI components

* fix dropdown component

* refactor multiple choice

* refactor short answers

* refactor testing route for question components

* update yarn.lock
@KavikaPalletenne KavikaPalletenne linked an issue Jul 23, 2025 that may be closed by this pull request
@KavikaPalletenne KavikaPalletenne changed the title Chaos 554 fe v0 setup Frontend v0.dev setup Jul 23, 2025
peternuyn and others added 4 commits August 1, 2025 17:37
* feat: interview page for user and admin. User still has css issues.

* feat: fix the calendar css isue, still persist

* feat: add DayPilot library for enhanced calendar functionality and improve code formatting in admin and user booking components

---------

Co-authored-by: Peter Nguyen <z5662723@ad.unsw.edu.au>
* feat: create new page for application review with static path

* feat: fix route to include campaign_id not static id and provide fallback if campaign ID not provided and fix ranking component with a default value check to make sure defaultValue is not  undefined, null

* fix: add dynamic width support to Dropdown, Ranking, and ShortAnswer components; remove display=flex from Box in App.tsx

- Enabled dynamic width prop on Dropdown, Ranking, and ShortAnswer for better layout flexibility
- Removed  from Box in App.tsx to fix children layout issues

* fix: add more details for fallback campaign

* fix: make API call as written in this PR https://github.com/devsoc-unsw/chaos/pull/562/files and keep current fallback

* feat: add explanation for pages/application_review/index.tsx at the top

* fix: modify explanation in URL patterns and remove unused import

---------

Co-authored-by: gyoumi <87557702+Gyoumi@users.noreply.github.com>
* feat: add Admin Application Dashboard and update routes

- Introduced a new Admin Application Dashboard component for managing application reviews.
- Updated routes to include the new dashboard at the path "/admin/application-dashboard".

* refactor: streamline Admin Application Dashboard with AI integration and mock data

- Replaced hardcoded mock application data with external JSON files for better maintainability.
- Introduced a modal-based AI assistant for enhanced user interaction.
- Updated application review features, including localStorage persistence for selected applications.
- Improved UI elements for better accessibility and responsiveness.
- Updated README to reflect new features and data structure.

* minor fix for typo

---------

Co-authored-by: Peter Nguyen <z5662723@ad.unsw.edu.au>
Co-authored-by: Isaac <isaackim1412@gmail.com>
Co-authored-by: gyoumi <87557702+Gyoumi@users.noreply.github.com>
@gyoumi gyoumi changed the base branch from CHAOS-545-frontend-rerouting to CHAOS-224-KHAOS-rewrite August 1, 2025 09:50
@gyoumi gyoumi merged commit 2280819 into CHAOS-224-KHAOS-rewrite Aug 1, 2025
4 checks passed
@gyoumi gyoumi deleted the CHAOS-554-FE-v0-setup branch August 1, 2025 10:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Adapt v0.dev output to FE codebase

3 participants