You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We don’t have the lo-fi design for this page yet, but for now we’ll just create a placeholder page to allow us to implement some key functionality and remove potential bottlenecks
This will serve as the primary page for users accessing the Published Schedule, which will (eventually) allow users to view published schedule events, add new events from the Catalog, and sort/query events, among other features
For now though, this page will consist of a simple table with the following headers: Title, Host, Cohort Year, Confirmed?, Start Time, and End Time
The page should utilize the backend routes created in previous tasks to populate the table with the data currently in the Published Schedule table in the database
Notes
You can verify the page is correctly populating by checking the database as well
Make sure to use ChakraUI components and styling over standard HTML/CSS whenever possible
Add your new page in a new subfolder called pages (i.e. the route should be /src/pages/YourFolder/YourFiles)
Acceptance Criteria
All the data from the published_schedule table is visible in the frontend
* imported chakra components, created table container template
Co-authored-by: liannejl <[email protected]>
* added functionality to PublishedSchedule
Co-authored-by: liannejl <[email protected]>
* Moved PublishedSchedule to correct folder path
* Changed source of backend call to successfully retrieve data from data
* Fixed the dates not showing up on table problem
* Adds ability to properly format multiple cohort years
* edited attr name to display all data + removed tfooter
---------
Co-authored-by: Alyssia Tan <[email protected]>
Co-authored-by: liannejl <[email protected]>
Co-authored-by: liannejl <[email protected]>
Co-authored-by: michellelin1 <[email protected]>
Co-authored-by: ThatMegamind <[email protected]>
Instructions
Notes
pages
(i.e. the route should be/src/pages/YourFolder/YourFiles
)Acceptance Criteria
published_schedule
table is visible in the frontendResources
As always, feel free to message Michael and Michelle if you have any questions!
The text was updated successfully, but these errors were encountered: