Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Predefined rooms #124

Open
gvd1 opened this issue Mar 9, 2018 · 0 comments
Open

Predefined rooms #124

gvd1 opened this issue Mar 9, 2018 · 0 comments
Labels
Milestone

Comments

@gvd1
Copy link
Collaborator

gvd1 commented Mar 9, 2018

To make the workflow simpler for the counselors, we want to add the possibility making a new room with certain pre-defined properties just by clicking a button on the /admin/opeka#rooms page and thereby skipping the dialog that normally pops up. The counselor clicking the button should be added to the room automatically.

The properties of the predefined rooms should reside in the config.json file. It should work much like the queues feature in that regard.

The predefined_rooms property could look like this:

"predefined_rooms": [{"id": "room1", "name": "The first room", "members":5, "private": false }, {"id": "room2", "name": "The second room"}],

All room properties should be adjustable. If not mentioned, they should just default to the same as they do in Opeka.RoomEditView.

Proposal for layout:

image

@gvd1 gvd1 added the Feature label Mar 9, 2018
@gvd1 gvd1 added this to the v4 milestone Mar 9, 2018
benjamin-dk pushed a commit that referenced this issue Apr 3, 2018
Room specs can be defined in config.json and easily created via buttons on the opeka#rooms page (no need for dialog window)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant