ucsb-cs156-f24 / proj-happycows-f24-11

1 stars 0 forks source link

Added Frontend Table Component for GET/Read Operations for Announcements #27

Closed brianc2730 closed 13 hours ago

brianc2730 commented 3 days ago

Overview

In this PR, admin users should be able to see a table of all the announcements created for a specific commons. The table only shows the announcements for that specific commons and has columns for the id, start/end dates, and the announcement text.

Screenshots

Before:

Screenshot 2024-11-21 at 2 46 50 PM

After:

Screenshot 2024-11-21 at 2 56 28 PM

Dokku Link: https://happycows-brianc2730-dev.dokku-11.cs.ucsb.edu

Future Possibilities

This is the first of the frontend changes for the CRUD operations for the Announcements Feature. Create will be the next frontend change that will be implemented.

Tests

Linked Issues

Closes #16