cboard icon indicating copy to clipboard operation
cboard copied to clipboard

Fix/create-remote-Board-on-update-LoadBoards

Open tomivm opened this issue 9 months ago • 0 comments

Close #1690 Posting every default board that uses a newly created API board id as loadBoard. To avoid losing boards between devices and logouts. This ensures navigations between folders are using the loadBoard IDs and avoids navigating comparing the folder label and the Board Names. See https://github.com/tomivm/cboard/blob/d9943f82c3da4bb7e45f9c821588bebfe0b1569e/src/components/Board/Board.container.js#L888 This refactors pieces of two of our main functions. Please do a strong test. Check how boards are updated and created. Take care that the data on the Redux store and the data on the DB should be equal. Also, check if all the loadBoards IDs that should point to a remote board are correctly updated on our DB and in the local storage.

tomivm avatar May 28 '24 16:05 tomivm