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

[Feature] Subtask reward display consolidation #155

Open
RanDumSocks opened this issue Jun 4, 2024 · 3 comments
Open

[Feature] Subtask reward display consolidation #155

RanDumSocks opened this issue Jun 4, 2024 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@RanDumSocks
Copy link

RanDumSocks commented Jun 4, 2024

Is your feature request related to a problem? Please describe.
When looking at the overview of tasks, it would be beneficial to display the total reward from the subtasks and main task, instead of just the main task reward.

Describe the solution you'd like
Have an option (because some may not want this forced setting) which consolidates all subtask and main task rewards onto the main task display.

Upon completion of the main task, auto-complete all subtasks and receive the remaining rewards.
Tasks with partially completed subtasks show the remaining reward available.

Describe alternatives you've considered
Having the correct total pre-calculated combination of all parameters on the main task. Upon completion, gives a special item which upon use (API call), subtracts the correct amount of rewards for that specific task. Obviously, a lot of work for something that is just a display variable.

@RanDumSocks RanDumSocks added the enhancement New feature or request label Jun 4, 2024
@zeradawit
Copy link

I agree with your idea of displaying the reward item of subtasks on the main task overview card. However, I prefer displaying just the item's icon instead of using text. This approach maintains the card's compactness while still providing detailed information.

@RanDumSocks
Copy link
Author

RanDumSocks commented Jun 4, 2024

@zeradawit Oh! Maybe I should clarify a little bit. This new behaviour would look identical to how it currently displays, but the coin/exp count on the tasks will instead be calculated as the sum of the main task and sub task rewards.

I didn't propose any new UI elements, just the logic behind how already existing ones are displayed. However, an icon signifying the display values are calculated might be beneficial, but I would assume you could infer that just by seeing the presence of subtasks on the task display.

If I get some time today after work, I can take some screenshot examples if I remember.

@zeradawit
Copy link

I agree either way. However, I don't often use subtasks because of their current limitations in the main task, particularly the lack of deadlines.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants