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

UUID field for Card and Stack class instances #10

Closed
nelsonni opened this issue Aug 8, 2017 · 3 comments
Closed

UUID field for Card and Stack class instances #10

nelsonni opened this issue Aug 8, 2017 · 3 comments
Assignees
Labels
feature Feature requests or improvements
Milestone

Comments

@nelsonni
Copy link
Member

nelsonni commented Aug 8, 2017

The id field defined in the Card and Stack classes is not guaranteed to be a unique ID and is instead used to manage the set of Card or Stack instances currently placed on a Canvas. In order to provide a universally unique identifier (uuid), a new uuid field (using the uuid package) must be added to the Card and Stack class definitions in order to have a truly unique ID to identify individual Card and Stack instances across multiple IDE sessions, multiple Canvas instances, and aggregated logs from multiple systems.

@nelsonni nelsonni added the feature Feature requests or improvements label Aug 8, 2017
@nelsonni nelsonni added this to the v0.6.0 milestone Aug 8, 2017
@nelsonni nelsonni self-assigned this Aug 8, 2017
@nelsonni nelsonni mentioned this issue Aug 8, 2017
8 tasks
@nelsonni
Copy link
Member Author

nelsonni commented Aug 8, 2017

Commit 7953d37 introduces UUID field for Card class.

@nelsonni
Copy link
Member Author

Commit 839ab85 introduces UUID field for Stack class.

@nelsonni
Copy link
Member Author

Both Card and Stack implementations of UUID fields were merged into master branch via PR #13.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Feature requests or improvements
Projects
None yet
Development

No branches or pull requests

1 participant