-
Notifications
You must be signed in to change notification settings - Fork 0
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
Flytte ansvar for oppdatering av fremmedartstatus og rødlistestatus hos taxonapi #1351
Open
9 tasks done
Comments
bolsson
added a commit
that referenced
this issue
Sep 13, 2023
…importerer fremmedarter 23- og rødliste 21 data fra Azure Storage Account
bolsson
added a commit
that referenced
this issue
Sep 13, 2023
bolsson
added a commit
that referenced
this issue
Sep 13, 2023
bolsson
added a commit
that referenced
this issue
Sep 14, 2023
bolsson
added a commit
that referenced
this issue
Sep 25, 2023
bolsson
added a commit
that referenced
this issue
Sep 29, 2023
…g access to the internal path of the Assessment.Frontend.Web project folders without using the IWebHostEnvironment environment object which will not be available when the host is not running
bolsson
added a commit
that referenced
this issue
Oct 2, 2023
bolsson
added a commit
that referenced
this issue
Oct 3, 2023
bolsson
added a commit
that referenced
this issue
Oct 3, 2023
bolsson
added a commit
that referenced
this issue
Oct 4, 2023
bolsson
added a commit
that referenced
this issue
Oct 5, 2023
bolsson
added a commit
that referenced
this issue
Oct 6, 2023
bolsson
added a commit
that referenced
this issue
Oct 23, 2023
bolsson
added a commit
that referenced
this issue
Oct 24, 2023
bolsson
added a commit
that referenced
this issue
Oct 31, 2023
… do no longer exist in storage account
bolsson
added a commit
that referenced
this issue
Nov 7, 2023
bolsson
added a commit
that referenced
this issue
Dec 15, 2023
bolsson
added a commit
that referenced
this issue
Dec 15, 2023
bolsson
added a commit
that referenced
this issue
Dec 19, 2023
bolsson
added a commit
that referenced
this issue
Dec 20, 2023
bolsson
added a commit
that referenced
this issue
Dec 20, 2023
bolsson
added a commit
that referenced
this issue
Dec 21, 2023
…ect recurrency of the DynamicProperty.Property object
bolsson
added a commit
that referenced
this issue
Jan 9, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I dag publiseres rødliste og fremmedartkategori til taxon-apiet via ett annet prosjekt - som må kjøres manuelt
https://github.com/Artsdatabanken/Artsdatabanken.Legacy
i prosjektet https://github.com/Artsdatabanken/Artsdatabanken.Legacy/tree/Raven35/Databank.Data.Import
Ved å trykke på eksporter i assesments frontend
https://artsdatabanken.no/lister/rodlisteforarter/2021
og oppdatere csv filene i dette prosjektet - og etterpå kjøre koden for å dumpe DynamicProperties inn til databank1 ravendb instansen som ligger bak artsdatabanken.no/api/taxon
Siden risikovurderingene i dag må publiseres manuelt via assessments-frontend prosjektet - ønsker vi å flytte ansvaret hit slik at taxonapi'et på hjemmesiden oppdateres samtidig.
Logikken for å lage og publisere dynamicProperty for rødlista 21 og fremmeart23 - ligger i Databank.Data.Import - og kan mer eller mindre kopieres over - men må justeres til å hente risikovurderingene mer direkte fra assessment-frontend prosjektet og ikke via csv filene slik som nå.
NB! Potensiell hickup - ravendb 3.5 er egentlig .net framework ikke core - men støttes av .net standard.... og fungerer fint med .net core 5
Installer lokal-versjonen av StorageAccount for utvikling: https://learn.microsoft.com/en-us/azure/storage/common/storage-use-azurite?tabs=visual-studio
I Assessments:transformation og Frontend.web - legg til user-secret "ConnectionStrings:AzureBlobStorage": "UseDevelopmentStorage=true"
Hent siste fra develop - lag en ny feature branch fra denne - f.eks. feature/issue1351
I transformation prosjektet -
The text was updated successfully, but these errors were encountered: