-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Subtask for #6
Right now I implemented a events.json as single file because:
- Easy to process
- Easy to modify
But there is the possibility of having events/<name>.json instead. This would allow:
- Theoretically infinite events
- No merge-conflicts when adding events
but it also comes with the slight downside that the name needs to be duplicated because events/<name>.json needs to follow file-name-restrictions (no space etc.)
To me the current situation is perfectly fine and i feel the other version is over-engineered. but I would like to see some +1's
Note: This issue exists also for documentation purposes