taggit-tacc / taggit

2 stars 1 forks source link

task/WG-139: add uuid for guest users #118

Closed nathanfranklin closed 9 months ago

nathanfranklin commented 10 months ago

Overview:

Add uuid for guest users:

Related Jira tickets:

Testing Steps:

https://github.com/TACC-Cloud/geoapi/pull/155 has testing steps but they don't apply here as we don't have a public map/gallery view yet for taggit.

So this PR really just added guest ID which can be used whenever we do implement a public/gallery view for taggit

nathanfranklin commented 9 months ago

This appears to be a nearly redundant PR to this one: https://github.com/TACC-Cloud/hazmapper/pull/166

@taoteg , yeah 100% a line for line copy of the changes in hazmapper. they are both client code so take the same approach. we could make a shared library for the two to try to limit the duplication of code but would rather ignore that for now as Hazmapper is moving to React and Taggit (for the time being) is staying in angular.