- 30 Mar, 2019 2 commits
-
-
Florent Chehab authored
* Filtering on client request should now be performed with the standard `?attr=...` syntaxe * Frontend updated for this new syntaxe * Backend and frontend documentation updated with new changes * Updated the location of the the api documentation to `/api-doc` * Fixed bug preventing api-doc to render * backend python requirements updated * Updated dockerfile / docker-compose to make sure we wait for the db Fixes #97 #80
-
Florent Chehab authored
* Removed all dynamic imports to have more standard Django infrastructre and ease future refactoring * Removed now useless config files * Returns the list of available endpoints to the frontend directly from the html * updated documentation accordingly Fixes #95
-
- 24 Mar, 2019 1 commit
-
-
Florent Chehab authored
* Cleaned all init files * Infer the serializer from the model instead of having it in the models * Updated the doc accordingly * Fixed typos Fixes #93 Fixes #85
-
- 23 Mar, 2019 1 commit
-
-
Florent Chehab authored
* Added new BaseModel /serializer/viewsets * Change names of abstract models/serializers/viewsets * Folder structure changed in tha backend * Added some backend test * Corrected bug related to moderation on non versionned modeles * Corrected bug related to no post permissions * Updated doc accordingly Fixes #91
-
- 17 Mar, 2019 1 commit
-
-
Florent Chehab authored
* Removed `model_config` from all models; updated `MyModelSerializer` to include a new `obj_info` field. Updated frontend to take the change into account. (Fixes #78) * Removed `get_viewset_permissions` from most viewsets and added a generic getter in `MyModelViewset`. * Added support for composable permissions classes :confetti\_ball: (Fixes #45) * Cleaned config files: separated the files; added `defaults.yaml` * Moved `shared` folder (content) to `backend.backend_app.config` (still accessible to frontend, but it's cleaner that way since this folder contains files concerning only the backend). * Performance update with caching some attributes; * Even cleaner backend dynamic imports (#46) * Added a good chunck of documentation related to the backend (#74) * Added checks (runned when server is started or indirectly with `make check_backend`)
-
- 26 Feb, 2019 1 commit
-
-
Florent Chehab authored
-
- 21 Feb, 2019 1 commit
-
-
Florent Chehab authored
-
- 08 Feb, 2019 2 commits
-
-
Florent Chehab authored
Closes #44
-
Florent Chehab authored
Repo structure complete redesign Fixes #38
-
- 10 Sep, 2018 4 commits
-
-
Florent Chehab authored
-
Florent Chehab authored
Cleared migrations added LIST_SHOULD_BE_DETAIL in MyModelViewSet cleaned get_viewset_permissions
-
Florent Chehab authored
-
Florent Chehab authored
-
- 09 Sep, 2018 2 commits
-
-
Florent Chehab authored
-
Florent Chehab authored
-
- 02 Sep, 2018 2 commits
-
-
Florent Chehab authored
-
Florent Chehab authored
-
- 30 Aug, 2018 2 commits
-
-
Florent Chehab authored
-
Florent Chehab authored
-
- 29 Aug, 2018 1 commit
-
-
Florent Chehab authored
Better backend generation (now with admin.py)
-