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

Implement deeper Git integration #108

Open
dhruvkb opened this issue Sep 12, 2024 · 0 comments
Open

Implement deeper Git integration #108

dhruvkb opened this issue Sep 12, 2024 · 0 comments
Labels
🕹 aspect: interface Concerns end-users' experience with the software 🌟 goal: addition Addition of new feature 🟨 priority: medium Not blocking but should be fixed soon 🦀 tech: rust Requires familiarity with Rust

Comments

@dhruvkb
Copy link
Collaborator

dhruvkb commented Sep 12, 2024

Description

Integrating with Git provides us a some additional information.

  • status of the files (as in unchanged, modified, renamed, untracked etc.)
  • files and folders that are ignored by Git

Based on this data, we can augment our calculations of importance and also implement colors based on Git status, instead of just applying color based on specs.

We currently already have limited Git integration set up to find and use .pls.yml file from the repository root, we need to expand on that.

@dhruvkb dhruvkb added 🟨 priority: medium Not blocking but should be fixed soon 🌟 goal: addition Addition of new feature 🕹 aspect: interface Concerns end-users' experience with the software 🦀 tech: rust Requires familiarity with Rust labels Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🕹 aspect: interface Concerns end-users' experience with the software 🌟 goal: addition Addition of new feature 🟨 priority: medium Not blocking but should be fixed soon 🦀 tech: rust Requires familiarity with Rust
Projects
None yet
Development

No branches or pull requests

1 participant