eaboettcher / SlackDiscordBridge

0 stars 0 forks source link

OTHER SLACK #6

Open eaboettcher opened 7 years ago

eaboettcher commented 7 years ago

#general: Willie (grossw) ok imma go cry into a bowl of pork Pho. I'll talk to you all soon

eaboettcher commented 7 years ago

#general: Chuck Kuo (kuoc1) enjoy. well deserved

eaboettcher commented 7 years ago

#general: Chuck Kuo (kuoc1) http://tech.trailmax.info/2016/03/using-owin-and-active-directory-to-authenticate-users-in-asp-net-mvc-5-application/

eaboettcher commented 7 years ago

#general: Conner McGrath (conner.mcgrath1) :thinking_face:

eaboettcher commented 7 years ago

#general: Willie (grossw) spicey

eaboettcher commented 7 years ago

#general: Willie (grossw) i think i have a solid plan for a test-data source.

eaboettcher commented 7 years ago

#general: Troy Osland (oslandt) Should I add the style cop NuGet package? It would add a checker to our code to be sure our C# follows PACCAR coding standards. They gave us a list with style cop and MS Code Analysis rule ID's, so we know which rules exactly they want to follow. Is that something I should set up now or leave be for later?

eaboettcher commented 7 years ago

#general: Conner McGrath (conner.mcgrath1) The thing we installed manually on our end?

eaboettcher commented 7 years ago

#general: Troy Osland (oslandt) Yea, that is part 1 of 2. The second part is setting rules in the MS Code Analysis part, but that updates with each sync of the project

eaboettcher commented 7 years ago

#general: Conner McGrath (conner.mcgrath1) I would be for that package. Assuming we don't break anything, obv

eaboettcher commented 7 years ago

#general: Troy Osland (oslandt) The style cop would be downloaded to your local repo with a sync, but the rules would have to be set locally. It's really easy though

eaboettcher commented 7 years ago

#update-alerts: Troy Osland (oslandt) Kk sync again

eaboettcher commented 7 years ago

#general: Troy Osland (oslandt) I added in automatic checkers for if our code is following PACCAR standards. It's done in a rulesheet and in Style Cop. The PACCAR rulesheet is update with a sync, but the Style Cop is not. Style Cop NuGet Package has a lot specific style standards that we do not have to follow. The problem is, the settings do not sync between users. The individual users have to set the settings manually. I can't figure out how to not do this. To set setting manually do this:

  1. Navigate to the your local repo of the project
  2. Open packages -> StyleCop.MSBuild.5.0.0 -> tools
  3. Drag Settings.StyleCop onto StyleCop.SettingsEditor.exe. This will open up the rules editor for StyleCop
  4. Uncheck all rules except: SA1106, SA1119, SA1122, SA1300, SA1302, SA1311, SA1401, SA1402, SA1403 SA1500, SA1501, and SA1503. Those are the rules that PACCAR wishes us to follow.
  5. Click apply and then OK to exit rule editor.
  6. If VS has been open, close vs and reopen the project
eaboettcher commented 7 years ago

#general: Chuck Kuo (kuoc1) Hey pls register for github and post your username/email here

eaboettcher commented 7 years ago

#general: Jason Esparza (esparza2) TheLANBeforeTim3

eaboettcher commented 7 years ago

#general: Willie (grossw) Going to be in the project room at 6 for a couple hours going over stuff with the team if any one is there we can share notes. I got a pretty solid test db plan.

eaboettcher commented 7 years ago

#general: Chuck Kuo (kuoc1) https://docs.microsoft.com/en-us/aspnet/web-api/overview/security/individual-accounts-in-web-api

eaboettcher commented 7 years ago

#general: Jason Esparza (esparza2) Sweet! I'll check that out.

eaboettcher commented 7 years ago

#general: Conner McGrath (conner.mcgrath1) FreeRadicand is me handle

eaboettcher commented 7 years ago

#general: Chuck Kuo (kuoc1) Sent

eaboettcher commented 7 years ago

#general: Asa Davidson (davids26) GitHub name is Asa773

eaboettcher commented 7 years ago

#general: Asa Davidson (davids26) @kuoc1 or @grossw is that what you need to add me on the git hub or whatever you need to do so I can sync?

eaboettcher commented 7 years ago

#general: Chuck Kuo (kuoc1) Added

eaboettcher commented 7 years ago

#general: Asa Davidson (davids26) Great, thanks!

eaboettcher commented 7 years ago

#general: Willie (grossw) @kuoc1 you know how i just said a short break is all you need to fix a frustrating problem you've been banging your head against all day. welp...

eaboettcher commented 7 years ago

#general: Willie (grossw) man, me from 2 hours ago was an absolute cretin.

eaboettcher commented 7 years ago

#general: Chuck Kuo (kuoc1) Hahaha what? Did you commit a fatal error or something

eaboettcher commented 7 years ago

#general: Willie (grossw) no just a data-transfer bug I couldn't figure out. im going to make sure the process works before committing any of it to the project.

eaboettcher commented 7 years ago

#general: Willie (grossw) but i came back and sat down and fixed the bug in literally 5 minutes

eaboettcher commented 7 years ago

#general: Chuck Kuo (kuoc1) Lol thanks Willy

eaboettcher commented 7 years ago

#general: Chuck Kuo (kuoc1) That's hilarious

eaboettcher commented 7 years ago

#general: Chuck Kuo (kuoc1) I feel for you

eaboettcher commented 7 years ago

#general: Willie (grossw) thats certainly one word for it

eaboettcher commented 7 years ago

#general: Willie (grossw) xD. alright time to drink beer and eat ice cream. go hack some shit, FOR SCIENCE

eaboettcher commented 7 years ago

#general: Chuck Kuo (kuoc1) My man

eaboettcher commented 7 years ago

#update-alerts: Willie (grossw) In a bit I'm going to make a series of commit adding the empty framework of the test database set up. Then I'll add function and features one at a time as the weekend goes on. No need to panic, just wanted to let ya'll know. I'm going to take some time to document what all the pieces do too, though I will probably want to sit down and walk anyone who is interested through it at some point

eaboettcher commented 7 years ago

#update-alerts: Willie (grossw) Pushing Dataconfig class frame now

eaboettcher commented 7 years ago

#update-alerts: Willie (grossw) Pushing the XML.Linq NuGet package. it wont affect anything else.

eaboettcher commented 7 years ago

#update-alerts: Willie (grossw) Am going to push The Database File, the DataModel for interfacing with it, and the DataController. Most of the methods are empty, but everything is there for the Project to compile.

eaboettcher commented 7 years ago

#update-alerts: Willie (grossw) Pushing the completed DataController and DataConfig classes.

eaboettcher commented 7 years ago

#dev-talk: Willie (grossw) Just a note, the DataConfig Class is Static, so you don't need to instantiate it.

eaboettcher commented 7 years ago

#dev-talk: Willie (grossw) also every time I built the project i got roughly 1,000,000,000 warnings re: kenwoth standards so I'm assuming we're not worrying about conforming to that just yet?

eaboettcher commented 7 years ago

#dev-talk: Chuck Kuo (kuoc1) You're definitely right there

eaboettcher commented 7 years ago

#dev-talk: Willie (grossw) :+1: heck em

eaboettcher commented 7 years ago

#general: Willie (grossw) we gonna be in the Project room tomorrow at 4:30-5pm, if anyone wants to be there we can collaborate on our progress on the join project

eaboettcher commented 7 years ago

#general: Erika Boettcher (boettch3) github is eaboettcher

eaboettcher commented 7 years ago

#general: Chuck Kuo (kuoc1) @grossw would you mind updating us on the db stuff when you get it sorted out?

eaboettcher commented 7 years ago

#general: Willie (grossw) its set up

eaboettcher commented 7 years ago

#general: Willie (grossw) im figuring out the details of exactly how we want to connect to it

eaboettcher commented 7 years ago

#general: Willie (grossw) i got the connections string ;D