Closed maiquynhtruong closed 7 years ago
This PR looks clean. I have few suggestions.
Then I will merge this. Thank you :+1:
@maiquynhtruong To save changes one possibility is store the usernames with localStorage just like the access token.
Though to get real persistence some database system should be used. @mubaris I don't know if that beyond the project's scope...
@raulvillares @maiquynhtruong We can use LocalStorage
for now. But I wanted it to be complete client side web application. So no Databases for now.
@maiquynhtruong I'm merging this commit for now. I will put another issue to change UI for Selections.
I couldn't get to touch a laptop until now. I'll see what I can do for the UI and make another PR
This is for issue #6 We can add and remove usernames dynamically. However, changes are not saved. The username array is in usernames.js. I was thinking of modifying that file but could not find a way to do that with Javascript. I hope you could review this PR and let me know how I can further improve it.