/mands-old

A small app for Amanda

Primary LanguagePython

Mands

Sandbox app for React/FastAPI/PostgreSQL.

Infos about the client and server are in the corresponding directories.

Development guidelines.

Commit

Commit messages are to be started with the following: [service:acronym] i.e. [server:ENH].

Acronyms

  • API: API change
  • BUG: bug fix
  • FIX: fixes wrt to technical issues, e.g. wrong requirements.txt
  • DEP: deprecate something, or remove a deprecated object
  • DOC: documentation, addition, updates
  • ENH: enhancement, new functionality
  • CLN: code cleanup, maintenance commit (refactoring, typos, PEP, etc.)
  • REV: revert an earlier commit
  • TST: addition or modification of tests