We still do not have access to our vm.
This week:
Name | Accomplished | Time Spent |
Jeremie | Image Processing Tesseract Connecting OCR to the front end |
15 hours |
Jorgen | Setting up foreign keys (incomplete) | 10 hours |
Lucas | Completed drag and drop/file upload functionality Started search page |
10 hours |
Michael | Manual upload Started search page |
8 hours |
Next week:
Name | To Do | Estimated Time Required |
Jeremie | Do OCR Text to Receipt parsing Create receipt objects from OCR and add them to the database Improve image preprocessing |
12 hours |
Jorgen | Finish database | 12 hours |
Lucas | Finish search page Start visualization page |
12 hours |
Michael | Load manual input into the database Finish search page Start visualization page |
12 hours |
Project Status Report
User Stories not part of an Epics:
- Done - As SallyStudent, I want to be able to save a picture of my receipt so I can get the textbook code for later.
- Not Started - As DaveBossBusiness, I capture a lot of receipts for my business and I don’t want to have all my storage space occupied by pictures.
- Not Started - As SallyStudent, I can set time-framed budget goals for myself on all receipts so that I can better plan my finances
Epics:
- As DaveBossBusiness, I want to be able to enter my receipts manually so I know all of the information is correct.
- Done - As DaveBossBusiness, I want to be able to manually enter the business info and receipts so I know it is right.
- Done - As DaveBossBusiness, I want to be able to manually enter the receipt items info so I know it is right.
- Done - As DaveBossBusiness, I want to be able to manually enter the receipt tax and total so I know it is right.
- As DaveBossBusiness and SallyStudent, I want to be able to scan my receipts so that the information from the receipts is easily put into the database
- Done Improvement Possible - As DaveBossBusiness and SallyStudent, I want to perform image preprocessing so that the image is easier to get information from using OCR
- Done - As DaveBossBusiness and SallyStudent, I want to convert the image into text using OCR so that it can be interpreted
- In Progress - As DaveBossBusiness and SallyStudent, I want to have text parsed to automatically fill fields of the receipt using information from OCR so that I don't have to type all the information manually
- Not Started - As DaveBossBusiness and SallyStudent, I want to be able to input digital text based receipts and have it automatically fill in the fields of the receipt form.
- As SallyStudent, I would like to be able to categorize my receipts so that the information is easier to find.
- Done - As DaveBossBusiness and SallyStudent, I would like to add categories to items to better organize them.
- In Progress - As SallyStudent, I’d like to be able to search my purchases by tag/category so that I can see how I spend my money.
- Not Started - As SallyStudent, I’d like to be able to search my purchases by company/business name so that I can see where I spend my money.
- Not Started - As TomLowIncome, I want to set constraints on my budget based on tag/category so that I don’t overspend on unnecessary items.
- As TomLowIncome, I would like to serialize the data so that I can close the program and reopen it later.
- In Progress - As TomLowIncome, I want to be able to save the items I have input into the system so I can see them at a later date.
- In Progress - As TomLowIncome, I want to be able to share my spending with my wife so we can both see our household spending.
- As MaryShopaholic, I would like to see my spending visually in a way that’s intuitive and makes sense so that I can intuitively know what I overspent on.
- Not Started - As MaryShopaholic, I would like to be able to visualize a break down of all of my spending by category and by business.
- Not Started - As MaryShopaholic, I want to visualize my spending per category by business
See master's readme for info on how to run the program.