orppst / pst-gui

web based front end for the tool
Mozilla Public License 2.0
0 stars 0 forks source link

97 new user registration need affiliation #111

Closed DJWalker42 closed 6 months ago

DJWalker42 commented 6 months ago

New users now asked to select from known organisations, or to supply new organisation details if their institute is not known. The new user when registered successfully is assigned the UUID from KeyCloak.

Notice that to get the newly added organisation into the selection list a 'location.reload()' is performed by getting the user to press an "okay" button in a secondary modal, after the new details have been submitted.

AllanEngland commented 6 months ago

I've not tried to break it yet, but my basic tests look vey good.

DJWalker42 commented 6 months ago

going to try to improve the re-fetching of organisations from the api, rather than a location.reload()

pahjbo commented 6 months ago

is it ready to merge then?