Opened 16 months ago
Closed 15 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 , 15 months ago
comment:2 by , 15 months ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/playground/chrome/site/playground.png)
json loads and dumps working now