Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: added announcement schema and create announcement page #47

Merged

Conversation

mio-naka
Copy link
Collaborator

@mio-naka mio-naka commented Feb 28, 2025

Developer: Mio Nakagawa

Closes #33

Pull Request Summary

Completed issue #33 where I created a MongoDB announcement schema as well as the frontend for the create announcement page, along with unit testing.

Modifications

/app/createAnnouncement/page.tsx: created the frontend for the create announcement page
/database/announcementSchema.ts: created announcement schema
tests/CreateAnnouncement.test.tsx: unit testing for the create announcement page

Testing Considerations

Tested using unit testing if it renders the form correctly, updates form fields when user types, handles file selection correctly, handles form submission correctly.

Pull Request Checklist

  • Code is neat, readable, and works
  • Comments are appropriate
  • The commit messages follows our guidelines
  • The developer name is specified
  • The summary is completed
  • Assign reviewers

Screenshots/Screencast

Screenshot 2025-02-28 at 1 33 55 PM

@mio-naka mio-naka linked an issue Feb 28, 2025 that may be closed by this pull request
@elhagen13
Copy link
Collaborator

Thanks for getting your issue in! Looks great!

@elhagen13 elhagen13 merged commit fa5155d into develop Mar 1, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create announcement schema and create announcement page
2 participants