Add server admin interface #66
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#66
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?
Add an admin interface for game and world management and the like.
Reassigned to @nik
Assignee removed
Reassigned to @eike
We need to change the function that loads worlds in ui.js, because it only loads enabled worlds and we need to load disabled ones too for being able to implement a button to enable it again in the admin tab.
The admin tab is there.
The two tables in the admin tab are also already there, together with a button to enable/disable the games and worlds behind each game and world.
At the moment, the world and game tables are shown to be empty. It seems as if this occurs because of the worlds and games not being re-/loaded at the correct times. There is a function now to load the games and worlds, called load_games_and_worlds. This function is located in www/src/gamedata.js. It is called whenever opening the dialog or switching to the Administration tab in that dialog.
Added ~82 label
Furthermore, we need to add a possibility to install games that were uploaded, and probably to uninstall games.
Reassigned to @nik
Mentioned in commit
b92f4188eeMentioned in commit
e802d70445changed the description
unassigned @nik