-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
"Tasks" card improvements #262
Comments
@amihaiemil this is your task now, please go ahead. Deadline (when this ticket should be closed) is Estimation here is Remember, you don't have to solve everything in this ticket - you can solve it partially and leave If you have any questions don't ask me, I'm not a technical person. Open new tickets instead. If you don't have time or simply don't want to work on this, you can always resign. |
@MihaiDejeu please keep in mind that manual assignment of tickets is a bad practice and it is discouraged. Next time, please let me elect the assignee. |
@amihaiemil Don't forget to close this ticket before the deadline (2020-12-25T17:02:05). You are past the first half of the allowed period. |
@amihaiemil Looks like you've missed the task deadline (2020-12-25T17:02:05). You are now resigned from this task. Please stop working on it, you will not be paid. I will assign it to someone else soon. |
@MihaiDejeu this is your task now, please go ahead. Deadline (when this ticket should be closed) is Estimation here is Remember, you don't have to solve everything in this ticket - you can solve it partially and leave If you have any questions don't ask me, I'm not a technical person. Open new tickets instead. If you don't have time or simply don't want to work on this, you can always resign. |
@MihaiDejeu Don't forget to close this ticket before the deadline (2021-01-04T17:03:48). You are past the first half of the allowed period. |
@MihaiDejeu Looks like you've missed the task deadline (2021-01-04T17:03:48). You are now resigned from this task. Please stop working on it, you will not be paid. I will assign it to someone else soon. |
@criske this is your task now, please go ahead. Deadline (when this ticket should be closed) is Estimation here is Remember, you don't have to solve everything in this ticket - you can solve it partially and leave If you have any questions don't ask me, I'm not a technical person. Open new tickets instead. If you don't have time or simply don't want to work on this, you can always resign. |
@criske Don't forget to close this ticket before the deadline (2021-01-14T18:59:50). You are past the first half of the allowed period. |
- fix that will prevent contributor tasks from dashboard to crash
paid with transaction id 93J362600H860702X |
@criske thank you for resolving this ticket. I've just added it to your active invoice. You can always check all your invoices and more on the Contributor Dashboard. |
- renamed `AllTasks` to `StatusTasks` - `StatusTasks` scales better and has 3 convenient factory methods: `all()`, `active()` and `closed()`. - Improved abstraction for `StatusTasks.StatusTask`: it has now `status()` and `invoiceId()` methods and thus making `JsonTask` to handle `StatusTasks.StatusTask` better. - units tests for `JsonTask` handling `StatusTasks.StatusTask`. - units tests for `ContractsApi#tasks` endpoint.
Improvement 1:
Add also the Closed tasks. It would be helpful for having an overview and tracking inside Self
Improvement 2:
Add a new column Status. Tasks will have 2 statuses - Active or Closed
Add a filter by status - Multiselect with 2 options (Active and Closed)
Do not set ordering ascending/descending on this column
Improvement 3:
Add a new column Invoice Number - It would be helpful for having an overview and tracking inside Self
For closed tasks, add the Invoice Number. For active ones display “-” or "N/A"
Improvement 4:
Change from “Issue” to “Issue ID”
Improvement 5:
Add space before min
The text was updated successfully, but these errors were encountered: