Skip to content

Commit

Permalink
Cleaning up remaining livelib properties
Browse files Browse the repository at this point in the history
  • Loading branch information
boggydigital committed Jun 4, 2024
1 parent d14318e commit c57c538
Showing 1 changed file with 49 additions and 49 deletions.
98 changes: 49 additions & 49 deletions data/properties.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,53 +8,53 @@ const (
ArtsHistoryEventTimeProperty = "arts-history-event-time"

// arts details properties
CoverUrlProperty = "cover-url"
TitleProperty = "title"
ArtTypeProperty = "art-type"
PriceProperty = "price"
MinAgeProperty = "min-age"
SymbolsCountProperty = "symbols-count"
LastUpdatedAtProperty = "last-updated-at"
LastReleasedAtProperty = "last-released-at"
AvailableFromProperty = "available-from"
PersonsIdsProperty = "persons-ids"
PersonsRolesProperty = "persons-roles"
PersonFullNameProperty = "person-full-name"
PersonUrlProperty = "person-url"
RatedAvgProperty = "rated-avg"
RatedTotalCountProperty = "rated-total-count"
LinkedArtsIdsProperty = "linked-arts-ids"
SeriesIdProperty = "series-ids"
SeriesArtOrderProperty = "series-art-order"
SeriesArtsCountProperty = "series-arts-count"
SeriesNameProperty = "series-name"
SeriesUrlProperty = "series-url"
DateWrittenAtProperty = "date-written-at"
AlternativeVersionsProperty = "alternative-versions"
HTMLAnnotationProperty = "html-annotation"
HTMLAnnotationLitResProperty = "html-annotation-litres"
FirstTimeSaleAtProperty = "first-time-sale-at"
LiveLibRatedAvgProperty = "livelib-rated-avg"
LiveLibRatedTotalCountProperty = "livelib-rated-total-count"
GenresIdsProperty = "genres-ids"
GenreNameProperty = "genre-name"
GenreUrlProperty = "genre-url"
TagsIdsProperty = "tags-ids"
TagNameProperty = "tag-name"
TagUrlProperty = "tag-url"
ISBNProperty = "isbn"
PublicationDateProperty = "publication-date"
YouTubeVideosProperty = "youtube-videos"
ContentsUrlProperty = "contents-url"
RegisteredAtProperty = "registered-at"
TranslatedAtProperty = "translated-at"
CurrentPagesOrSecondsProperty = "current-pages-or-seconds"
PublisherIdProperty = "publisher-id"
PublisherNameProperty = "publisher-name"
PublisherUrlProperty = "publisher-url"
RightholdersIdsProperty = "rightholders-ids"
RightholderNameProperty = "rightholder-name"
RightholderUrlProperty = "rightholder-url"
CoverUrlProperty = "cover-url"
TitleProperty = "title"
ArtTypeProperty = "art-type"
PriceProperty = "price"
MinAgeProperty = "min-age"
SymbolsCountProperty = "symbols-count"
LastUpdatedAtProperty = "last-updated-at"
LastReleasedAtProperty = "last-released-at"
AvailableFromProperty = "available-from"
PersonsIdsProperty = "persons-ids"
PersonsRolesProperty = "persons-roles"
PersonFullNameProperty = "person-full-name"
PersonUrlProperty = "person-url"
RatedAvgProperty = "rated-avg"
RatedTotalCountProperty = "rated-total-count"
LinkedArtsIdsProperty = "linked-arts-ids"
SeriesIdProperty = "series-ids"
SeriesArtOrderProperty = "series-art-order"
SeriesArtsCountProperty = "series-arts-count"
SeriesNameProperty = "series-name"
SeriesUrlProperty = "series-url"
DateWrittenAtProperty = "date-written-at"
AlternativeVersionsProperty = "alternative-versions"
HTMLAnnotationProperty = "html-annotation"
HTMLAnnotationLitResProperty = "html-annotation-litres"
FirstTimeSaleAtProperty = "first-time-sale-at"
//LiveLibRatedAvgProperty = "livelib-rated-avg"
//LiveLibRatedTotalCountProperty = "livelib-rated-total-count"
GenresIdsProperty = "genres-ids"
GenreNameProperty = "genre-name"
GenreUrlProperty = "genre-url"
TagsIdsProperty = "tags-ids"
TagNameProperty = "tag-name"
TagUrlProperty = "tag-url"
ISBNProperty = "isbn"
PublicationDateProperty = "publication-date"
YouTubeVideosProperty = "youtube-videos"
ContentsUrlProperty = "contents-url"
RegisteredAtProperty = "registered-at"
TranslatedAtProperty = "translated-at"
CurrentPagesOrSecondsProperty = "current-pages-or-seconds"
PublisherIdProperty = "publisher-id"
PublisherNameProperty = "publisher-name"
PublisherUrlProperty = "publisher-url"
RightholdersIdsProperty = "rightholders-ids"
RightholderNameProperty = "rightholder-name"
RightholderUrlProperty = "rightholder-url"

// arts files properties

Expand Down Expand Up @@ -135,8 +135,8 @@ func ArtsDetailsReduxProperties() []string {
HTMLAnnotationProperty,
HTMLAnnotationLitResProperty,
FirstTimeSaleAtProperty,
LiveLibRatedAvgProperty,
LiveLibRatedTotalCountProperty,
//LiveLibRatedAvgProperty,
//LiveLibRatedTotalCountProperty,
GenresIdsProperty,
GenreNameProperty,
GenreUrlProperty,
Expand Down

0 comments on commit c57c538

Please sign in to comment.