-
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
Create Organization CRUD + utility functions in schema #13
Comments
This supports the story here: ortonomy/flingapp-frontend#21 |
ortonomy
changed the title
Create Organization CRUD functions in schema
Create Organization CRUD + utility functions in schema
Feb 8, 2018
ortonomy
pushed a commit
that referenced
this issue
Feb 10, 2018
ortonomy
pushed a commit
that referenced
this issue
Feb 10, 2018
ortonomy
pushed a commit
that referenced
this issue
Feb 15, 2018
Issue related - [x] fixes permissions for INSERT for create_organization mutation - [x] adds second user without organization to seed data for testing org creation Misc. (bad practice) - [x] fixes mapping issue between project and text note map
ortonomy
pushed a commit
that referenced
this issue
Feb 15, 2018
ortonomy
pushed a commit
that referenced
this issue
Feb 18, 2018
ortonomy
pushed a commit
that referenced
this issue
Feb 18, 2018
ortonomy
pushed a commit
that referenced
this issue
Feb 18, 2018
ortonomy
pushed a commit
that referenced
this issue
Feb 18, 2018
ortonomy
pushed a commit
that referenced
this issue
Feb 18, 2018
ortonomy
pushed a commit
that referenced
this issue
Feb 18, 2018
- [x] new DB types to support org access request return type - [x] updated support functions for custom org inserts - [x] new app.js proxy endpoint /orgaccess for accepting requests for org access - [x] side effects of using /orgaccess will send emails for any requestAccessToOrg mutations
ortonomy
pushed a commit
that referenced
this issue
Feb 27, 2018
ortonomy
pushed a commit
that referenced
this issue
Feb 27, 2018
- adds new API endpoint /orgaccess - emails will be sent for validation requests when requests received at this endpoint - adds new function to get org_access_request without being owner: ``org_request_by_requestor_id``
ortonomy
added a commit
that referenced
this issue
Feb 28, 2018
Finishes #13 - supporting organization enrolment and validation
Done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need a set of functions that can
The text was updated successfully, but these errors were encountered: