swiftcode / Pool

3 stars 1 forks source link

Data Entry Screen Design #13

Open swiftcode opened 2 years ago

swiftcode commented 2 years ago

Here's a new design for the data entry screen. Open to discussion, but this will allow the actual team information to be a separate view and be displayed in a logical sense. The data can be displayed in a tableView or a collectionView.

DataEntryDesign

For the week, the "Week" will be a UILabel and the other will be a UITextField for the user to enter which week number is being entered.

For team info, the left hand side will be a UILabel with the team information and the right hand side will be a UITextField that will enable the user to enter a letter, corresponding to that week's information.

Prokope45 commented 2 years ago

Since the view is wide enough, could we expand the team name and state for the entire line? Or perhaps keep the state acronym and display the full team name next to each acronym?

swiftcode commented 2 years ago

Sure, we can do that. This is just a mock-up to show a general layout design. The data we're using in teams.json (in the Teams group) has the actual team and city names, as well as other information. The cells themselves might have multiple rows of information and we may even get fancy and group the teams by conference and add a sort order.