Skip to content

Latest commit

 

History

History
76 lines (39 loc) · 1.45 KB

README.md

File metadata and controls

76 lines (39 loc) · 1.45 KB

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