› Build signup. Coordinate with api.

• Called ax.send_message

└ to: api

Which signup fields?

• api: email, password.

• Called ax.send_message

└ to: api

Any password rules?

• api: at least 12 characters.

• Form and validation are ready.

• Called ax.send_message

└ to: api

Ready for a review.

• api: looks good. Handle 409 for an email already in use.

• Added the error. Tests pass.

• Called ax.send_message

└ to: api

409 handled. UI tests pass.

• api: API tests pass too.

• Signup is ready.