Commit dfa0398
Add Bookings ft (#7)
* added bookings
* chore: navbar file
* fix: useIntersectionObserver
* added getRoutes (as driver || as passenger) func
* chore: remove redundant file & missing await statements
* refactor --> Routes to Ride fe & be
* chore: naming updates
* getRideById impl
* chore: clean-up & define types
* chore: comment fix
* Update back-end/src/controllers/booking.controller.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update back-end/src/controllers/booking.controller.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* feat: book seat fe
* chore: pagination types
* Update back-end/src/controllers/user.controller.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* chore: upgrade next.js to 16.0.1
* chore: update wrtch and improve refresh token handling
* chore: migration zod v3 to v4
* feat: pagination at user getRides
* feat: driver's data
* feat: me/user-rides fe api
* refactor: corrections
* Update back-end/src/controllers/user.controller.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* chore: linters on commit
* chore: husky install
* chore: lint configuration
* chore: lint fe
* chore: lint fe
* Logout (#9)
* logout feature
* refactor: code improvements
---------
Co-authored-by: sitaras <sitaras@thinkdesquared.com>
---------
Co-authored-by: sitaras <sitaras@thinkdesquared.com>
Co-authored-by: Dimitris Sitaras <45051550+Sitaras@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Dimitris Dimitropoulos <67782772+dabouledidia@users.noreply.github.com>1 parent 10a3629 commit dfa0398
File tree
133 files changed
+3675
-4781
lines changed- .husky
- back-end
- src
- config
- controllers
- middleware
- models
- routes
- schemas
- auth
- services
- user
- types
- express
- services
- utils
- front-end
- src
- api-actions
- app
- (home)
- create-ride
- my-rides
- profile
- ride/[...slug]
- components
- BookingButton
- HomePage
- Layouts
- Profile
- RideCard
- RoutesList
- SearchRidesForm
- UserRidesList
- ui
- Inputs
- configs
- context
- hooks
- lib
- mock
- schemas
- auth
- home
- user
- types
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
133 files changed
+3675
-4781
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
0 commit comments