1
0
mirror of https://github.com/ascribe/onion.git synced 2024-11-14 17:15:08 +01:00

Add alberto's suggestion on currentUser's login status to refactor.md

This commit is contained in:
Tim Daubenschütz 2015-10-26 15:13:02 +01:00
parent d48da96e3b
commit da895bb434

View File

@ -8,6 +8,7 @@
queryParams of the piece_list_store should all be reflected in the url and not a single component each should manipulate the URL bar (refactor pagination, use actions and state)
- Refactor string-templating for api_urls
- Use classNames plugin instead of if-conditional-classes
- Instead of using `currentUser && currentUser.email` in an validation that checks whether we user is logged in or now, in the `UserStore` on login we set a boolean property called `isLoggedIn` that can then be used instead of `email`
# Refactor DONE
- Refactor forms to generic-declarative form component ✓