csinn / CSInn

C# Inn community website.
MIT License
26 stars 9 forks source link

Lesson search page #8

Open Almantask opened 5 years ago

Almantask commented 5 years ago

Lesson has an Author. Should Author be just a string, maybe an id of a user, or Author model?

andrijajocic commented 5 years ago

string definitely. It's easier on the memory and the more features of models aren't necessary IMO.

Almantask commented 5 years ago

Agreed :)

Almantask commented 5 years ago
    string Title
    string Description
    link Video
    link Slides
    List<string> Tags
    List<string> Authors