Skip to content
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

Optimisation du site #103

Open
hfroot opened this issue Jun 7, 2023 · 0 comments
Open

Optimisation du site #103

hfroot opened this issue Jun 7, 2023 · 0 comments

Comments

@hfroot
Copy link
Contributor

hfroot commented Jun 7, 2023

Aims:

  • make site faster
  • render the data accessible in another format (CSV/JSON etc)

The two are linked because reformatting the data (e.g. using dictionaries and not arrays; combining data to reduce lookups; saving calculations per-commune) will make the site faster but also make the data more easily available.

Questions:

  • how to break up the work?
  • how will this fit with how data is already manipulated?

NB:

  • all calculations can now be applied per-commune, these should then be aggregated for a grouping (whether by EPCI or custom)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant