Skip to content

Commit 89c1fc5

Browse files
committed
💡 (Tasks) Mark writing task as completed
1 parent 69d763a commit 89c1fc5

File tree

4 files changed

+4
-4
lines changed
  • docs/docs
    • 06_sql_storage_sqlalchemy/01_project_overview_sqlalchemy
    • 08_flask_jwt_extended

4 files changed

+4
-4
lines changed

docs/docs/06_sql_storage_sqlalchemy/01_project_overview_sqlalchemy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Let's look at what we'll do in this section. There are no changes t
66
# Project Overview (and why use SQLAlchemy)
77

88
- [x] Set metadata above
9-
- [ ] Start writing!
9+
- [x] Start writing!
1010

1111
In this section we'll make absolutely no changes to the API! However, we will completely change the way we store data.
1212

docs/docs/08_flask_jwt_extended/04_user_model_and_schema/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Create the SQLAlchemy User model and marshmallow schema.
66
# The User model and schema
77

88
- [x] Set metadata above
9-
- [ ] Start writing!
9+
- [x] Start writing!
1010
- [x] Create `start` folder
1111
- [x] Create `end` folder
1212
- [ ] Create per-file diff between `end` and `start` (use "Compare Folders")

docs/docs/08_flask_jwt_extended/06_login_users_rest_api/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Learn how to add a login endpoint that returns a JWT to a REST API
66
# How to add a login endpoint to the REST API
77

88
- [x] Set metadata above
9-
- [ ] Start writing!
9+
- [x] Start writing!
1010
- [x] Create `start` folder
1111
- [x] Create `end` folder
1212
- [ ] Create per-file diff between `end` and `start` (use "Compare Folders")

docs/docs/08_flask_jwt_extended/10_token_refreshing_flask_jwt_extended/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Learn about fresh and non-fresh tokens, as well as how to use a ref
66
# Token refreshing with Flask-JWT-Extended
77

88
- [x] Set metadata above
9-
- [ ] Start writing!
9+
- [x] Start writing!
1010
- [x] Create `start` folder
1111
- [x] Create `end` folder
1212
- [ ] Create per-file diff between `end` and `start` (use "Compare Folders")

0 commit comments

Comments
 (0)