-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add employment application functionality #183
Comments
storage for more columns and fetching of all organisations.
Just found out that the /rest/v1/user//request_organisation/ entry point requires Django login as well as API key. akvo/akvo-rsr#2074 |
all fields and completion for organisations and countries. Begin preparing for localization.
One way to improve the UX might be to load organisations and countries as part of the login, if this is the first login. It will take tens of seconds, but it's a one-time occurrence, and the user will have no expectations. The db will then have all necessary info for a connection application; user will not need to do a refresh on that screen. |
Turns out the country must exist in |
Application submissions now work, but the approval Email sent to the user could be more informative about Up. (User will need to log out and in again to get access to the new projects.) |
This lets an Up user apply to be connected to an organisation without using the Web interface, as discussed in #159
The text was updated successfully, but these errors were encountered: