Skip to content

WIP list of issues relating to Y2K38.

License

AGPL-3.0, Unlicense licenses found

Licenses found

AGPL-3.0
CODE_LICENSE
Unlicense
INFO_LICENSE
Notifications You must be signed in to change notification settings

Y2K38-Wiki/Report

Repository files navigation

Y2K38 - Report

Search page for the list of known open / closed issues relating to Y2K38 issues.


Badge - Discord


Status

  • Collecting more issues

  • Improving indexer

  • Working on search page


Search Ideas & Aspects

  • Client side processing only

  • Optimize index to key less values -> CSV?

  • Quick search for projects with / without open issues / merges

  • Add tags to project data / search

  • Client side pagination

  • Use url params for query & page

  • Lazy loaded project icons

  • Link repository / website


Contributions

Right now collecting issues is the best way of helping.

And correcting collected information.

Workflow

  • Find issue not yet indexed

  • Fork the repository

  • Create a new file / change existing in /Data/Projects/

  • The file should have a readable & related name to the project name

    Replace spaces with -

  • Use the template found in /Data/Project-Template.toml

    Remove sections you don't need / have.

  • If possible make one commit for each project / issue / merge

    Add a reference to the issue(s) / merge(s) in the commit description in the following format :

    `<Organization>/<Project>#<Issue/Merge>

    -> SoftwareMakers/ToolX#234

  • Create a pull request