-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Implement Filtering by Name, Address, Alt #, Building Permit, Created By from Column Headers on My Project Page #1647
Comments
Yes, the building permit column is gone, so we don't need that. Others have encountered the problem with the pre-commit hook as well. It's a problem with an npm package called lerna, which allows you to run commands on multiple projects in a monorepo with a single command - in this case the pre-commit hook tries to run lint on the client and server projects. The pre-commit hook tries to run the lerna command from the command line and is failing. Here's something to try: Open a terminal window and set the directory to the root folder of the project. Then run If the commit still doesn't work, you can work-around it by committing with the --no-verify option to bypass the pre-commit hook: (But then we still need to figure out what needs to be done to get the hook to work.) Also, you will probably find that the ,/push.sh script won't work, since there are some failing unit tests that need to get fixed, so you will need to use the alternative I look forward to checking out your PR ;-) |
Thank you @entrotech - running the command you suggested |
Notes from 2024-09-17 stakeholder meeting: Keep search inside column, and only show what is in the results. If results are filtered, it will only show those. Change from “Search” to “Filter” |
@ExperimentsInHonesty I don't understand your above comments. Are you talking about the list option or the drop-down option, or something else? How is this different than what is implemented in dev? Maybe the comments on the slide deck are outdated? |
Overview
Action Items
Resources/Instructions
Refer to this Figma prototype: https://www.figma.com/proto/nD9QK56Mzq7xNSaSUoeGx0/TDM-Calculator?type=design&node-id=12173-2052&t=wQuxLI1JbOw0OzLn-1&scaling=scale-down&page-id=2499%3A11472&starting-point-node-id=11997%3A885
The text was updated successfully, but these errors were encountered: