Commit 3a3a01f
authored
Develop (#27)
* add app registration manifest and piazza icon
* install instructions
* readme formatting and clarity
* add missing install instructions
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* temp contributing.md
* update contributing and add venv to gitignore
* bugfix: threaded message replies
* install script
* update readme
* update readme
* remove git conflict
* update instructions to include install script
* Feature reply in thread (#16)
* Update issue templates
* Delete CONTRIBUTING.md
moving to .github
* Revert "Update issue templates"
This reverts commit 43cd34f.
* Revert "Delete CONTRIBUTING.md"
This reverts commit 25384ed.
* Update issue templates
* Create pull_request_template.md
* Create pull_request_template.md
* Update README.md
* Update README.md
* Update issue templates
* Update feature_request.md
* broadcast replies to unthreaded messages
* delte test file
* Feature update course (#21)
* Develop (#19)
* add app registration manifest and piazza icon
* install instructions
* readme formatting and clarity
* add missing install instructions
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* temp contributing.md
* update contributing and add venv to gitignore
* bugfix: threaded message replies
* install script
* update readme
* update readme
* remove git conflict
* update instructions to include install script
* Feature reply in thread (#16)
* Update issue templates
* Delete CONTRIBUTING.md
moving to .github
* Revert "Update issue templates"
This reverts commit 43cd34f.
* Revert "Delete CONTRIBUTING.md"
This reverts commit 25384ed.
* Update issue templates
* Create pull_request_template.md
* Create pull_request_template.md
* Update README.md
* Update README.md
* Update issue templates
* Update feature_request.md
* broadcast replies to unthreaded messages
* delte test file
* install tinydb and add slash command to upsert forum ids
* remove course id from example .eng
* store forum id in tinydb
* move error message construction
* formatting
* formatting
* update readme
* add cache, rename Course -> Q (for query), move post_url building to message (#22)
* fix regex1 parent 4b53bd0 commit 3a3a01f
2 files changed
+49
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
11 | 53 | | |
12 | 54 | | |
| 55 | + | |
13 | 56 | | |
14 | 57 | | |
15 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
| |||
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
| 20 | + | |
18 | 21 | | |
| 22 | + | |
19 | 23 | | |
20 | 24 | | |
21 | 25 | | |
| |||
126 | 130 | | |
127 | 131 | | |
128 | 132 | | |
129 | | - | |
130 | 133 | | |
131 | | - | |
| 134 | + | |
132 | 135 | | |
133 | 136 | | |
134 | 137 | | |
135 | 138 | | |
| 139 | + | |
136 | 140 | | |
137 | 141 | | |
138 | 142 | | |
| |||
0 commit comments