Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 9
Next »
1. Sprint Release (19th Oct 2012 – 1st Nov, 2012)
- 0.8.0-n
- Release date - Nov 2nd, 2012
2. Tag Information
3. S&A Deliverables
4. Deliver Deliverables
S.No |
Type |
JIRA |
Summary |
Comments |
1 |
Sub Task |
OLE-3344 |
Create Patron Record (DLVR_CREATE_PATRON_RECORD) |
|
2 |
Sub Task |
OLE-3346 |
Update Patron Record (DLVR_UPDATE_PATRON_RECORD) |
|
3 |
Sub Task |
OLE-3354 |
04.06 Circulation Checkout(DLVR_CHKOUT_VALID_PATRON) |
The following patron validation is not completed.
1. number of overdue items currently checked out to the borrower is below the limit
2. number of days overdue is below the limit (i.e., block occurs if at least ONE overdue item exceeds the limit)
Other patron validations are working fine. |
4 |
Sub Task |
OLE-3355 |
04.06 Circulation Checkout(DLVR_CHKOUT_VALID_ITEM) |
b)The following item validation is not completed.
1. Checkout with a Pending Recall/Delivery, Hold/Delivery or Page/Delivery Request
2. Checkout of an On Hold Item
Other Item validations are working fine |
5 |
Sub Task |
OLE-3356 |
04.06 Circulation Checkout(DLVR_CHKOUT_CALCULATE_DUEDATE) |
Calculating due date working fine except :
Configuration for open/close time and calender for holiday is not complete. |
6 |
Sub Task |
OLE-3360 |
04.06 Circulation Checkout(DLVR_CHKOUT_VALID_PROXY_PATRON) |
|
7 |
Sub Task |
OLE-3357 |
Circulation Checkout(DLVR_CHKOUT_CREATE_LOAN) |
Functionality Completed and working fine:Creation of Loan transaction, Displaying Bib,item details and due date and updating the item status and effective date in the item level record.
The following patron validation is not completed.
1. number of overdue items currently checked out to the borrower is below the limit
2. number of days overdue is below the limit (i.e., block occurs if at least ONE overdue item exceeds the limit)
b)The following item validation is not completed.
1. Checkout with a Pending Recall/Delivery, Hold/Delivery or Page/Delivery Request
2. Checkout of an On Hold Item
c)Due date validation is not completed.
Configuration for open/close time and calender for holiday is not complete. |
8 |
Sub Task |
OLE-3353 |
04.06 Circulation Checkout(DLVR_CHKOUT_PERFORM_CHECKOUT) |
|
9 |
Sub Task |
OLE-3310 |
Checkin Partial Checkin Note (DLVR_CHKIN_PARTIAL_CHECKIN) |
|
10 |
Sub Task |
OLE-3305 |
Checkin Session (DLVR_CHKIN_PERFORM_CHECKIN) |
Perform check-in includes
1. itemValidation ,
2. numberOfPiece Validation (Partial Check-in),
3. overdueFine calculation and if it exceeds maxFine, update fineRate to maxFine are all done,
4. updating itemStatus based on location and itemStatus,
5. removing loaned record from the patron document,
6. Created circulation history and temporary circulation history records,
7. Temporary Circulation record is added in the patron document,
8. Patron Bill is created for every overdue item display of bill is in progress,
9. Request Type validations are done functionally not implemented in the screen.
10.And displays itemDetails(Barcode,Title,Author,ItemLocation,Call Number,Check-in date and ItemStatus) as a list in the screen. |
11 |
Sub Task |
OLE-3312 |
Override Option (DLVR_CHKIN_OVERRIDE_OPTION) |
|
5. System Integration Deliverables
S.No |
Type |
JIRA |
Summary |
Comments |
1 |
Task |
OLE-2400 |
Auto ingest of basic sample date + workflows/permissions available for the application features to be functional.
All this happens during as the application is coming up and before its fully deployed. |
Tested locally + dev. |
2 |
Task |
OLE-3399 |
Configuration of CI jobs for OLEFS Unit Tests and OLERICE2 and OLEDOCSTORE in Sonar in the new CM environment |
1.
http://ci.rice.kuali.org/view/ole-0.8/job/ole-0.8-unit-test/\\
2.
http://sonar.kuali.org/dashboard/index/25877?did=1
|