-
Notifications
You must be signed in to change notification settings - Fork 28
Hook up front-end client to server API #188
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
Milestone
Comments
8 tasks
@odeimaiz said: the idea is that all fake/mockup data currently in the front-end is actually served by the web-server |
Closed
pcrespov
added a commit
that referenced
this issue
Nov 21, 2018
- splits api/specs/openapi.yaml in multiple files - rest api for project subsystem in webserver - implements project subsystem handlers with fake data - Initial implementation of front-end: - created resource factory for projects - connected get project list, get specific project - Minor fix in email subject [case #328] connected to #239, #304 and #188
pcrespov
added a commit
that referenced
this issue
Nov 23, 2018
Implements **users subsystem in webserver** - implements API to get profile and CRUD to tokens - updated tokens db tables - implements front-end ui for user profile and tokens - removes pytest-asyncio due to incompatible loops with pytest-aiohttp. Changes the way async fixtures are implemented (they need to depend on the pytest-aiohttp loop). Tests of storage, director and webserver were modified connected to #239 , closes #239 connected to #188 * Fixes deprecated function in passlib * webserver.users subsystem: - full crud api - all tests pass - added setup_users in application
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Minimal:
The text was updated successfully, but these errors were encountered: