-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
feat(subscription): Add system for curators #210
Conversation
…uery This commit adds a new helper method to extract the docket id from the query string provided by the curators using the search bar
This commit adds logic to the helper method the handles the search bar to extract the docket id from CL Links.
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.
Looks good. I'm excited to use this. I think you've got the right direction, but I do have a handful of comments, as always.
The one thing that this will finally force us to deal with is our CDN. I think I managed to reconfigure it properly, but we're in new territory, so we'll have to watch closely to make sure that the "Add Case"/"Log in" button is always correct once this is deployed.
Good stuff though, thank you.
bc/subscription/templates/includes/search_htmx/search-form.html
Outdated
Show resolved
Hide resolved
By the way, the next thing we're going to want here is a search interface. I can see it coming and I'm sorry. |
This commit adds a new step to get the gateway IP of the bridge network created to connect all the containers of the project.
This commit adds two utility methods that helps us avoid repetition of the loop over the enabled channels
This commit loads the non-minified version of the htmx file while debugging.
This commit adds a new variable called color to the button include. This variable allows us to tweak the background color of the include.
This commit replaces all the include tags that loads the yellow-button.html templates with the new action-button.html template.
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.
Almost there.
Wow there were a lot of tune ups when you added the enqueing for loops!
I need some help understanding the gateway stuff, and one small tweak, I think.
Thank you!
@mlissner thanks for your comments. I fixed the poetry.lock file, tweak the logic to get the Gateway IP, and added the debug toolbar as a dev dependency. I checked the toolbar docs to update the |
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.
There it is. Merging!
Will you see if a quick PR is possible for CL to add the debug toolbar there too? |
Sure! |
This PR adds a new page to add cases and fixes #24.
This new page has a search bar to lookup for cases and a web form allowing curators to tweak the case name and add a summary.
Here's a gif showing this new page: