Bug 22779 - Simplify add serials form to single page
Summary: Simplify add serials form to single page
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Serials (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-04-25 20:24 UTC by Nick Clemens
Modified: 2019-04-29 13:03 UTC (History)
8 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Bug 22779: WIP POC combining the page and making the prediction automatic (7.36 KB, patch)
2019-04-25 20:25 UTC, Nick Clemens
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Clemens 2019-04-25 20:24:54 UTC
Right now this is a 2 column, 2 step page, I think this can all be done on a single page.

Additionally we use alerts instead of modals, we prevent submission when a vendor is not entered, even though it is not required, and we force the user to click a button to predict the serial.

I think we can greatly simplify this form
Comment 1 Nick Clemens 2019-04-25 20:25:40 UTC
Created attachment 88817 [details] [review]
Bug 22779: WIP POC combining the page and making the prediction automatic
Comment 2 Katrin Fischer 2019-04-26 10:06:28 UTC
I know Owen was working on subscriptiosn too recently:
Bug 22408 - Subscription entry form cleanup
Comment 3 Nick Clemens 2019-04-26 10:08:54 UTC
(In reply to Katrin Fischer from comment #2)
> I know Owen was working on subscriptiosn too recently:
> Bug 22408 - Subscription entry form cleanup

Ah, nice! I will try to rebase some of these changes on top if his work there when I get a chance

I would still like the auto pattern testing and to remove some of the alerts