flesh out todo list

This commit is contained in:
Collin M. Barrett 2019-06-25 16:00:02 -05:00
parent 1625fb4e69
commit 3873262d99
2 changed files with 16 additions and 2 deletions

View file

@ -27,7 +27,6 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.5.0" />
<PackageReference Include="LibGit2Sharp" Version="0.26.0" />
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.3" />
<PackageReference Include="Microsoft.DotNet.Analyzers.Compatibility" Version="0.2.12-alpha" />

View file

@ -2,8 +2,23 @@
{
public static class Program
{
public static void Main(string[] args)
public static void Main()
{
// get raw list urls and IDs
// foreach
// download raw list
// persist raw list to disk with standardized name and overwriting the previous version
// git add .
// git commit
// foreach
// upsert into MariaDB Rules table https://stackoverflow.com/questions/15271202/mysql-load-data-infile-with-on-duplicate-key-update
}
}
}