TBay is an assignment from Unit 2 of Thinkful Python Programming Course that I am currently working through.
Submitted by: Ben Altieri
Time spent: 1 hours spent in total
The following required functionality is completed:
- User can auction multiple items.
- User can bid on multiple items.
- Multiple Users can place a bid on an item.
- User can Add three users to the database to and from PostgreSQL database called tbay via sqlalchemy.
- User can Make one user auction a baseball.
- User can Have each other user place two bids on the baseball.
- User can Perform a query to find out which user placed the highest bid.
The following optional features are implemented:
- Improve style of the blah blah items in the list using a custom adapter
- Add support for completion due dates for blah blah items (and display within listview item)
- Use a DialogFragment instead of new Activity for editing items
- Add support for selecting the priority of each blah blah item (and display in listview item)
- Tweak the style improving the UI / UX, play with colors, images or backgrounds
The following additional features are implemented:
- List anything else that you can get done to improve the app functionality! Dialog popup window to show what exactly was edited. Find if no popup, then users may forget what was edited when returning to main screen/activity.
Here's a walkthrough of implemented user stories:
GIF created with LiceCap.
Describe any challenges encountered while building the app.
- [1] Getting the original text to populate over to the edit Activity
- [2] Updating the item and positioning of the ArrayList when a particular item has been updated
- [3] Refactoring code and seeing what overlaps may be
Copyright [2016] [Ben Altieri]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.