Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upForum Categories having colors and edit category features #2135
Conversation
scopeInfinity
and others
added some commits
Jun 4, 2018
scopeInfinity
requested a review
from
andrewaikens87
Jun 11, 2018
saxocellphone
self-requested a review
Jun 14, 2018
scopeInfinity
changed the base branch from
forum_multiple_categories
to
master
Jun 14, 2018
scopeInfinity
and others
added some commits
Jun 14, 2018
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Also I think it will be nice if the newly added categories show up on the list immediately after being added, instead of closing and reopening |
saxocellphone
requested changes
Jun 15, 2018
See above |
MasterOdin
reviewed
Jun 15, 2018
@@ -515,6 +515,8 @@ CREATE TABLE "thread_categories" ( | |||
CREATE TABLE "categories_list" ( | |||
"category_id" serial NOT NULL, | |||
"category_desc" varchar NOT NULL, | |||
"rank" int, | |||
"color" varchar DEFAULT '#000080', |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Students view isn't populating (visibly) with any categories to select it seems. Also noticed that you can create a category with the same name as another with difference in capitalization (not related to the changes in this PR I believe). Take a look at the screenshot below. I don't think we would want to allow this. |
scopeInfinity
changed the title
Forum Categories having colors and edit category features
[WIP] Forum Categories having colors and edit category features
Jun 15, 2018
scopeInfinity
added some commits
Jun 16, 2018
scopeInfinity
force-pushed the
forum_edit_categories_colorAndText
branch
from
e759d6c
to
f149c6f
Jun 17, 2018
This comment has been minimized.
This comment has been minimized.
@andrewaikens87 @saxocellphone Yah, it wasn't visibly populating categories for students, indeed a big bug.. Thankyou! |
saxocellphone
approved these changes
Jun 18, 2018
scopeInfinity
changed the title
[WIP] Forum Categories having colors and edit category features
Forum Categories having colors and edit category features
Jun 18, 2018
bmcutler
merged commit 2b0004d
into
master
Jun 18, 2018
bmcutler
deleted the
forum_edit_categories_colorAndText
branch
Jun 18, 2018
This comment has been minimized.
This comment has been minimized.
Are we fine with this using the update_database.py or should we add a migration for this? |
This comment has been minimized.
This comment has been minimized.
Shoot, I forgot to check for database changes. |
This comment has been minimized.
This comment has been minimized.
I'll make a new PR. |
scopeInfinity commentedJun 11, 2018
•
edited
Issue: #2094 (Forum: color coded & instructor ordered tags)
To be merged after PR Forum Edit Categories (Reordering) #2126, need to change Base Branch of PR before merging.
Tasks
Edit Thread TitleAllow Category of existing threads to be modifiedInstructor/full access ta should be able to view deleted threads