Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 770 Bytes

TODO.md

File metadata and controls

19 lines (16 loc) · 770 Bytes

Primary TODOs

This document is a basic plan of attack for this project.
The purpose of this document is really just for my own organization.

Tasks

  • Establish basic directory structure
  • Build dev/prod workflow and create boilerplate code
    • Create webapp boilerplate
    • Establish a dev workflow (with a dev sqlite database)
    • Write Dockerfiles
    • Write the docker-compose.yaml file
    • Establish production build workflow
  • Create basic database models
  • Establish daemon structure (threads, socket, etc)
  • Set up communication between the api and daemon (UNIX socket?) & create minimal api endpoint
  • Create docker healthchecks (especially for daemon)