-
Notifications
You must be signed in to change notification settings - Fork 39
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
chg: Updated todo example to show tag usage #59
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @kazamatzuri ! Thank's for the PR - I'm excited to see this.
This example serves the purpose of showing off some of the more advanced features of flask-rebar that are too cumbersome to add to the example on the README. I think tags are a good addition! As mentioned in a comment, I think we should specify only a single tag, so we can show how they work without distracting too much from the other features being demonstrated here.
Also, one more thing: there is a script, examples/todo/generate_output.py
. It generates the examples/todo/todo_output.md
file. Can you run that?
Sweet 👍 ! |
Hi folks,
to familiarize myself with this I updated the todo example with the tag usage that was added in #55.
Hope that's going to be helpful to someone.
Comments?
Thanks!
-Fab