Proof of concept for account profiles.#98
Proof of concept for account profiles.#98jameswestnz wants to merge 8 commits intohoodiehq:masterfrom hayload:profile
Conversation
No I wouldn’t do that. I’d agree with I think the |
|
can you add a test to |
| update: require('./lib/update').bind(null, state), | ||
| profile: { | ||
| get: require('./lib/profile-get').bind(null, state), | ||
| fetch: require('./lib/profile-fetch').bind(null, state, 'account.profile'), |
|
I’d maybe add another integration test: |
|
@gr2m have added (server) a test here: hoodiehq/hoodie-account-server@f69ffa9 Keen on feedback before I do the PATCH test just in case :) |
Some notes on this PR:
profilerequests have been dealt to.To do:
hoodie-account-clienthoodie-accountMore than happy for someone to add to this PR ;)
closes #11