Junior — Senior
Implementing a phone number field in the Tilda profile form
livecode
Task condition
Implement the ability to input a phone number in the user profile editing interface of Tilda. Currently, the form only includes fields for name and email.
The work is divided into three parts:
- Designing user screens (sketch layouts for all screens needed to add the new feature).
- Designing API methods (define requests and responses necessary for saving and retrieving the phone number).
- Designing the database structure (design tables and fields where the phone number will be stored).