15 lines
555 B
Markdown
15 lines
555 B
Markdown
# aircox
|
|
Platform to manage radio programs, schedules, cms, etc. -- main test repo
|
|
|
|
# Applications
|
|
* **programs**: programs, episodes, schedules, sounds and tracks;
|
|
* **streams**: streams and diffusions, links with LiquidSoap;
|
|
* **website**: website rendering, using models defined by the previous apps;
|
|
|
|
|
|
# Code and names conventions and uses
|
|
* absolute dates: datetime fields, named "begin" "end" for ranges and "date" otherwise
|
|
* time range: timefield name "duration"
|
|
* parents: when only one parent, named "parent", otherwise model/reference's name
|
|
|