You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.
Daniel J. Summers edited this page Oct 7, 2016
·
1 revision
Uno/Dos - Step 2
As the overview page mentioned, this model is pretty straightforward. There are three static classes (AuthorizationLevel, CommentStatus, and PostStatus) to keep us from using magic strings in the code. The objects that will actually be stored in the database are Category, Comment, Page, Post, User, and WebLog. Revision and Authorization give structure to the collections stored within other objects (Page/Post and User, respectively).