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

Research Task - Unique Project ID #1013

Open
amandaha8 opened this issue Feb 5, 2024 · 0 comments
Open

Research Task - Unique Project ID #1013

amandaha8 opened this issue Feb 5, 2024 · 0 comments
Labels
research task Sub-issues within research request epics

Comments

@amandaha8
Copy link
Contributor

amandaha8 commented Feb 5, 2024

Research Task

In relation to Epic #676

  • Question or Goal: overarching goal of this issue

  • Creating the project list involves pulling projects from various different sources. These sources have their own system of identifying projects with an alphanumeric sequence. However, we need to generate project ids that is unique to this comprehensive list as a key.

  • Research Required:

  • What is the best way to create this system?

  • There are a few options.

  1. Concatenate the database name + database project ID (example LP2000 + 21039402). However, the project IDs will not be the same lengths, though this can be rectified. Or is having project IDS of the same length not of importance?
  2. Generate a hash ID based on the columns. However, if one of the columns change (which is a real possibility), then the hash will change. We want the project ID to stay the same over time?
  • Expected Outputs / Findings: what do you hope to have created when this is complete?
  • A project ID system for the final product created by Epic Epic - List of All Projects #676 .
@amandaha8 amandaha8 added the research task Sub-issues within research request epics label Feb 5, 2024
@github-actions github-actions bot added this to Issues in Progress in Analytics Work Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
research task Sub-issues within research request epics
Projects
Analytics Work
Issues in Progress
Development

No branches or pull requests

1 participant