You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: