<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>stocktickerclon Git Code changes</title><link>https://sourceforge.net/p/stocktickerclon/gitcode/</link><description>Recent changes to Git Code repository in stocktickerclon project</description><atom:link href="https://sourceforge.net/p/stocktickerclon/gitcode/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 16 Sep 2021 10:06:48 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/stocktickerclon/gitcode/feed" rel="self" type="application/rss+xml"/><item><title>Added some code to start working with the Player entity in the Core Data data model.  Started but not finished the PlayerAdd screen.  Added a screen to see the Player details listed.  Adjusted Cont...</title><link>https://sourceforge.net/p/stocktickerclon/gitcode/ci/f64ab26611459573fd9136f93a8a4e0a8fbf6e5f/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Added some code to start working with the Player entity in the Core Data data model.  Started but not finished the PlayerAdd screen.  Added a screen to see the Player details listed.  Adjusted ContentView.swift to call the Player Details view and moved the Text about things to add to ContentView out of the CommodityGraph file.&lt;br/&gt;&lt;a href="/p/stocktickerclon/gitcode/ci/f64ab26611459573fd9136f93a8a4e0a8fbf6e5f/"&gt;View Changes&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shadallark</dc:creator><pubDate>Thu, 16 Sep 2021 10:06:48 -0000</pubDate><guid>https://sourceforge.net/p/stocktickerclon/gitcode/ci/f64ab26611459573fd9136f93a8a4e0a8fbf6e5f/</guid></item><item><title>Backtracked a bit.  Have not figured out how to make EnvironmentObjects work yet so removed that from the different views.  Using ModelData().commodities[#] instead.  Updates include: Commodity.swi...</title><link>https://sourceforge.net/p/stocktickerclon/gitcode/ci/cb2ee7fefcbffeb2577522f981c6854a4133cb3d/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Backtracked a bit.  Have not figured out how to make EnvironmentObjects work yet so removed that from the different views.  Using ModelData().commodities&lt;span&gt;[#]&lt;/span&gt; instead.  Updates include: Commodity.swift: added comments about each of the fields and the history field (currently commented out); ModelData.swift: removed @Published for now;  CommodityBar.swift: added a Vertical Stack to display the stock names below the associated bars of the graph, in the colour stored in the Commodity structure; ContentView.swift: using ModelData().commodities for now to access the individual Commodities to send to the CommodityBar() to test how the information is displayed.&lt;br/&gt;&lt;a href="/p/stocktickerclon/gitcode/ci/cb2ee7fefcbffeb2577522f981c6854a4133cb3d/"&gt;View Changes&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shadallark</dc:creator><pubDate>Tue, 14 Sep 2021 19:12:11 -0000</pubDate><guid>https://sourceforge.net/p/stocktickerclon/gitcode/ci/cb2ee7fefcbffeb2577522f981c6854a4133cb3d/</guid></item><item><title>Trying again to commit the ContentView.swift file (keep getting this error: error: pathspec 'Stock_Ticker_clone/Views/ContentView.swift' did not match any file(s) known to git).  Might have been a ...</title><link>https://sourceforge.net/p/stocktickerclon/gitcode/ci/0a88a19e847f1f1768cc039604efe01507146a52/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Trying again to commit the ContentView.swift file (keep getting this error: error: pathspec 'Stock_Ticker_clone/Views/ContentView.swift' did not match any file(s) known to git).  Might have been a case issue in the file name so I renamed it twice (once to contentview.swift and then back to ContentView.swift).&lt;br/&gt;&lt;a href="/p/stocktickerclon/gitcode/ci/0a88a19e847f1f1768cc039604efe01507146a52/"&gt;View Changes&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shadallark</dc:creator><pubDate>Mon, 13 Sep 2021 23:05:04 -0000</pubDate><guid>https://sourceforge.net/p/stocktickerclon/gitcode/ci/0a88a19e847f1f1768cc039604efe01507146a52/</guid></item><item><title>Commodity.swift: made structure Identifiable; ModelData.swift: published the commodities variable; CommodityBar.swift: created a barColour variable that is used to set the colour of the bars and is...</title><link>https://sourceforge.net/p/stocktickerclon/gitcode/ci/ae12dd1f86c4f30ccdaddc2c0f8b543887b87b15/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Commodity.swift: made structure Identifiable; ModelData.swift: published the commodities variable; CommodityBar.swift: created a barColour variable that is used to set the colour of the bars and is calculated based on the value of the commodity; ContentView.swift: switched from sending specific commodities to CommodityBar() to trying to use a ForEach command to send all of the commodities (not sure why it is not working).&lt;br/&gt;&lt;a href="/p/stocktickerclon/gitcode/ci/ae12dd1f86c4f30ccdaddc2c0f8b543887b87b15/"&gt;View Changes&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shadallark</dc:creator><pubDate>Mon, 13 Sep 2021 22:56:43 -0000</pubDate><guid>https://sourceforge.net/p/stocktickerclon/gitcode/ci/ae12dd1f86c4f30ccdaddc2c0f8b543887b87b15/</guid></item><item><title>Using SwiftUI RoundedRectangle and Rectangle commands to draw the commodity graphs.  Colour is determined based on the value of the commodity not by the Commodity.Colour field.</title><link>https://sourceforge.net/p/stocktickerclon/gitcode/ci/cd3b6e44b65c5aca126480fae3541af06ec467d2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Using SwiftUI RoundedRectangle and Rectangle commands to draw the commodity graphs.  Colour is determined based on the value of the commodity not by the Commodity.Colour field.&lt;br/&gt;&lt;a href="/p/stocktickerclon/gitcode/ci/cd3b6e44b65c5aca126480fae3541af06ec467d2/"&gt;View Changes&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shadallark</dc:creator><pubDate>Mon, 13 Sep 2021 22:00:29 -0000</pubDate><guid>https://sourceforge.net/p/stocktickerclon/gitcode/ci/cd3b6e44b65c5aca126480fae3541af06ec467d2/</guid></item><item><title>Add the Player entity to the Data Model. Start organizing the project into folders.</title><link>https://sourceforge.net/p/stocktickerclon/gitcode/ci/c66ff6a4693c6c8da4cd8e616260a8a3e2c572f3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Add the Player entity to the Data Model. Start organizing the project into folders.&lt;br/&gt;&lt;a href="/p/stocktickerclon/gitcode/ci/c66ff6a4693c6c8da4cd8e616260a8a3e2c572f3/"&gt;View Changes&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shadallark</dc:creator><pubDate>Thu, 09 Sep 2021 22:45:42 -0000</pubDate><guid>https://sourceforge.net/p/stocktickerclon/gitcode/ci/c66ff6a4693c6c8da4cd8e616260a8a3e2c572f3/</guid></item><item><title>Played around with some simple settings to get the menu to display better on the screen and maybe to change the text that will go with the icon.</title><link>https://sourceforge.net/p/stocktickerclon/gitcode/ci/d562af59891cc19a938218d2560ae5efac97be7f/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Played around with some simple settings to get the menu to display better on the screen and maybe to change the text that will go with the icon.&lt;br/&gt;&lt;a href="/p/stocktickerclon/gitcode/ci/d562af59891cc19a938218d2560ae5efac97be7f/"&gt;View Changes&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shadallark</dc:creator><pubDate>Mon, 30 Aug 2021 19:37:49 -0000</pubDate><guid>https://sourceforge.net/p/stocktickerclon/gitcode/ci/d562af59891cc19a938218d2560ae5efac97be7f/</guid></item><item><title>Removed the old Project files and copied in the generic Swift Project files that we will be using as a starting point.</title><link>https://sourceforge.net/p/stocktickerclon/gitcode/ci/6b9ada0aaa015b1f761982eb9171c94ffa27a0f6/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Removed the old Project files and copied in the generic Swift Project files that we will be using as a starting point.&lt;br/&gt;&lt;a href="/p/stocktickerclon/gitcode/ci/6b9ada0aaa015b1f761982eb9171c94ffa27a0f6/"&gt;View Changes&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shadallark</dc:creator><pubDate>Mon, 30 Aug 2021 18:50:20 -0000</pubDate><guid>https://sourceforge.net/p/stocktickerclon/gitcode/ci/6b9ada0aaa015b1f761982eb9171c94ffa27a0f6/</guid></item><item><title>Committing files before I start the switch to Swift</title><link>https://sourceforge.net/p/stocktickerclon/gitcode/ci/50d639aaa083bccca0d913741749ee2e82e21b86/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Committing files before I start the switch to Swift&lt;br/&gt;&lt;a href="/p/stocktickerclon/gitcode/ci/50d639aaa083bccca0d913741749ee2e82e21b86/"&gt;View Changes&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shadallark</dc:creator><pubDate>Mon, 30 Aug 2021 17:11:13 -0000</pubDate><guid>https://sourceforge.net/p/stocktickerclon/gitcode/ci/50d639aaa083bccca0d913741749ee2e82e21b86/</guid></item><item><title>Not sure what the changes were.  Committing as I start to rebuild using Sqift.</title><link>https://sourceforge.net/p/stocktickerclon/gitcode/ci/2e5f3b2341494a358b85250cb5d6934f5060bc3f/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Not sure what the changes were.  Committing as I start to rebuild using Sqift.&lt;br/&gt;&lt;a href="/p/stocktickerclon/gitcode/ci/2e5f3b2341494a358b85250cb5d6934f5060bc3f/"&gt;View Changes&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shadallark</dc:creator><pubDate>Mon, 30 Aug 2021 17:10:09 -0000</pubDate><guid>https://sourceforge.net/p/stocktickerclon/gitcode/ci/2e5f3b2341494a358b85250cb5d6934f5060bc3f/</guid></item></channel></rss>