KDRUCSProjects / faculty-system-2023100

3 stars 0 forks source link

Setup Wizard Validation #450

Open mnabimd opened 1 year ago

mnabimd commented 1 year ago

Please create a middleware to only execute the setup_wizard endpoint if the below exists and applies:

  1. No users in users table.
  2. DB is fully empty.

Note: create the validation both in API and DB's trigger. Prevent extra queries and params in the route by using Joi. Just like we have used in other routes.