idolpx / csdb-ng

Project to rebuild CSDb from scratch.
MIT License
3 stars 0 forks source link

different versions of the same release must be groupable #13

Open mrdudz opened 2 years ago

mrdudz commented 2 years ago

What the topic says. Currently in csdb every version gets a completely new entry. Instead, certain parts should be inherited from the first version

idolpx commented 2 years ago

I like this idea. It would be cool to pick a specific "Title" and see all of it's releases by different groups on a timeline. And the "Title" record could have information about the official release.

idolpx commented 2 weeks ago

I added "parent_id" to the Release entity to identify and group different versions of the same release.