Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Table of Contents missing in docs (readme.md) #3

Open
neooleg opened this issue Apr 1, 2017 · 4 comments
Open

Table of Contents missing in docs (readme.md) #3

neooleg opened this issue Apr 1, 2017 · 4 comments

Comments

@neooleg
Copy link

neooleg commented Apr 1, 2017

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.

@JacekKosciesza
Copy link
Owner

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.

@Jenan
Copy link

Jenan commented Apr 3, 2017

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

@dannarsavage
Copy link

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
Copy link

dannarsavage commented Dec 1, 2017

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 . . .

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants