NodeBB-Community / nodebb-plugin-forms

Forms for NodeBB
2 stars 4 forks source link

Apply a group to a user #5

Open yariplus opened 9 years ago

yariplus commented 9 years ago

So, there's a few ways we could go with this.

Apply a group immediately upon submission. Have a simple yes/no resolution buttons for admins viewing the form submission. Have multiple resolution buttons for admins viewing the form submission. Have a drop down of groups available for admins viewing the form submission.

For initial release, in designer needs a 'resolutions' or 'actions' tab with submit, accept, and decline actions already added. The actions could have an editable list of groups that are applied or removed.

pitaj commented 9 years ago

This would be a good application of multistage forms.

  1. User submits form applying to group
  2. Admin receives link to a new form with the user's submission and the other options
yariplus commented 9 years ago

Ah, right right. When I think of multistage forms, I imagine something much more complex. :P

This level of complexity of send/review/accept is definitely needed for initial.