Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

This document lists all the requirements for the topic "Submission of data".

 

Oregami gives every user the possibility to supply information about computer and video games (short: "games"): Be it game titles, descriptions, release dates, company & person names and roles, genre and so forth.

 

Exemplary data structure:

These classes/objects could be e.g. Game=>GameTitle or Game=>ReleaseGroup or Release=>CreditSet or anything else from the data model.

List of use cases

  1. Add a new Game (new entities: Game 1x. Modified entities: none)
  2. Add a new Game with one Title (new entities: Game 1x, GameTitle 1x)
  3. Add a new Game with more than one Title (new entities: Game 1x, GameTitle 2x)
  4. Modify a Game (changed fields: field a1, new fields: none)
  5. Modify a Game (changed fields: field a1, new fields: field a2)
  6. please add more!

 

 

 

  • No labels