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

Enable collaborative posts #4

Open
zsarge opened this issue Oct 1, 2024 · 1 comment
Open

Enable collaborative posts #4

zsarge opened this issue Oct 1, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@zsarge
Copy link
Member

zsarge commented Oct 1, 2024

We should update the db model. Currently, a submission has many attachments and reviews. Instead, I propose that a submission has many attachments, and attachments have many reviews.

The ideal use case here is that people will make a post, and then others can add other images in the thread that is created. That way we can add more images.

All of the approved files will be posted. All of the disapproved files will be ignored.

Edge Cases:

  • If someone submits an attachment for an image that already has been posted, then they should receive an error message.
  • If someone posts several attachments in one message, all attachments should be approved/denied at the same time.
@zsarge zsarge added the enhancement New feature or request label Oct 1, 2024
@zsarge
Copy link
Member Author

zsarge commented Oct 1, 2024

To make this more collaborative, we may consider scheduling the posts for like 8am, so that people can add things throughout the day. 🤔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant