Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

feat: A6 implement #1

Merged
merged 3 commits into from
Feb 28, 2024
Merged

feat: A6 implement #1

merged 3 commits into from
Feb 28, 2024

Conversation

gjzuloaga
Copy link
Contributor

Implementation of A6

@gjzuloaga gjzuloaga requested a review from BoYanZh February 25, 2024 04:23
Copy link
Contributor

@BoYanZh BoYanZh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please fix the failures. You can check them locally by running pnpm lint

just remove the unused imports and useState is enough.


<div className='text-center'>
<Link to="/selectMovie" className='btn btn-primary my-2'>
Go to Select Movies
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you can just add this link to header

src/routes.tsx Outdated
@@ -6,6 +6,9 @@ import MovieCreate from 'pages/MovieCreate'
import NotFound from 'pages/NotFound'
import Register from 'pages/Register'
import RegisterConfirm from 'pages/RegisterConfirm'
import SelectMovie from 'pages/SelectMovie'
import SelectSeat from 'pages/SelectSeat'
import SelectTime from 'pages/SelectTime'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

where is this page?

src/routes.tsx Outdated
@@ -38,6 +41,18 @@ const children: RouteObject[] = [
}
]
},
{
path: '/SelectMovie',
element: <SelectMovie />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Better rename these pages to keep consistency. Like MovieCreate. Start with a noun to make it ordered together in the editor. MovieSelect, MovieTimeSelect, MovieSeatSelect.

@gjzuloaga gjzuloaga requested a review from BoYanZh February 28, 2024 05:13
@BoYanZh BoYanZh changed the title A6 implement feat: A6 implement Feb 28, 2024
@BoYanZh BoYanZh merged commit e705af5 into main Feb 28, 2024
1 check failed
@BoYanZh BoYanZh deleted the a6 branch February 28, 2024 07:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants