Mobile Site Development: Difference between revisions
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
m (1 revision imported: Hopefully full import)  | 
				|
(No difference) 
 | |
Latest revision as of 00:25, 21 June 2023
Intro
To Do Items
Season Branding
- Should have Season displayed (as its pertinent)
- can get from db pretty easily at this point.
- select distinct evseason from ev;
 
 - should do some checks of date vs evds field, can get date stamps pretty easily to compare with
- use values to display appropriate messages about season (ie: if current date is past end of season, then notify that its not current)...
- New season coming soon!
 
 - select distinct evds from ev order by evds;
 - some way to do min/max value?
 - select max(evds) from ev;
 - select min(evds) from ev;
 
 - use values to display appropriate messages about season (ie: if current date is past end of season, then notify that its not current)...
 
 - can get from db pretty easily at this point.
 
Cookies
- Allow saving at a team level
 - For how long? (maybe 4-6 weeks?)
- By the time a new season is up, there is probably only that long left...
 
 - Will be complicated by possible variance in tmids
 
General ToDo Items
Off Season Messaging
Want to have the option for a reset db to show a message to the effect that schedules for the upcoming season are coming soon
- Reset Tables during reset IO dir
 - catch that there are no entries and display appropriate message.
 
Feature Requests
From the 2013-07-02 Camarillo meeting with Randy
Mobile General
- Broken Help link
 - Social Media integration
- Want a link to USYVL twitter feed
 - Want a link to USYVL facebook page
 - Possibly put icons in header bar
 - May need to still clarify where we want "follow" buttons vs page links
 
 - Matt Garthoff - graphics for web clip
 
ScoreKeeper
- Whistle
- move controls to just below score
 - wants a whistle image instead of just button
 
 
Schedule Location/Display
- fix division order
- done via sort order database
 
 - Schedule display
- want a "select" filter setup: All (default), Practices, Home Games, Tournament
 
 - Cookies to allow "Saving" a particular child's schedule - shortctu
- Save button somewhere to write a cookie
 
 - Auto mode
- get closest by line of sight - then use google api to refine
 
 - Add coaches name
 - Tournament Info pages
 - Site information pages
 
Instructional Summary
- Issues pointed out - current association of schedule to red book is OK, but kind of a hack
 - Break red book into chunks in DB
- Want HTML
 
 
- Upload options
- Upload All/Schedules only/Mobile only
 
 
Related/References
- http://webdesign.tutsplus.com/articles/quick-tip-give-your-website-an-ios-home-screen-icon--webdesign-10067 - useful site for adding graphics to iphone web app