BZFlag-Dev / bzflag.org

The bzflag.org static website
https://www.bzflag.org
MIT License
8 stars 7 forks source link

Project History page #34

Closed blast007 closed 3 years ago

blast007 commented 4 years ago

I have started creating a Project History page that includes information about the origin of the game, as told by Chris Schoeneman, as well as milestones throughout the years. I'm sure the CSS could use some work, but it was enough for now. I plan to add a few screenshots to show how the game visually changed over the years.

allejo commented 4 years ago

Should the milestones be a collection instead of a dataset? It looks to me like all the dataitems have a summary value that's just markdown, so why not make it a collection instead? I know our downloads_bzflag dataset has two markdown sections, which is why it's not a collection.

If we move this into a collection, we'd be able to store the screenshots in the same folder of said collection thanks to https://github.com/stakx-io/stakx/pull/116, which lines assets with collection items :smile:

Should we add dates (YYYY-MM-DD) to the filenames of these milestones so that they can be sorted in order when we're working on them?