Closed Harsh8196 closed 2 years ago
@Harsh8196 Do these changes address anything around the Stem IDs? Also, it looks like really we are migrating the votingGroupId
in this change, but the issue linked references project and stem IDs, which are the mongodb objectID randomly generated. We definitely want to keep these in and reference them for the details pages like /projects/[id]
so they stay unique, and similar to stems. This way we can show details regarding each one.
So is this just an inaccurate description of our issue and PR, and we're really talking about voting group IDs, i.e. semaphore groups? I don't see any changes for projects and stems regarding their ids, as when we create new records, i.e. on the /new
page, they'll get auto-generated, which is what we want.
@Harsh8196 Also, do we want to update or delete the votingGroupId.model.ts
and anything related to that? I noticed some of the code is just commented out rather than deleted to. I think its fine to delete if we know the changes are working. We can also reference back with git history, and commented dead code usually just gets in the way.
General Changes
Developer Notes
You can get more information about changes in this report.
Author Checklist
main
Reviewer Checklist