Philipp Muens
Philipp Muens
Good idea! Should we allow the user to update his username? I wouldn't vote for that as it makes validations hard.
I would start to get them from DynamoDB. Admins should sign in to AWS and enter them in the `topics` "table". After that there should be an Admin area.
Great! Thanks!
Good idea. We can nicely leverage the nesting feature of GraphQL for that!
Yes. We could try to look for an existing user before the actual `signUp` request. But this would mean that we have two queries which have to be performed whenever...
Looks good. But maybe we can find a packages which plays nicely with Redux and React (otherwise we have to dispatch `loading` actions which might be a little bit tedious).
Good idea!
For React "Jest", "Mocha.js" with "Chai" for everything else.
That sounds reasonable! Good idea!
Hey @QEDK I was running into the same issue today. Not sure if it's still a problem on your end but what fixed the issue for me is adding the...