StarWars icon indicating copy to clipboard operation
StarWars copied to clipboard

Table of Contents missing in docs (readme.md)

Open neooleg opened this issue 7 years ago • 4 comments

Hi @JacekKosciesza,

this is amazing documentation, huge work behind! What is really missing is TOC for such big document. BTW, it will be ideal to combine TOC with Road Map if Markdown will allow it.

neooleg avatar Apr 01 '17 07:04 neooleg

Thank you @neooleg. TOC is really a good idea. I'm also thinking about moving docs to Wiki pages and leave readme only with instructions how to get started with project and links to Wiki.

JacekKosciesza avatar Apr 03 '17 08:04 JacekKosciesza

@JacekKosciesza That is nice idea, move to the wiki.

Jenan avatar Apr 03 '17 08:04 Jenan

Speaking of adding to the documentation, @JacekKosciesza I appreciate all the effort that went into this. Is there any guidance on how to create the database? I see "Run application and make sure database is created" in the ReadMe, I see the "SeedData" cs file, and I see that it runs when I debug in Visual Studio, but it chokes on the fact that there's no database structure yet created. I don't see SQL scripts to create the database. I'm a complete EF noob, so maybe there's an easy way to do it with an edmx (which I also don't see, but maybe that's because I'm an EF Core noob). Help there?

dannarsavage avatar Nov 30 '17 23:11 dannarsavage

Okay got it. Either line 20 (Database.EnsureCreated();) or line 21 (Database.Migrate();) in StarWarsContext.cs needs to be uncommented. Hopefully this comes in handy for someone else . . .

dannarsavage avatar Dec 01 '17 21:12 dannarsavage