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

Readme update #72

Open
3 tasks
aaron-schroeder opened this issue Jan 12, 2023 · 0 comments
Open
3 tasks

Readme update #72

aaron-schroeder opened this issue Jan 12, 2023 · 0 comments
Labels
documentation Improvements or additions to documentation
Milestone

Comments

@aaron-schroeder
Copy link
Owner

aaron-schroeder commented Jan 12, 2023

It has become stale.

  • Check for outdated code snippets
  • Replace outdated screenshots (consider gifs too)
  • Consider adding new useful information
    • Running redis and celery are big ones; could get deep between dev and prod. Notes included on Perform background tasks with celery #57 and Allow batch-add of strava activities #39.
      • command line 1: ./run_redis.sh
        command line 2: celery -A celery_worker.celery worker -l INFO
        Any info from celery tasks appears in this stdout. It won't be in flask stdout.
        command line 3: run the flask app
    • Decided that I wouldn't mention these until I complete and document the batch-save functionality
@aaron-schroeder aaron-schroeder added the documentation Improvements or additions to documentation label Jan 12, 2023
aaron-schroeder added a commit that referenced this issue Jan 12, 2023
@aaron-schroeder aaron-schroeder added this to the 0.1 milestone Jan 16, 2023
aaron-schroeder added a commit that referenced this issue Jan 16, 2023
- Minimal `setup.py` to enable
- Main CLI command is to run the dev server with a simulated strava API
- Updated usage section in README (rel to #72)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant