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

Kommune tabel + data #1121

Merged
merged 2 commits into from
Oct 27, 2024
Merged

Kommune tabel + data #1121

merged 2 commits into from
Oct 27, 2024

Conversation

rasmusselsmark
Copy link
Contributor

@rasmusselsmark rasmusselsmark commented Oct 27, 2024

Første del-opgave af #1113 (GDPR - Anonymisering af personer)

Tilføjet

  • Kommune (Municipality) objekt med admin side
  • CSV data samt importer, baseret på dette regneark

Næste opgaver er at ændre datamodel til at referere til kommune tabel, for f.eks. person objekt

Ser således ud lokalt:
image

Importer data lokalt med følgende kommando:

docker compose run web ./manage.py import_municipalities members/management/commands/municipalities.csv

(Tilsvarende skal køres på staging og prod miljøer)

Copy link

what-the-diff bot commented Oct 27, 2024

PR Summary

  • Addition of Municipality Information Database
    A new feature has been incorporated which allows the storage of information about various municipalities. This new database now includes specifics like the name, address, postal code, city, and contact email of the municipality.

  • Management Features for Municipality Database
    A new tool has been built, the MunicipalityAdmin tool, to oversee the entries and management of data in the Municipality database. This application helps the website administrator with easier control over the data stored.

  • Website Admin Panel Integration for Municipality Database
    The Municipality database is now accessible and manageable from the website's administrator panel. This integration allows for an efficient and convenient method for updating or managing municipal data by the website administrator.

  • Municipality Data Import Feature
    A new tool has been added supporting the import of municipal data from external sources. This tool can process and import data from a particular type of file, a CSV, directly into the Municipality database.

  • Sample Municipality Data File
    A sample file has been added to the project consisting of municipal data. This file includes information about multiple municipalities and can be used as reference for the data format needed to import more municipal data in the future.

  • Database Schema Update
    This update helps in integrating the new Municipality database into the existing structure of data storage. This is a behind-the-scenes update ensuring the stability and efficiency of the new feature.

@rasmusselsmark rasmusselsmark merged commit a365cec into master Oct 27, 2024
5 checks passed
@rasmusselsmark rasmusselsmark deleted the add-municipalities-table branch November 11, 2024 20:28
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

Successfully merging this pull request may close these issues.

2 participants