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

FEAT QoL: Parse project name in ABTIB #228

Closed
Exr0n opened this issue Aug 11, 2021 · 1 comment
Closed

FEAT QoL: Parse project name in ABTIB #228

Exr0n opened this issue Aug 11, 2021 · 1 comment
Assignees
Labels
desktop 🖥 Affects desktop platforms feature 🚄 New feature or request interaction ☞ UI changes mobile 📱 Affects the mobile builds niceties 🌷 Ye know, cause it's nice >,< wontfix 🙅‍♂️ This will not be worked on

Comments

@Exr0n
Copy link
Member

Exr0n commented Aug 11, 2021

Is your feature request related to a problem? Please describe.
I hate having to click on tasks in unsorted and put them in a project. It'd be nice to be able to write
"Hide under a rock for condution aug 17" and have it auto-fill that into a project/subproject called "Condution" if it exists.

Describe the solution you'd like
After parsing and removing date information, search for / for (\w+)$/ in the task name. If it exists, look for a project/subproject named $1.strip().lower(). If that also exists, then add it to that project and remove the last two words from the task name.

Additional context
Ignore the time stamp I am too excited about Ideaflow.
image

@Exr0n Exr0n added feature 🚄 New feature or request needs-triage 📩 Needs team triage desktop 🖥 Affects desktop platforms interaction ☞ UI changes mobile 📱 Affects the mobile builds niceties 🌷 Ye know, cause it's nice >,< and removed needs-triage 📩 Needs team triage labels Aug 11, 2021
@Exr0n Exr0n self-assigned this Aug 11, 2021
@Jemoka
Copy link
Member

Jemoka commented Aug 15, 2021

closing in favor of #187

@Jemoka Jemoka closed this as completed Aug 15, 2021
@Jemoka Jemoka added the wontfix 🙅‍♂️ This will not be worked on label Aug 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
desktop 🖥 Affects desktop platforms feature 🚄 New feature or request interaction ☞ UI changes mobile 📱 Affects the mobile builds niceties 🌷 Ye know, cause it's nice >,< wontfix 🙅‍♂️ This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants