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

Basic waiting list #70

Merged
merged 1 commit into from Sep 1, 2015

Conversation

steveklabnik
Copy link
Contributor

While the old site filtered by any status, what's mostly useful is the
list itself. As such, this should

Fixes #62

While the old site filtered by any status, what's mostly useful is the
list itself. As such, this should

Fixes artisan-tattoo#62
@@ -14,6 +14,7 @@ Router.map(function() {
});
this.route('login');
this.route('index', { path: '/' });
this.route('waiting-list');
Copy link
Contributor

Choose a reason for hiding this comment

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

thoughts on nesting this in customers? or stores or artists. i think in the end we don't want this to be a top-level route. (we could also wait on that for a future feature)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I could see it being under a particular Artist in the future, maybe, but as of right now, everything is just single-artist, so this feels right to me right now.

Copy link
Contributor

Choose a reason for hiding this comment

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

OK 👌

ashleygwilliams added a commit that referenced this pull request Sep 1, 2015
@ashleygwilliams ashleygwilliams merged commit 6dbd120 into artisan-tattoo:master Sep 1, 2015
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.

None yet

2 participants