-
Notifications
You must be signed in to change notification settings - Fork 144
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
Spatial Views API #10704
Comments
whatisgalen
added a commit
that referenced
this issue
Mar 22, 2024
whatisgalen
added a commit
that referenced
this issue
Mar 22, 2024
…se list of all perm spatial views re #10704
whatisgalen
added a commit
that referenced
this issue
Mar 22, 2024
whatisgalen
added a commit
that referenced
this issue
Mar 22, 2024
whatisgalen
added a commit
that referenced
this issue
Mar 22, 2024
whatisgalen
added a commit
that referenced
this issue
Mar 22, 2024
whatisgalen
added a commit
that referenced
this issue
Mar 22, 2024
whatisgalen
added a commit
that referenced
this issue
Mar 22, 2024
whatisgalen
added a commit
that referenced
this issue
Mar 22, 2024
…t method of spatial view api re #10704
whatisgalen
added a commit
that referenced
this issue
Mar 23, 2024
whatisgalen
added a commit
that referenced
this issue
Mar 23, 2024
whatisgalen
added a commit
that referenced
this issue
Mar 23, 2024
whatisgalen
added a commit
that referenced
this issue
Mar 23, 2024
whatisgalen
added a commit
that referenced
this issue
Mar 26, 2024
whatisgalen
added a commit
that referenced
this issue
Mar 26, 2024
whatisgalen
added a commit
that referenced
this issue
Mar 26, 2024
… also fixes accessing description from payload re #10704
whatisgalen
added a commit
that referenced
this issue
Mar 26, 2024
… flug param in API methods re #10704
whatisgalen
added a commit
that referenced
this issue
Mar 26, 2024
whatisgalen
added a commit
that referenced
this issue
Mar 26, 2024
whatisgalen
added a commit
that referenced
this issue
Mar 26, 2024
aj-he
added a commit
to HistoricEngland/arches
that referenced
this issue
Aug 14, 2024
aj-he
added a commit
to HistoricEngland/arches
that referenced
this issue
Aug 14, 2024
aj-he
added a commit
to HistoricEngland/arches
that referenced
this issue
Aug 14, 2024
aj-he
added a commit
to HistoricEngland/arches
that referenced
this issue
Aug 14, 2024
aj-he
added a commit
to HistoricEngland/arches
that referenced
this issue
Aug 14, 2024
aj-he
added a commit
to HistoricEngland/arches
that referenced
this issue
Aug 14, 2024
aj-he
added a commit
to HistoricEngland/arches
that referenced
this issue
Aug 14, 2024
aj-he
added a commit
to HistoricEngland/arches
that referenced
this issue
Aug 14, 2024
aj-he
added a commit
to HistoricEngland/arches
that referenced
this issue
Aug 14, 2024
aj-he
added a commit
to HistoricEngland/arches
that referenced
this issue
Aug 14, 2024
- removes need to check for uuid which is done in urls.py
aj-he
added a commit
to HistoricEngland/arches
that referenced
this issue
Aug 14, 2024
- the url was refactorted to a single route on review advice. - identifier should not be provided as it is generated on creation.
aj-he
added a commit
to HistoricEngland/arches
that referenced
this issue
Aug 14, 2024
…#10704 - spatialviewid is generated by the model and return in response
aj-he
added a commit
to HistoricEngland/arches
that referenced
this issue
Aug 14, 2024
…10704 - includes api test - fixes missing identifier parameter on GET all and POST tests - moved get test after post test
aj-he
added a commit
to HistoricEngland/arches
that referenced
this issue
Aug 14, 2024
aj-he
added a commit
to HistoricEngland/arches
that referenced
this issue
Aug 14, 2024
aj-he
added a commit
to HistoricEngland/arches
that referenced
this issue
Aug 14, 2024
aj-he
added a commit
to HistoricEngland/arches
that referenced
this issue
Aug 14, 2024
aj-he
added a commit
to HistoricEngland/arches
that referenced
this issue
Aug 14, 2024
aj-he
added a commit
to HistoricEngland/arches
that referenced
this issue
Aug 14, 2024
aj-he
added a commit
to HistoricEngland/arches
that referenced
this issue
Aug 14, 2024
aj-he
added a commit
to HistoricEngland/arches
that referenced
this issue
Aug 14, 2024
aj-he
added a commit
to HistoricEngland/arches
that referenced
this issue
Aug 15, 2024
aj-he
added a commit
to HistoricEngland/arches
that referenced
this issue
Aug 15, 2024
aj-he
added a commit
to HistoricEngland/arches
that referenced
this issue
Aug 15, 2024
- use standard JSONDeserializer - raise_exception set on group_required decorator - refactor geometrynodeid data transformation
aj-he
added a commit
to HistoricEngland/arches
that referenced
this issue
Aug 15, 2024
- refactored language code transformation step - change reponse code when sv to edit or delete is not found
aj-he
added a commit
to HistoricEngland/arches
that referenced
this issue
Aug 15, 2024
aj-he
added a commit
to HistoricEngland/arches
that referenced
this issue
Aug 15, 2024
aj-he
added a commit
to HistoricEngland/arches
that referenced
this issue
Aug 15, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Aim: To create an API and related UI for managing the spatial views (which are currently administered using SQL).
The API will allow the creation, editing and deletion of an individual spatial view or on a list of spatial views - these changes can only be carried out if the Arches user has permission to make them on the spatial view(s) in question.
The UI will be developed using Vue.js. The UI will adhere to Accessibility guidelines as defined in the ReadTheDocs.
The text was updated successfully, but these errors were encountered: