]> rtime.felk.cvut.cz Git - hubacji1/coffee-getter.git/blobdiff - README.md
Enable hero comments
[hubacji1/coffee-getter.git] / README.md
index 4e5c14d39cdaf4f99edfeab34bd98af68151e7b9..e4d7bdf3c2b55c4392a83886252e409e1272def6 100644 (file)
--- a/README.md
+++ b/README.md
@@ -2,6 +2,19 @@
 Somehow friendly API to get and share coffee related data from database.
 
 # Development
+## Database and Getter
+`cbdb` module is used as interface to database. When getting data from
+database, add methods here.
+
+Data got from database are processed in `cbgetter` module. Feel free to add
+formatting methods here. Also communication to slack is handled in this module.
+
+## Runnables
+Scripts to be run by systemd timers should by as simple as possible, runnable,
+python3 script file.
+
+There are no tests needed for runnables.
+
 ## Timers
 For running tasks periodically, please see [Timers][6] and [User][7] pages
 about systemd on archlinux wiki.