wikipedia-game-solver/TODO.md

1.6 KiB

TODO

  • chore: initial commit (+ mirror on GitHub)
  • Deploy first staging version (v1.0.0-staging.1)
  • Implement Wikipedia Game Solver (website) with inputs, button to submit, and list all pages to go from one to another, or none if it is not possible
  • Check, cache and store (in .json file) all Wikipedia Pages and its internal links, maybe use Wikipedia Dump (https://en.wikipedia.org/wiki/Wikipedia:Database_download)?
  • Implement toast notifications for errors, warnings, and success messages
  • Implement CLI (cli)
  • Implement REST API (api) with JSON responses (AdonisJS)
  • Add docs to add locale/edit translations, create component, install a dependency in a package, create a new package, technology used, architecture, links where it's deployed, how to use/install for end users, how to update dependencies with npx taze -l etc.