calblueprint / ace-ny

5 stars 1 forks source link

[feat] Retool Fixes & Projects Awaiting Approval Page #92

Open itsliterallymonique opened 1 week ago

itsliterallymonique commented 1 week ago

This week, you will be fixing the retool and adding the Projects Awaiting Approval Page:

  1. Fixing the retool a. Right now, if we want to go to an individual project we have to click on the tab on the top. However, we don’t want this. You need to 1) hide this tab, 2) make it so that when I click on a project, it will redirect me to the individual project page, and 3) add a back button that when pressed, will send the user back to the “All Projects” Table
  2. Make the Projects Awaiting Approval Page (as a new tab / view): a. We want to add a table that holds all projects where approved == FALSE in the database. b. For each row, we want to have a checkbox to approve and when the user clicks the checkbox, approved == TRUE. c. A button to “mass approve” all projects in the table.
ethan-tam33 commented 2 days ago
Screenshot 2024-12-02 at 3 08 54 AM Screenshot 2024-12-02 at 3 10 36 AM Screenshot 2024-12-02 at 3 09 06 AM

Retool link is here. The "Projects Waiting Approval" page is empty since all the projects have approval.

itsliterallymonique commented 1 day ago

@ethan-tam33 can you add these parts to the projects awaiting approval page:

  1. For each row, we want to have a checkbox to approve and when the user clicks the checkbox, approved == TRUE.
  2. A button to “mass approve” all projects in the table.

I can't see it on the retool