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

Allow users to submit milestone images #184

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Nov 22, 2024

  1. Allow users to submit milestone images

    - backend
      - add SubmittedMilestoneImage to models
      - add /submitted-milestone-images post endpoint for users
      - add admin endpoints to get, approve and delete submitted images
    - frontend
      - button to Milestone component for user to upload an image
      - add SubmitMilestoneImageModal
        - with a checkbox for user to agree to conditions before submitting the image
    - admin-frontend
      - add tab with submitted images for review (accept / delete)
      - add text prop to SaveButton component
    - resolves #50
    lkeegan committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    ff2e94b View commit details
    Browse the repository at this point in the history