The full scenario of posting an item/service and then requested by other accounts is implemented.
The request conflict problem is solved.
Image upload is supported.
TODO:
The scenario implementation of seeking for help (quite similar to the previous one with only a label difference).
Search function based on GeoPoint.
Basic chat function.
Return Items function.
Weekly Record:
The request/accept module is implemented using complex relations among Request class, Item class and Customer class, which may have bug if the data traffic is very big.
Although the request and record interface are implemented, the UI of them need to be modified, like adding some animations to events.
Customer class is charge of storing most of the user information except for the identification information. It is set up during signup and bound to the user forever.
Two timers in the main function to keep update of the request and accept information from the server. There will be more for other usage.
Request/Offering/Record page are currently not the substate of tabs, this may be changed in the future to support jump to other tabs.
Done:
TODO:
Weekly Record: