-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Datastore narrative example #285
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
Closed
Closed
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
240e9d6
Science fiction for expense report example application.
tseaver 6a913d3
Update science-fiction CLI.
tseaver 580fb03
Initial CLI skeleton to support datastore narrative example.
tseaver 01d8f95
PEP8
tseaver 6426aba
Suppress two useless PEP8 errors.
tseaver 943f9df
Progress toward sample implementation.
tseaver e95392e
Get exp report creation actually working.
tseaver 4f8c242
Use same Oauth envvars as regression tests.
tseaver d9c3af1
Enforce distinction between creating / updating expense reports.
tseaver afb287e
Add 'delete' command.
tseaver e836913
Add checks for valid report status to update / delete commands.
tseaver ebae693
Record metadata (description, created, updated) for expense reports.
tseaver 666b6a4
Make 'review_expenses list' work with live data.
tseaver 578d40a
Make 'review_expenses show' work with live data.
tseaver 31dd159
Housekeeping.
tseaver 7da8592
Reconcile command output w/ Sphinx.
tseaver 7a58c95
Drop unneeded base exception.
tseaver b209068
Get 'review_expenses {approve,reject}' working w/ live data.
tseaver a98b440
Wire in the datastore narrative example.
tseaver 42ecfe8
'csv' is not a known highlight syntax.
tseaver 10e9f9f
Describe top-down flow of creating an expense report from a CSV file.
tseaver 5090a3b
Add narrative for 'update_report'.
tseaver 44812da
Typos, clarifications.
tseaver 911ed7c
Add discussion of 'review_expenses list'.
tseaver 8eadf43
Require 'employee_id' arg for 'review_expenses show'.
tseaver 7f38c3a
Add discussion of 'review_expenses show'.
tseaver 239d86f
Add discussion of 'review_expenses {approve,reject}'.
tseaver 021b797
Cross-ref overview narrative to functional sections.
tseaver 1579110
Add discussion of 'submit_expenses delete'.
tseaver 4879512
Typo.
tseaver bdc32ab
Revert "Suppress two useless PEP8 errors."
tseaver bf5e420
PEP8.
tseaver b7e7f9c
pylint (reduced set, as in tests / demos / regression).
tseaver 64cc17a
Typos.
tseaver File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Get exp report creation actually working.
- Loading branch information
commit e95392efcc00b8eea6192a6102adb9b16f04c35b
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| "Date","Vendor","Type","Quantity","Price","Memo" | ||
| "2014-08-26","United Airlines","Travel",1,425.00,"Airfaire, IAD <-> SFO" | ||
| "2014-08-27","Yellow Cab","Travel",32.00,"Taxi to IAD" | ||
| "2014-08-27","Yellow Cab","Travel",1,32.00,"Taxi to IAD" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.