How do I make a feature that lets me invite many registered users to see a certain form

Confluence User - 22 Dec, 2016

I am currently working on a project that works somewhat like an invitation. How do I make a feature or a search bar that lets someone search for people that they want to invite, select them as invitees, and then send that invitation (form) to the chosen users?

Thanks,

Aidan

invitation;forms;user

2


22 Dec, 2016
confluenceUser
confluenceUser

Hi, you might want to check the apps in the Joget Marketplace. Not exactly similar, but the Newsletter Management and Training Evaluation apps there might seem to be suitable starting points for customization.

 

22 Dec, 2016
confluenceUser
confluenceUser

This is how I'd approach this use-case:

  • Create a form with a multi-select box (or any grid or something) populating the list of users.
  • A user would select one or many names from the selectbox.
  • There would be a processTool plugin after this to instantiate a process definition for all the selected usernames. (Can also be achieved using looping using counterIncrements or something and calling in a subprocess for all the selected users)
  • This invoked process would have a form (invitation) for the users to fill and then move on through the process.

There may be other ways of achieving it, but this was just an initial thought I had for the problem.

Hope this would help.

Thanks.

 

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print