Protospace / spaceport

Calgary Protospace's member portal
https://my.protospace.ca
GNU Affero General Public License v3.0
13 stars 9 forks source link

on my.protospace.ca 'home' - displays only one member card number #10

Closed frollard closed 4 years ago

frollard commented 4 years ago

https://github.com/Protospace/spaceport/blob/ba5361f660abcda087e6bde1fdbb4e0a8a33dba1/webclient/src/Home.js#L94

Currently is (legacy) possible to have multiple cards assigned to one user. /cards shows correct card assignments. Home only shows the most recent used card assigned to the user. Perhaps making the card number a list, or hyperlinking the card number value to /cards would be appropriate.

tannercollin commented 4 years ago

Fixed in bc067f5d6dec6a6fc22f72b1978e9a4ff5a77a98, refresh to see the change. Thanks Jamie!