Add "Release Date" attribute to content #10
Labels
No labels
area: devops
area: discovery
area: docs
area: livestream
area: proposal
consider soon
Epic
good first issue
hacktoberfest
help wanted
icebox
level: 1
level: 2
level: 3
level: 4
needs: exploration
needs: grooming
needs: priority
needs: repro
needs: tech design
on hold
priority: blocker
priority: high
priority: low
priority: medium
resilience
Tom's Wishlist
type: bug
type: discussion
type: improvement
type: new feature
type: refactor
type: task
type: testing
unplanned
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: LBRYCommunity/types#10
Loading…
Reference in a new issue
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?
From @tzarebczan on September 22, 2017 21:23
The Issue
The need to have a release date tag arose during LBRY YouTube sync discussions with @reillysmith . Oftentimes users will want the need to display videos on a channel according to their release date. Right now, all videos are sorted by publish date, which equates to the block they were published or updated on - this may not always be the desired sort order.
The requirement would be to add a Release Date attribute to uploaded content. If not populated, it should default to publish date (original block date if update later) - open to discussion.
System Configuration
Anything Else
Screenshots
Copied from original issue: lbryio/lbry#921
Internal Use
Acceptance Criteria
Definition of Done
Is anyone working on this?
I don't believe so. We may want @reillysmith to chime in regarding the defaulting logic.
There should be no default. If not provided, release date should be null.
Application logic or the daemon can fall back to the published at time if that is the appropriate action, but this can be done at retrieval time rather than at write time.
It looks like it requires some field for release date in lbry-app.
Yes, the field would need to be added to the publish screen and places we display claim information.
I can work on it.
It is similar to adding content duration.
On Mon, Oct 16, 2017 at 6:59 PM, Thomas Zarebczan notifications@github.com
wrote:
I believe so, yes.
@KamilPiekutowski any interest in picking this back up, along with the other metadata?
Sure I can work on it.
On Tue, Apr 17, 2018 at 4:01 PM, Thomas Zarebczan notifications@github.com
wrote:
consider after signatures
isnt this a duplicate of #13 ?
Yes, closing.