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

Add GIT integration #528

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Add GIT integration #528

wants to merge 1 commit into from

Conversation

iamprathosh
Copy link

@iamprathosh iamprathosh commented Jan 11, 2025

Fixes #502

Implement GIT integration to push/pull collections with version history.

  • Add GIT Services: Create lib/services/git_services.dart to handle push/export and pull/import functionalities.
  • Settings Page: Modify lib/screens/settings_page.dart to include GIT configuration settings (Token, Repository) and add a dialog for GIT settings.
  • Collection Pane: Update lib/screens/home_page/collection_pane.dart to add sync buttons for GIT push and pull actions.
  • Collection Providers: Modify lib/providers/collection_providers.dart to add methods for handling GIT push and pull actions.
  • Constants: Update lib/consts.dart to add constants for GIT settings.
  • Settings Model: Modify lib/models/settings_model.dart to include fields for GIT settings.
  • Hive Services: Update lib/services/hive_services.dart to add methods for handling GIT data storage and retrieval.

Fixes foss42#502

Implement GIT integration to push/pull collections with version history.

* **Add GIT Services**: Create `lib/services/git_services.dart` to handle push/export and pull/import functionalities.
* **Settings Page**: Modify `lib/screens/settings_page.dart` to include GIT configuration settings (Token, Repository) and add a dialog for GIT settings.
* **Collection Pane**: Update `lib/screens/home_page/collection_pane.dart` to add sync buttons for GIT push and pull actions.
* **Collection Providers**: Modify `lib/providers/collection_providers.dart` to add methods for handling GIT push and pull actions.
* **Constants**: Update `lib/consts.dart` to add constants for GIT settings.
* **Settings Model**: Modify `lib/models/settings_model.dart` to include fields for GIT settings.
* **Hive Services**: Update `lib/services/hive_services.dart` to add methods for handling GIT data storage and retrieval.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/foss42/apidash/issues/502?shareId=XXXX-XXXX-XXXX-XXXX).
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.

Add GIT integration
1 participant