Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 704 Bytes

DEVELOPER.md

File metadata and controls

30 lines (19 loc) · 704 Bytes

Developer

Deploying

I am using the module deploy to deploy the web application to a VPS.

How to participate

Open a PR explaining your changes and why it should be merged.

WIP

Features I am currently working on:

  • Fixing TODOs of the application

TODO

Features

  • ORM system so that it is easier to insert data
  • Scrap statistics and link them
  • Schema
    • Make an enum "yes, no, unknown" to replace boolean
    • Links between libraries & languages, products & companies
    • Specify a subtype in the TOML file which does not exist but inherit of another

Code quality

  • Increase code coverage
  • Unit test for the web module