pinchflat/ideas.md
Kieran e3f1b409b9 Improve dev tooling (#30)
* added ex_check and got it passing

* Set up ex_check to run in test env

* Added static code analysis

* Updated actions file

* Updated dockerfile
2024-02-21 17:28:27 -08:00

616 B

  • Write media datbase ID as metadata/to file/whatever so it gives us an option to retroactively match media to the DB down the line. Useful if someone moves the media without informing the UI
    • Use a UUID for the media database ID (or at least alongside it)
  • Look into this and its recommended plugins https://hexdocs.pm/ex_check/readme.html
  • Add output template option for the source's friendly name
  • TODO: Install Elixir 1.16.2 when available to fix bug with ex_check https://github.com/karolsluszniak/ex_check/issues/41#issuecomment-1921390413
    • delete {:elixir_tests, "mix test"} and formatting check