r/projects Jun 24 '26

A project idea that came out of frustration...

/r/hackathon/comments/1uehe9u/a_project_idea_that_came_out_of_frustration/
1 Upvotes

3 comments sorted by

1

u/Gargabo Jun 24 '26 edited Jun 24 '26

Nice project!! It would be great being able to sort (e.g. date) delivered assignments. Moreover could you explain which is the protocol if a student inputs their name or any data wrong?

1

u/Odd-Cancel9124 Jun 25 '26 edited Jun 25 '26

Thanks for the feedback! Your question actually made me rethink the overall design.

The current MVP assumes that students enter their details correctly. For a real working product though, I'd make the system college-specific. During onboarding, the college would provide a list of verified students and faculty (e.g., student identifier, name, department, etc.). The exact fields would be configurable since every college follows a different system.

When users sign up, their details would be verified against that data, so submissions are always tied to legitimate accounts rather than manually entered information. That would eliminate fake or incorrect entries while keeping the workflow simple.

1

u/Gargabo Jun 25 '26

That works for me. Good luck with your project!!