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

Subscriber Home & View Content #659

Merged
merged 11 commits into from
Apr 14, 2023
Merged

Subscriber Home & View Content #659

merged 11 commits into from
Apr 14, 2023

Conversation

jdtoombs
Copy link
Collaborator

@jdtoombs jdtoombs commented Apr 7, 2023

PR Includes

  • New tab icon for MM logo
  • Responsive design, works on all screen sizes
  • List view of content
  • View content page
  • Grouped table

image
image
image
image

@jdtoombs jdtoombs added enhancement New feature or request subscriber PR contains changes towards the subscriber application, labels Apr 7, 2023
@jdtoombs jdtoombs self-assigned this Apr 7, 2023
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to ask Bobbi for a smaller version for tab icon

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Leaving out of tno-core for now as changes coming to our tables

app/subscriber/package.json Outdated Show resolved Hide resolved
@@ -2,17 +2,8 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't we be including this with a new icon?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have a few places that this was being pulled from, I left it in the manifest.json but we could. Will do another look over to make sure everything is in line

app/subscriber/src/components/footer/SubscriberFooter.tsx Outdated Show resolved Hide resolved
app/subscriber/src/features/router/AppRouter.tsx Outdated Show resolved Hide resolved
app/subscriber/src/hooks/useWindowSize.tsx Outdated Show resolved Hide resolved
@@ -62,6 +62,7 @@ public IPaged<Content> FindWithDatabase(ContentFilter filter, bool asNoTracking
.Include(c => c.Source)
.Include(c => c.Series)
.Include(c => c.License)
.Include(c => c.TonePoolsManyToMany).ThenInclude(ct => ct.TonePool)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

While helpful, I don't think this is going to help. We shouldn't be using this for search from the frontend anymore. We're using elasticsearch. The method below this one.

@jdtoombs jdtoombs force-pushed the tno-1121 branch 4 times, most recently from c09b28d to e4c1b14 Compare April 11, 2023 23:37
@jdtoombs
Copy link
Collaborator Author

Just trying to figure out elastic search, missing some fields and learning the equivalent for .Include()

@jdtoombs jdtoombs marked this pull request as ready for review April 13, 2023 23:56
@jdtoombs
Copy link
Collaborator Author

@Fosol - being stumped by this - think I will just mark it as ready for review as is. Currently will not show tone icons on list view - but the rest of the code can be reviewed. Might be good for me to switch gears and finish off the filters first. This will need to be merged before my other PR that I am working on. Will figure out including tonePools after. Driving me nuts.

app/editor/package.json Outdated Show resolved Hide resolved
</Row>
<Row justifyContent="center" className="date-navigator">
<FaAngleLeft />
2023-03-04
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hardcoded date?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a placeholder for my next ticket!

@Fosol Fosol merged commit 372257a into dev Apr 14, 2023
@Fosol Fosol deleted the tno-1121 branch April 14, 2023 16:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request subscriber PR contains changes towards the subscriber application,
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants