Skip to content

events.json or events/<name>.json? #7

@martinheidegger

Description

@martinheidegger

Subtask for #6

Right now I implemented a events.json as single file because:

  1. Easy to process
  2. Easy to modify

But there is the possibility of having events/<name>.json instead. This would allow:

  1. Theoretically infinite events
  2. 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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions