[[!meta title="Road map"]] The current goal of Obnam development to get the software to a state where its author uses it for real, for at least a subset of their live data, and is ready to ask others to try the software. ~~~roadmap goal: label: "Lars can suggest to other they try Obnam" depends: - encryption_ac - releases - configfile - geninfo - codecleanup encryption_ac: label: "Subplot has initial set of scenarios for encryption" releases: label: "There is a proper release of Obnam" depends: - letsencrypt letsencrypt: label: "Obnam server Ansible set up TLS cert with Let's Encrypt" configfile: label: "There's an easy way to specify the default config file should be used" status: finished summary: label: "'obnam backup' writes a summary of the backup run" status: finished geninfo: label: "Obnam can show information about a generation" depends: - summary codecleanup: label: "LocalGeneration manages its own temporary files" ~~~ # Roadmap legend ```roadmap goal: label: | This is the end goal: if we reach here, there is nothing more to be done in the project depends: - finished - blocked finished: status: finished label: | This task is finished; the arrow indicates what follows this task (unless it's blocked) ready: label: | This task is ready to be done: it is not blocked by anything next: status: next label: | This task is chosen to be done next blocked: label: | This task is blocked and can't be done until something happens depends: - ready - next ```