Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.39 KB

TODO.md

File metadata and controls

34 lines (25 loc) · 1.39 KB

#TODOs

This is an unordered list of possible todo items for Cockatrice. Note that "improve" and "write" always also means: "document and comment"

##Improve packaging:

  • Improve nsis file git hash extraction, it only works if the build directory is cleared as version_string.cpp does not seem to get updated by git pull/cmake
  • Create script/... for creating Linux packages (deb, rpm, ebuild, ...) or at least an official tarball/git tags; package maintainers dislike using git snapshots so much that they rather ignore software without stable tarballs.

##Scripts

  • Write example init script for servatrice.

##Improve usermanual:

  • Improve Layout, Text, Screenshots; nearly everything is still quick n dirty copy and paste.
  • Add missing TODOs
  • Translate the Documentation
  • Rename the picture filenames to something more meaningful.
  • Create an index, lists of tables/figures/...

##Create developer documentation:

  • Create developer manual
  • Add comments to code
  • Describe which components exist and how they work and interact
  • Describe the *.proto files
  • Comment and document servatrice.sql
  • Document everything!1!!

##Else