SeattleColleges / nsc-events-nextjs

NSC Events Web Application
MIT License
5 stars 5 forks source link

Feature: Event Detail Page Add Document Field to More Details #555

Open RMaffei opened 1 month ago

RMaffei commented 1 month ago

For this feature addition, I want to add a document field to the More Details dialog to display information for users, creators, and admins.

1. Feature Name:

### 2. Details: - Feature: Add new document field to 'More Details' dialog - Make changes in component 'ViewMoreDetailsDialog' - End result: Should display a document field that shows relevant information to users. ### 3. Roles: - Admin, Creator, User should all see details after implementation. ### Tasks: - [x] Update 'ViewMoreDetailsDialog' component to include doc field - [x] Ensure it is included in all connected arrays - [x] Ensure conditional rendering for relevant user roles - [x] Test the component across user roles to ensure it is display correctly