Opened 9 months ago
Closed 9 months ago
#8 closed task (fixed)
Replace .cvs by json configs
Reported by: | Enrico Schwass | Owned by: | Enrico Schwass |
---|---|---|---|
Priority: | trivial | Milestone: | milestone1 |
Component: | Backend | Version: | 1.0 |
Keywords: | Cc: |
Description
json is better suited for configurations that relate to embedded parts of the configuration
class RecurringPhaseSequence:
def init(self, repetitions, list_of_phases):
A schedule would be sequence of RecurringPhaseSequences.
This can be easily serialized as json
Change History (2)
comment:1 by , 9 months ago
comment:2 by , 9 months ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
json loads and dumps working now