Spikeysanju / Einsen

🎯 Einsen is a prioritization app that uses Eisenhower matrix technique as workflow to prioritize a list of tasks & built to Demonstrate use of Jetpack Compose with Modern Android Architecture Components & MVVM Architecture.
Apache License 2.0
912 stars 79 forks source link

Auto fill Urgency and Importance #81

Closed yogeshpaliyal closed 2 years ago

yogeshpaliyal commented 2 years ago

When we add task from specific section, urgency and importance should be pre filled based on that section.

Like : If i click add task from Do it now section then urgency and importance should be 5/5, respectively.

yogeshpaliyal commented 2 years ago

Hello @Spikeysanju , I would like to work on this.

Spikeysanju commented 2 years ago

Sounds good to me. You can start working on this 👍 .

Spikeysanju commented 2 years ago

@yogeshpaliyal PR merged 🚀. Thanks for bringing this up 🙌

yogeshpaliyal commented 2 years ago

Thanks @Spikeysanju