truckerswelcome / webapp

Web application components (UI and backend)
MIT License
2 stars 2 forks source link

Create a CLI to manage moderation of location #13

Closed iamjillsanluis closed 4 years ago

iamjillsanluis commented 4 years ago

Blocker(s):

The moderation process is done through CLI.

The script should:

  1. Query for all facilities that are approval_status = "pending" and verified = 0
  2. Display the details of the location in the console
  3. Prompt the user if it should be approved or not
  4. On approval, set approval_status = "approved"
  5. On rejection, set approval_status = "rejected"