feat: updated GoBuild app UI and integrated new backend APIs#1
Open
code-with-zoro wants to merge 1 commit into
Open
feat: updated GoBuild app UI and integrated new backend APIs#1code-with-zoro wants to merge 1 commit into
code-with-zoro wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Implemented structural improvements and new features in the GoBuild mobile application to improve code organization, worker task management, and live location tracking.
Code Structure Improvements
Refactored major screens into modular components for better readability and maintainability.
Profile Screen
Split into:
ProfileScreenJobModalsProfileStyleHome Screen
Split into:
HomeScreenHomeScreenModalsHomeScreenStylesThis separation improves code flow, readability, and future scalability.
Features Added
Profile Screen Enhancements
Improved UI to make the profile screen more user-friendly.
Task status tracking with three categories:
Added calendar functionality to highlight tasks date-wise.
Updated Job Card with task management features:
Implemented a timer system intended to track the actual work duration of tasks.
Home Screen Features
Implemented live worker location updates at fixed intervals or on manual refresh.
Added a toggle button to set worker status:
Files Added
JobModalsProfileScreenProfileStyleHomeScreenHomeScreenModalsHomeScreenStylesTesting
Tested locally on development build.
Verified UI functionality and screen flow.
Tested task status transitions and timer behavior.
Verified location update logic and worker activity toggle.
Notes
These updates improve the usability of the worker dashboard and restructure the codebase for better maintainability. Ready for review and feedback.