Typehuman / SSEMMI

This is the public repository for the SSEMMI project: A decentralised and communitarian project aiming at pooling citizen science data in support of whale and environmental observations
MIT License
3 stars 9 forks source link

Update Contribute View #33

Open byrnenick opened 3 years ago

byrnenick commented 3 years ago

Update contribute view per wireframe here

https://drive.google.com/drive/u/0/folders/1tkrV67LeQLZyUR__CWLEzJ_Y5nYNDT-I

peterdouglas commented 3 years ago

This card is a bit more complex than first thought.

So the current implementation essentially just takes the session token and presents it to the user, so it doesn't support having multiple tokens.

So for this card I will need to create a custom passport type to consume the new token, create functions/ to create and manage the new tokens, and update the UI.

Should be done in a few days.

peterdouglas commented 3 years ago

This has been finished and pushed to main. I have added the ability to add a name to the token instead of just an ID, this allows for users to keep track of what each token is used for better.