You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a user creates a new project, the application will automatically fetch the relevant installer information (Name, Company Address, Phone Number, and Email) from the database, based on previously stored project data, and pre-populate the installer information for the new project. After the installer data is pre-populated, the user will be presented with this information for confirmation or modification before finalizing the creation of the project.
Error Handling: If there is an issue fetching the installer information (e.g., no data found or database error), allow the user to proceed with manual entry of the installer details. UI/UX Considerations: If the installer has multiple addresses or contact details stored in the database, provide an option for the user to select the relevant installer information for the project.
The text was updated successfully, but these errors were encountered:
When a user creates a new project, the application will automatically fetch the relevant installer information (Name, Company Address, Phone Number, and Email) from the database, based on previously stored project data, and pre-populate the installer information for the new project. After the installer data is pre-populated, the user will be presented with this information for confirmation or modification before finalizing the creation of the project.
Error Handling: If there is an issue fetching the installer information (e.g., no data found or database error), allow the user to proceed with manual entry of the installer details.
UI/UX Considerations: If the installer has multiple addresses or contact details stored in the database, provide an option for the user to select the relevant installer information for the project.
The text was updated successfully, but these errors were encountered: