Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Faster Puzzle Entry #276

Merged
merged 3 commits into from
Mar 7, 2019

Conversation

tabascq
Copy link
Contributor

@tabascq tabascq commented Mar 7, 2019

Streamlined the Create page to only a few fields and a selection of puzzle types that fills out defaults for many others.

Also streamlined the Edit page to separate properties into basic and advanced buckets, and shorten the overall height so that the Prerequisites section is visible.

Streamlined the Create page to only a few fields and a selection of puzzle types that fills out defaults for many others.

Also streamlined the Edit page to separate properties into basic and advanced buckets, and shorten the overall height so that the Prerequisites section is visible.
@tabascq tabascq requested a review from jenetlan March 7, 2019 05:14

public class MiniPuzzle
{
public string Name { get; set; }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you put [Required] on this, the page will validate it

@tabascq tabascq merged commit 216b729 into PuzzleServer:master Mar 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants