-
-
Notifications
You must be signed in to change notification settings - Fork 338
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
Feature to define ephemeral default values for rapid data entry #3231
Comments
Thanks for this suggestion, @MrChadMWood! |
@kgodey (In my case) Explicitly setting a default value in the database doesn't work because my users want to be able to easily remove / change the default value often (during the process of data entry) -- The usefulness of the default value is scoped to maybe a 15 minute period of time when they are imputing data. Your suggested solution seems to work fine though -- as my users would have access to that option. |
Coming back to advise the suggested solution actually does not fit my use case. My users will have the Maybe this means the existing functionality is actually altering the database column, I'm not sure. I think what we're looking for is a sort of "superficial" default value for a column -- maintained by the frontend UI (stored in memory). |
I was chatting privately on Reddit with a prospective user (the author of this thread) who relayed the following feature request:
I think this is a good idea. I've had this need before with other products. Let's pretend you're doing manual data entry to insert "donation" records. You have a stack of 20 checks. Each time you enter a new donation record you need to indicate that the payment method is "Check". It would be faster if you could somehow temporarily mark that payment method field a "sticky" during the data entry process so that the next record you enter retains that previously-entered value. Other fields like "amount" should not be sticky though (in order to prevent data entry errors). The feature needs to be manually configurable each time the user begins data entry. Perhaps after some time elapses, all fields revert back to their original default values. I can imagine many different ways to design this feature, so I've left this ticket in draft state and relatively open-ended.
The text was updated successfully, but these errors were encountered: