-
Notifications
You must be signed in to change notification settings - Fork 9
Re design table schema and foreign keys between Softwares
and SoftwareExternalDatas
#298
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
Labels
Milestone
Comments
Proposal {
"softwareId": 12,
"externalId": "starpu/starpu",
"externalDataOriginType": "GitLab",
"externalDataOrigin": "https://gitlab.inria.fr/"
} For a same software : {
"softwareId": 11,
"externalId": "Q91312803",
"externalDataOriginType": "WikiData",
"externalDataOrigin": "https://www.wikidata.org"
} {
"softwareId": 11,
"externalId": "380",
"externalDataOriginType": "ComptoirDuLibre",
"externalDataOrigin": "https://comptoir-du-libre.org/"
} |
guillermau
added a commit
that referenced
this issue
Feb 26, 2025
guillermau
added a commit
that referenced
this issue
Feb 26, 2025
guillermau
added a commit
that referenced
this issue
Feb 26, 2025
guillermau
added a commit
that referenced
this issue
Mar 13, 2025
guillermau
added a commit
that referenced
this issue
Mar 13, 2025
# Conflicts: # api/scripts/migration/software.ts
guillermau
added a commit
that referenced
this issue
Mar 13, 2025
guillermau
added a commit
that referenced
this issue
Mar 13, 2025
guillermau
added a commit
that referenced
this issue
Mar 13, 2025
JeromeBu
pushed a commit
that referenced
this issue
Mar 14, 2025
JeromeBu
pushed a commit
that referenced
this issue
Mar 14, 2025
# Conflicts: # api/scripts/migration/software.ts
JeromeBu
pushed a commit
that referenced
this issue
Mar 14, 2025
JeromeBu
pushed a commit
that referenced
this issue
Mar 14, 2025
JeromeBu
pushed a commit
that referenced
this issue
Mar 14, 2025
JeromeBu
pushed a commit
that referenced
this issue
Mar 14, 2025
JeromeBu
pushed a commit
that referenced
this issue
Mar 14, 2025
# Conflicts: # api/scripts/migration/software.ts
JeromeBu
pushed a commit
that referenced
this issue
Mar 14, 2025
JeromeBu
pushed a commit
that referenced
this issue
Mar 14, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is no structured link between
Softwares
andSoftwareExternalDatas
.Proposal :
softwareId
key from Softwares onSoftwareExternalDatas
.externalDataOriginType
to save which connecter to use for example GitLabexternalDataOrigin
from string to URL of the endpoint to retrieve dataOld proposal
ExternalData
tablesoftwareId
clefs étrangère vers l'index de la tablesoftwares
externalId
ensourceSoftwareId
externalDataOrigin
ensourceId
clef étrangère vers l'index de la tablesource
Table
source
source
avecid:number
,nom:string
,type:<TpeSource>
,url:string
etprimacy:boolean
HAL
,SWH
,Wikidata
,GitHub
,ComptoirDuLibre
,GitLab
ou encoreZenodo
.The text was updated successfully, but these errors were encountered: