Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Consolidate some user vault scripts into one script #796

Open
kpachhai opened this issue Jun 7, 2022 · 0 comments
Open

Consolidate some user vault scripts into one script #796

kpachhai opened this issue Jun 7, 2022 · 0 comments
Assignees
Labels

Comments

@kpachhai
Copy link
Contributor

kpachhai commented Jun 7, 2022

Currently, we have too many scripts and too many collections for user vault. We can consolidate some of these so we can clean the code a bit more.

Look into consolidating:

  • Remove education_profile, experience_profile, team_profile, thesis_profile, paper_profile, license_profile, certification_profile, game_exp_profile and just create a new collection called "vc_resume"(short for verifiable credential resume) that contains all the content from these different collections. We can separate each type of profile using the field "type"
  • Get all the above profile content into verifiable_credentials. Currently, we only support education_profile and experience_profile in verifiable_credentials
  • Rename basic_profile to "basic_resume" that contains the details that don't need to be verifiable credentials like the "About" section on Profile
  • Create a new collection called "profile" and consolidate the collections templates and public_fields into it. We can also use it for storing various user specific settings in the future
@kpachhai kpachhai self-assigned this Jun 14, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant