Open Kobe-DHVSU opened 2 days ago
Pa-work ng database and yung documentation (ERD and DFD), and here is the structure of data: === DATA ===
Account
Game
Genre
Game and Genre
Game Visited (Or Recent Game)
Favorite Games
User Response
Logs
Eto naman po yung Cardinalities and Relationships: === DATA RELATIONSHIP ===
Game Visited (Many to Many, M:N)
Favorite Game (Many to Many, M:N)
Genre (Many to Many, M:N)
Response (User and Response) (One to Many, 1:N)
Response (Game and Response) (One to Many, 1:N)
Log (One to Many, 1:N)
If may suggestions kayo sa mga details, please let me know so we can update these details before starting the database and documentation.
Let's work po sa structure of data ng system naten para concrete, useful, and organize yung data and info also yung database naten.