Decouple UI from controllers #61
Labels
No labels
Doing
To Do
bug
clarification needed
duplicate
enhancement
help wanted
invalid
question
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nik/veripeditus-server#61
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Some UI features, like game object interaction, are coupled to Leaflet in the map controller right now. That needs to be completely seperated.
On second thought, this is not necessary. Game object interaction should fit into the view, so it should be implemented by the different views.