Celso Mireles
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...
It would be nice to have as much tested as possible. Any ideas on what to use for front end testing?
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...
POST /raid/{id}/verify Should take: * userId * photos * geoLocation data * description * isIcePresent * arePolicePresent * isAtResidence * isAtPublicPlace...... Response: * 201 Success * 400 Error
POST /raid Should take: * zip (string) * geolocation data * description (string) * isIcePresent (bool) * arePolicePresent (bool) * atResidence (bool) * atPublicPlace (bool) * atWorkplace (bool) * photos...
POST /user The user will need an invitationCode Should take: * phone * email * inviteCode If the data matches... Should respond * sessionToken
POST /invite Should take: * firstName * phone * email **All Required** Should respond: * 201 Success
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)`,...