danielmarschall / oidplus

OIDplus 2.0 - An OpenSource online Registration Authority for OIDs and other Object Types
https://www.oidplus.com
Apache License 2.0
10 stars 6 forks source link

Confirmation dialogs after OID creation #26

Closed danielmarschall closed 9 months ago

danielmarschall commented 9 months ago

After OID creation, there is at least one confirmation dialog.

  1. If RA does not exist. Create it YES / NO?
  2. Open the newly created object YES / NO?

There are several problems:

  1. This is annoying if you create a lot of objects.
  2. Since you need to enter a title anyways, you should be forced to at least look at the new object page. (Exception if the RA is different and you are no admin, then you cannot enter a title)
  3. You are used to the question "open new object" and click always yes. But when the RA is different, the question is "invite RA" and you will click yes, because you expect the question "open new object". In that case you will be redirected to the "invite" page. ANOTHER problem is that this invite page opens but the jsTree menu does not refresh, so you cannot easily navigate to the new OID instead.

Proposed solution:

  1. When you create a new object, you will be automatically redirected to the new OID and the jsTree will refresh
  2. Somewhere at the page (maybe next to the RA email address?) there will be an "Invite" button. This Invite button will be always there, so if you want to invite the RA in the future, you do not need to edit the RA just to get the invitation dialog. Please note #27
  3. In the privacy policy, the following sentence needs to be adjusted: (Note: To resend an invitation, the system administrator or superior Registration Authority needs to click "Update" at the OID delegation table, so that they are asked again to send the invitation).
danielmarschall commented 9 months ago

All fixed with SVN Rev 1410