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

Adding a column #29

Open
iksub opened this issue Jul 22, 2017 · 8 comments
Open

Adding a column #29

iksub opened this issue Jul 22, 2017 · 8 comments

Comments

@iksub
Copy link

iksub commented Jul 22, 2017

Hello,
I have manipulated the files and added another column. It appeared in the lineup and button +, however it is missing the count and does not display items which are dropped there.
How can I make this column work to display items like any other column?

@BillyMcSkintos
Copy link

BillyMcSkintos commented Jul 22, 2017 via email

@iksub
Copy link
Author

iksub commented Jul 24, 2017

kanban - Copy.zip

Attached here.
Please note: I am not a developer, I am just going by association.
Also, please note that I was able to get to the custom properties but in a weird way. I need both lines for custom properties, for one of them to show. Right now it shows only substatus. Maybe you can look into that as well?
Much appreciated!

@vaz399
Copy link

vaz399 commented Jul 28, 2017

Hi iskub,
I looked at your archive. You added a new folder "CR".
You must add a task folder with the same name and change the app.js too.

@iksub
Copy link
Author

iksub commented Jul 29, 2017 via email

@vaz399
Copy link

vaz399 commented Jul 29, 2017

@iksub
Show me the app.js That's what I got
kanban

@iksub
Copy link
Author

iksub commented Jul 31, 2017

Here is the app file:
app.zip

@vaz399
Copy link

vaz399 commented Aug 2, 2017

Hi @iksub,
This problem occurs because you invoke the "crTask" in the kanban.html file, but the scope name is "CRTask" in app.js.
So, you can change the name to one kind and it's to solve your problem.

@iksub
Copy link
Author

iksub commented Aug 3, 2017 via email

maltehi added a commit to maltehi/outlook-taskboard that referenced this issue Jan 29, 2018
* Removed spaces in screenshot insertions to repair image formatting

* Implemented color categories for tasks in taskboard.css and config.js. Set category names in config.js.

* English category names

* Color codes from https://apple.stackexchange.com/a/96061

* Integrated color categories into kanban-ie.html.

* Coloring the footer of the task object instead of its whole body.

* Matched capitalization of default Outlook categories.

* Added color support for all predefined colors in Outlook. Automatically loading category colors, it is no longer needed to specify category names in config.js.

* For tasks with only one category, color the whole footer background instead of the category name only.
For tasks with multiple categories, color the footer background light gray and keep the category names colored.

* Optimized getColor() using an array.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants