HarshdipD / eztrackr

v3 of Eztrackr's Chrome extension. Designed to ease your job hunt by adding your jobs in an organized Trello board ✨
https://hsdeogan.com/eztrackr/
GNU General Public License v3.0
24 stars 11 forks source link

Board ID isn't being saved when using dropdown #55

Closed HarshdipD closed 3 years ago

HarshdipD commented 3 years ago

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. image

To Reproduce Steps to reproduce the behavior:

  1. Use the dropdown to select a board
  2. 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.

HarshdipD commented 3 years ago

@Prakort

Prakort commented 3 years ago

@HarshdipD I had the same idea 👍

OmarMorales71 commented 3 years ago

@HarshdipD Can I work on this issue?

HarshdipD commented 3 years ago

@OmarMorales71 go ahead!

HarshdipD commented 3 years ago

Fixed in #63