You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
If we normalized the issuers, you wouldn't have to type them in every time with the logo. they could be selected from a drop down. this would also allow filtering by issuer.
Describe the solution you'd like
database "table" for issuers. I think paperless did it perfectly where you can just type and select the issuer from a dropdown, and if it's not there it will be created.
The text was updated successfully, but these errors were encountered:
One of the initial thoughts, hindering me from normalizing the issuer field, were:
The issuer must be created first, before being displayed and suggested as entry during item creation. This may require a separate Create Issuer view and slows down the item creation.
The search feature to find items works well. Filtering by issuer would be a feature but is not a must have to find items from the same issuer.
Normalizing issuers may leak the issuer name of other user's items. The dropdown would typically suggest all available issuers from the database model. Unsure whether this is something to 'protect' or not.
Will tinker a bit on how such a normalized issuer field may be implemented smartly. Basically just a UI thing. Guess HTML's datalist may be an option or just JS for autocompletion.
I would really like to still have a single item creation page on the frontend and not split it up just to create the issuer first.
Is your feature request related to a problem? Please describe.
If we normalized the issuers, you wouldn't have to type them in every time with the logo. they could be selected from a drop down. this would also allow filtering by issuer.
Describe the solution you'd like
database "table" for issuers. I think paperless did it perfectly where you can just type and select the issuer from a dropdown, and if it's not there it will be created.
The text was updated successfully, but these errors were encountered: