Celso Mireles

Results 18 issues of Celso Mireles

This is something that hasn't been decided yet. Looking for ideas and suggestions. The thing to remember is that there are two repos. One serves the API to access the...

RFC
roadmap

It would be nice to have as much tested as possible. Any ideas on what to use for front end testing?

RFC
roadmap

Open to ideas about how to tackle forms. For right now, the approach should be to make the form a dumb component with it's own state that manages validation, then...

help wanted

POST /raid/{id}/verify Should take: * userId * photos * geoLocation data * description * isIcePresent * arePolicePresent * isAtResidence * isAtPublicPlace...... Response: * 201 Success * 400 Error

user-story

POST /raid Should take: * zip (string) * geolocation data * description (string) * isIcePresent (bool) * arePolicePresent (bool) * atResidence (bool) * atPublicPlace (bool) * atWorkplace (bool) * photos...

user-story

POST /user The user will need an invitationCode Should take: * phone * email * inviteCode If the data matches... Should respond * sessionToken

user-story

POST /invite Should take: * firstName * phone * email **All Required** Should respond: * 201 Success

user-story

atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use `atom.views.getView(atom.workspace)`,...