Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App routing migration and data state class addition #237

Merged
merged 112 commits into from
Sep 28, 2024

Conversation

RunTerror
Copy link
Contributor

@RunTerror RunTerror commented Jun 6, 2024

Clean Architecture Folder Structuring

Implemented a clean architecture folder structure with the following main folders:

  • Data: Handles data-related operations, including communication with the backend and data processing.
  • Domain: Contains core business logic and domain models.
  • Presentation: Manages the user interface and presentation layer.

Data success or failure is loaded into classes and then passed through the domain layer to the presentation layer. For more details, see the data_state.dart file.

** Navigation replcaement with App Router package

router.dart file.

nb9960 and others added 30 commits June 19, 2021 01:46
Improvised UI and refractored to follow mvvm architecture
…actor#14)

* rfrac: removed unused imports from multiple files.
* rfrac: migrated deprecated widgets.
* fix: fixed the alignment of buttons on the dialogue box when user terminates a hike.

* fix: used sizer to fix CCExtractor#16
* added github ci actions
* Added Flutter CI check badge in README.md

Co-authored-by: Nishtha Bodani <[email protected]>
* fixes CCExtractor#15
* fix: used sizer to fix overflow issue on homescreen.
* rfrac: used pub dependency instead of git.
* auto updated files
* updated dependencies
* iOS auto-updated files
* added github ci actions

* required changes

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update shared_preference_service.dart

* Now if duration is 0:00:00 it will show error

* unused imports removed

Co-authored-by: Nishtha Bodani <[email protected]>
)

* fix: fixed the keyboard stays open bug.
* fix: Validate only those textfields that are visible.
* Expired Duration Fix: Part 1.
Show expired beacons at the very last in your beacons section + No streams should be running (including the one that tracks location)
Tried to implement this.
* Cancelling StreamSubs if beacon expires when subs are active.
* minor miss: setting isBeaconExpired to true.
* Upd: Showing snackBar if user tries to join an expired beacon.
* fix: Updated setting up subscriptions logic.
* fix: setting state so that UI updates if beacon expires.
* FIX: Close the circular loading spinner if there was some error in joining any beacon.
* Update lib/views/hike_screen.dart
* fix: Change the msg to terminate hike if beacon has expired.

Co-authored-by: Nishtha Bodani <[email protected]>
* PR template
* bug issue template
* custom issue template
* feature issue template
* Updated suggested changes
Co-authored-by: Nishtha Bodani <[email protected]>
* Updated UI, fixed bugs and refactored code
* checks
* formatted constants
* issue fixed
* checks fixed
* issue
* unused import
* inserted a comma
* changed font-size
* added a comma
* unused code removed
* checks
@RunTerror RunTerror changed the base branch from main to development August 18, 2024 11:38
@RunTerror RunTerror changed the title Auth home and group screen migration App routing migration and data state class addition Aug 18, 2024
@Akshatji800 Akshatji800 merged commit 54a52a4 into CCExtractor:development Sep 28, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.