Publish date for training #87051
Labels
No Label
Priority
High
Priority
Low
Priority
Normal
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Content
Type
Design
Type
Report
Type
To Do
Type
Web Development
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: studio/blender-studio#87051
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently the publish date for training isnt tracked, so we cant show a 'New' pill on the website. This would be helpful!
It might also be interesting to have an is_updated along side the is_new, with a separate field in the training for 'Last updated' - then when a major update to a training is released, this field is updated manually and we can reflect that it's 'Recently Updated' on the front-end.
Changed status from 'Needs Triage' to: 'Confirmed'
Added subscriber: @MikeyN
'Published' date and 'Last Updated' date should be tracked on each level to better communicate when trainings are updated and improved.
From an implementation level:
If a Section is new but the chapter is also new I don't want to display 'New' on the section, just the chapter. Equally - if the training is new it shouldnt display 'New' on each chapter - just on the top level.
However, if a section is updated, that should bubble up and show on the section, chapter and training.
This should also affect the order on /training - taking into account the 'last updated' field on the training (not chapters/sections)