Is it possible to separate task types #554
Replies: 3 comments 4 replies
-
We do have task types already and adding colors should not be an issue. I would probably do it the way it is on the dashboard and add a colored border to the left side of the card. |
Beta Was this translation helpful? Give feedback.
2 replies
-
No need to rebuild. (There is not really a build process since it's PHP).
The types are cached. So if you log out and back in, they should show up.
…On Wed, Jan 5, 2022 at 10:16 AM HijackHornet ***@***.***> wrote:
public $type = array('integration','dev','3D','GD','research','testing','bug','other' );
public $typeIcons = array('integration'=>'fa-unity','dev'=>'fa-code','3D'=>'fa-cube','GD'=>'fa-chalkboard','research'=>'fa-search','testing'=>'fa-flask','bug'=> 'fa-bug','other'=>'fa-check-square');
I've added my new types, but for them to display properly i need to add
some entry in the language files. And i think i need to re-build the
project for them to work ?
—
Reply to this email directly, view it on GitHub
<#554 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALG4EFRDMIX4NAW4AGLXQ7DUUROGPANCNFSM5LJ5N5RA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Sorry, yes you do need to add the translation strings into your language
file. I suggest you copy the language file to something like en-Custom.ini
and then add those strings.
Which screen do you use to verify the types are included? I looked at
showTicket and it should just take the values from the type array.
…On Wed, Jan 5, 2022 at 11:08 AM HijackHornet ***@***.***> wrote:
Humm.. Weird because i did close everything, cleared the browser cache,
disconnect, reconnect, and still the labels arent updated.
—
Reply to this email directly, view it on GitHub
<#554 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALG4EFSZ5I55CC5VRXPOTBLUURUIXANCNFSM5LJ5N5RA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Basically, how to differentiate dev from architecture from testing tasks ? I see we can add tags, though it doesnt looks like there is any use of them. Is there is subtype that could be use to color tasks by type, or to see the overall time spent on each task type ?
Beta Was this translation helpful? Give feedback.
All reactions