Describe the bug
Board ID isn't being saved in local storage when a user uses a dropdown to select their board. This is because the local storage is only being used in the extract function.
To Reproduce
Steps to reproduce the behavior:
Use the dropdown to select a board
When a card is saved, the link goes to Trello homepage instead of the saved board URL - because it doesn't exist on local storage
Important:
This needs to be further fixed. We now need a function so that existing users who already have set up a board need to get it saved in on local storage. This would be an enhancement for existing users. Probably an additional API call. Seems useless, but still would be cool to have. We can however skip this for now, and use this API call when we add a new feature - to let users change their board once it has been set.
Describe the bug Board ID isn't being saved in local storage when a user uses a dropdown to select their board. This is because the local storage is only being used in the extract function.
To Reproduce Steps to reproduce the behavior:
Important: This needs to be further fixed. We now need a function so that existing users who already have set up a board need to get it saved in on local storage. This would be an enhancement for existing users. Probably an additional API call. Seems useless, but still would be cool to have. We can however skip this for now, and use this API call when we add a new feature - to let users change their board once it has been set.