umap/umap
Alexis Métaireau 55cc7a098f refactor: Separate ui rendering from data updates
`U.SCHEMA` now contains an `impacts` key, which makes it possible to
specify what part of the UI is impacted by data changes.

A new `render` method has been added on `U.Map` and `U.DataLayer`, which
is used to rerender the proper parts of the UI depending on the passed
properties.

`U.FormBuilder` calls this `render()` method (if present), during form
changes.
2024-04-15 23:46:43 +02:00
..
bin [style] Format the code 2023-11-24 23:31:18 +01:00
locale i18n 2024-03-25 13:52:48 +01:00
management path was doubled 2024-02-25 10:50:13 +01:00
migrations chore: Rename datalayer id to old_id 2024-03-05 11:23:12 +01:00
settings chore: bump ruff 2024-03-05 17:23:49 +01:00
static refactor: Separate ui rendering from data updates 2024-04-15 23:46:43 +02:00
templates [chore] move umap utils to a module 2024-04-01 11:12:44 +02:00
templatetags chore: factorize json.dumps in an util function. 2024-03-05 11:25:37 +01:00
tests chore: bump the timeout for integration tests 2024-04-02 14:01:27 -04:00
__init__.py 2.1.3 2024-03-27 22:22:28 +01:00
admin.py Allow to edit pictogram categories from admin list 2023-12-17 12:20:30 +01:00
apps.py Prepare for Django 4.x 2023-02-22 15:19:38 +01:00
autocomplete.py [style] Format the code 2023-11-24 23:31:18 +01:00
context_processors.py Banner + no create buttons when in read only mode 2023-05-30 16:17:12 -04:00
decorators.py wip: refactor login flow 2024-02-05 07:22:53 +01:00
fields.py chore: factorize json.dumps in an util function. 2024-03-05 11:25:37 +01:00
forms.py [style] Format the code 2023-11-24 23:31:18 +01:00
managers.py [style] Format the code 2023-11-24 23:31:18 +01:00
middleware.py [style] Format the code 2023-11-24 23:31:18 +01:00
models.py fix: honour old_id in datalayers= query string parameter 2024-03-27 22:10:38 +01:00
storage.py chore: raise error if any in storage post_process 2024-02-19 13:47:57 +01:00
urls.py chore: ruff format 2024-02-26 15:01:19 +01:00
utils.py chore: factorize json.dumps in an util function. 2024-03-05 11:25:37 +01:00
views.py fix: make sure to order datalayer versions by time 2024-03-25 20:13:34 +01:00
wsgi.py chore: bump ruff 2024-03-05 17:23:49 +01:00