Ezer-Lachaim / EZLA

1 stars 19 forks source link

Customize specials requests options #439

Open LEVI-RIVKIN opened 6 months ago

LEVI-RIVKIN commented 6 months ago

Add a setting which allows the ability to customize the list of special request options in the backoffice.

  1. The setting should be in a new settings page in the backoffice.
  2. All settings should be saved under a settings key in the db.
  3. This setting should be named specialRequestOptions.
  4. Each option should contain a unique id and a name.
  5. All settings saved in db should be returned from the server (backend) in a new /settings route.
  6. Show these options in new ride page.
  7. Show these options in backoffice new ride and edit ride.