jrusbatch / compilify

A web-based compiler for C# and VB.NET, powered by the Roslyn Project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Provide an interface for a user to describe their post.

jrusbatch opened this issue · comments

Include a title, description, and tags (searchable) for the post. The model already has these fields, they just need to be displayed to the user.

In addition, users should also be able to mark a post as private. Private posts won't be searchable.