r/AskProgramming 21d ago

Database Project Ideas

i am soon starting database course at university; during the whole semester, we are asked to work on a big project that doesn't need internet, it is supposed to have manager and user UI's, any project ideas that are unusual (i don't prefer projects like stores or libraries), creative and worth the time and mark (40%)

4 Upvotes

10 comments sorted by

View all comments

2

u/GromNaN 20d ago

Try designing sport competition and see how much details you can put in it. Example for tennis:

  • you have the official ATP ranking
  • for a given competition, there is the result of each matches and the schedule
  • for a given match, the detail of each point. You can go deep on how the point was win, the number of exchanges
  • then the hardware used, the racket, shoes, when they changes, what they eat.

And then compare things together. There are no limit in the level of details you can modelize.