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

Build Tests (and possibly Demo) #4

Open
ineshbose opened this issue Jul 5, 2020 · 4 comments
Open

Build Tests (and possibly Demo) #4

ineshbose opened this issue Jul 5, 2020 · 4 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@ineshbose
Copy link
Owner

Create tests for the app that should pass before deployment / commit using test user/data, parsing sample phrases and returning desired output (like timetable).

@ineshbose ineshbose added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Jul 5, 2020
@ineshbose
Copy link
Owner Author

Appveyor provides encrypted environment variables.
https://www.appveyor.com/docs/build-configuration/#secure-variables
Problem - not quite available to everyone and also not confident to use personal credentials.

@ineshbose
Copy link
Owner Author

ineshbose commented Jul 19, 2020

Possible solution 2: Insert an instance in the database that has _id : "demo" and Platform.get_id() would return "demo" on KeyError.

@ineshbose
Copy link
Owner Author

Possible solution 2: Insert an instance in the database that has _id : "demo" and Platform.get_id() would return "demo" on KeyError.

Would return same ID for two people taking a demo at the same time.

@ineshbose
Copy link
Owner Author

Using Dialogflow's session ID for demos that will take advantage of ONE-TIME-USER feature planned for release 1.12.0, however, the implementation is not yet modular which means it's somewhat hardcoded for Dialogflow; need to make adjustments using _config.py.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant