<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://tools.usyvl.org/wiki/index.php?action=history&amp;feed=atom&amp;title=DevelopmentNotes</id>
	<title>DevelopmentNotes - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://tools.usyvl.org/wiki/index.php?action=history&amp;feed=atom&amp;title=DevelopmentNotes"/>
	<link rel="alternate" type="text/html" href="https://tools.usyvl.org/wiki/index.php?title=DevelopmentNotes&amp;action=history"/>
	<updated>2026-05-14T12:51:10Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://tools.usyvl.org/wiki/index.php?title=DevelopmentNotes&amp;diff=51&amp;oldid=prev</id>
		<title>Aaron: 1 revision imported: Hopefully full import</title>
		<link rel="alternate" type="text/html" href="https://tools.usyvl.org/wiki/index.php?title=DevelopmentNotes&amp;diff=51&amp;oldid=prev"/>
		<updated>2023-06-21T00:25:40Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported: Hopefully full import&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 00:25, 21 June 2023&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Aaron</name></author>
	</entry>
	<entry>
		<id>https://tools.usyvl.org/wiki/index.php?title=DevelopmentNotes&amp;diff=50&amp;oldid=prev</id>
		<title>Aaron at 02:52, 25 October 2013</title>
		<link rel="alternate" type="text/html" href="https://tools.usyvl.org/wiki/index.php?title=DevelopmentNotes&amp;diff=50&amp;oldid=prev"/>
		<updated>2013-10-25T02:52:42Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:Scheduling]]&lt;br /&gt;
[[Category:Workflow]]&lt;br /&gt;
[[Category:Mobile]]&lt;br /&gt;
&lt;br /&gt;
==Provide More detailed development notes==&lt;br /&gt;
===2013-07-27===&lt;br /&gt;
====Scheduling====&lt;br /&gt;
*DB updates:&lt;br /&gt;
**split ev table data into ev and lc&lt;br /&gt;
***location data no longer in ev directly, need to do a left join on ev.ev_lcid = lc.lcid&lt;br /&gt;
**still loading previous ev data into evo table (will remove support once things better established)&lt;br /&gt;
**Programmatically creating a sort order table now&lt;br /&gt;
***Generate all possible division ranges for 6-17 with an ordering value - overkill, but should handle things well&lt;br /&gt;
**Add distance matrix table&lt;br /&gt;
***Not currently populated, but will eventually be populated with distances between sites obtained via Google Distance API &lt;br /&gt;
*Add support for git tags with version numbers in them!&lt;br /&gt;
*Add code to load scheduling location data into new lc table&lt;br /&gt;
*New FTP sync script to upload the mobile DB to mobile live site&lt;br /&gt;
*Pushed out updates to primary sched server (d7k)&lt;br /&gt;
&lt;br /&gt;
====Mobile====&lt;br /&gt;
*Code updates to support db schema update.&lt;br /&gt;
*Add version info in credits section&lt;br /&gt;
*Add support for git tags with version numbers in them!&lt;br /&gt;
*Pushed new version up to http://m.usyvl.org&lt;br /&gt;
&lt;br /&gt;
===USYVL Notes from 2013-10-14===&lt;br /&gt;
====Mobile====&lt;br /&gt;
=====USYVL staff found some issues with the current mobile deployment.=====&lt;br /&gt;
*auto mode has issues with locations shown&lt;br /&gt;
**This was a code issue with a wrong variable&lt;br /&gt;
*The list of matches for a single team has intersite game days all listed as Home Games&lt;br /&gt;
**This is due to the data organization and there is not really a way around it with the current structure.&lt;br /&gt;
***When event list is parsed, an event id is assigned to each incoming entry that goes into the db.&lt;br /&gt;
***Tournaments end up creating multiple event ids as there is an event entry for each program attending&lt;br /&gt;
***All match info is attached to the Home Game event id.&lt;br /&gt;
***We need each of the labels, (as shown by the errors discovered)&lt;br /&gt;
***But we also need a way to associate the correct event id label to the tournament data&lt;br /&gt;
*A number of labels need updating&lt;br /&gt;
=====Additional Development=====&lt;br /&gt;
*scorekeeper - modified to allow changing of colors and initialization at the correct color&lt;br /&gt;
*added a javascript clock to many of the mobile pages so time can be seen in-site&lt;br /&gt;
*link tournament entries and team matches entries to scorekeeper, passing in colors and team names&lt;br /&gt;
*improved navigation between pools of a given intersite game day&lt;br /&gt;
=====Still ToDo from this go round=====&lt;br /&gt;
*restructure  navigation to program level&lt;br /&gt;
*possibly combine Tournament Summary and Tournament Pool displays&lt;br /&gt;
*help for scorekeeper&lt;br /&gt;
*settings - cookies?&lt;br /&gt;
*possibly add match times to scorekeeper???&lt;br /&gt;
*db restructuring - add a tnid of some type to link together the various evids for tournaments&lt;br /&gt;
===2013-10-24===&lt;br /&gt;
====Dealt with a number of major tasks on Mobile site:====&lt;br /&gt;
*cleanup of social media links&lt;br /&gt;
*merging of code to use one template file, abandoning the other&lt;br /&gt;
*improved styling of social network links (issues with facebook follow)&lt;br /&gt;
*added a dev menu at very bottom to contain links to bleeding edge stuff&lt;br /&gt;
*moved a couple more devish items into the menu above&lt;br /&gt;
*added game summaries support&lt;br /&gt;
*added links to game summaries from instructional summaries&lt;br /&gt;
*added scorekeeping links to games summaries&lt;br /&gt;
*major cleanup of digital clock code&lt;br /&gt;
**reduce risk of namespace collisions by changing names&lt;br /&gt;
**fix several issues with original version - was very inefficient&lt;br /&gt;
*added an about menu item - with mission and benefits&lt;br /&gt;
*expanded author information a bit in credits&lt;br /&gt;
*reorganize some of the core functions - to improve locality of menu and actual methods&lt;br /&gt;
*add program name to a couple locations on the program info pages&lt;br /&gt;
&lt;br /&gt;
==== Made another pass as stuff later in that day ====&lt;br /&gt;
A few more enhancements and fixed a few things broken with last update:&lt;br /&gt;
*Added some debugging output for locator - issue was missing db records&lt;br /&gt;
*Fixed styling of teamMatches&lt;br /&gt;
*Added links to tournament and game info pages from teamMatches&lt;br /&gt;
*Programmtically added the digitalClock to many of the summaries that could use it&lt;br /&gt;
*Potentially fixed the issue with scoreKeeper not updating the scorePad colors correctly&lt;br /&gt;
**Pretty sure fixed the jump back to top part anyway, possibly related.&lt;br /&gt;
*Added the testing/testLocator script to the indev page&lt;br /&gt;
*Fixed broken paths in testing/testLocator (because it is at a different level in heirarchy now)&lt;br /&gt;
&lt;br /&gt;
====Still to do from this round of dev====&lt;br /&gt;
*Clean up site info page&lt;br /&gt;
**improve page appearance.&lt;br /&gt;
**With the addition of links for both tournaments and games not from the instructional summaries, we can downplay the game and tournament summaries lists&lt;br /&gt;
*address renaming issues from USYVL notes above&lt;br /&gt;
*mid-term solution of making tournament summaries/pool more agnostic (no Away or Home once they get that far)....&lt;br /&gt;
*locator &lt;br /&gt;
**clean up locator debug code&lt;br /&gt;
**add in links to particular entries&lt;/div&gt;</summary>
		<author><name>Aaron</name></author>
	</entry>
</feed>