-
-
Notifications
You must be signed in to change notification settings - Fork 141
Hearing Transcriptions base page #1899
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
Hearing Transcriptions base page #1899
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…aring-transcriptions-base-page
next-env.d.ts
Outdated
@@ -2,4 +2,4 @@ | |||
/// <reference types="next/image-types/global" /> | |||
|
|||
// NOTE: This file should not be edited | |||
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information. | |||
// see https://nextjs.org/docs/basic-features/typescript for more information. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure where this edit came from
both versions of the url seem to go to the same document
hearing.json translations work locally but not on Vercel deployment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - I think there's still a few things to be worked out vis-a-vis open design questions, but nothing that's worth holding up this PR any further. We can always iterate as we develop the other components.
100% here for iteration 🚀 |
Summary
Issue: Hearing Transcriptions Frontend #1874
Checklist
Screenshots
Mobile:
Known issues
.m3u8 files don't run natively and a lot of hearings use that:
above image uses videoURL: https://cdn3.wowza.com/1/dkJSdnk0Y3I0YUNv/UXBiRkQ4/hls/live/playlist.m3u8
apparently there's a library we can install and configure to handle these; will add in a follow up PRthe m3.u8 entries are planned to be filtered out
attempted to implement Bills under consideration on the sidebar
ran into an issue where sometimes the bills were listed under HearingAgenda directly
and sometimes under HearingAgenda.DocumentsInAgenda
and had a hard time trying to extract the data out of that array consistently
so I left that portion of the sidebar out
Steps to test/reproduce
For each feature or bug fix, create a step by step list for how a reviewer can test it out. E.g.: