feat/video tags #27#51
Conversation
| GOOGLE_SECRET = x | ||
|
|
||
| # Only needed if you are using Github login | ||
| # For local development, use http://localhost:3000 as the homepage URL and http://localhost:3000/oauth/github/callback as the callback URL |
There was a problem hiding this comment.
A little bit of extra documentation to help with project setup
| message: [`Class not ${!!req.params.id ? "updated" : "added"}`], | ||
| }; | ||
| } finally { | ||
| res.redirect(`/class/edit/${req.params.id}`); |
There was a problem hiding this comment.
When submitting an "edit class" form, it redirected to a new blank form, this redirects back to the same class
| @apply text-right; | ||
| } | ||
| #timestamps, | ||
| #tags, |
There was a problem hiding this comment.
Should i be checking in src/assets/css/index.css?
|
Thank you so much! I'm in school all week so it might be a bit before I can review and merge. |
|
Tests are included in #53 |
TL;DR: Please make the tag feature fully server-side or just let me know why the client side code is necessary. 2 and 3 are optional. Please revert the change in lessons.js > addEditLesson() that redirects to /edit on submit -- I'll put up a separate issue for that. The comments in the .env file should have been a separate PR but don't bother as it's small, we'll just leave it here. |
From my perspective, the adding of the
Will revert all the changes in 4 and make the changes in 3 |
closes #27
Added filtering by tags
/class/filterwhich can be accessed by clicking on any tagImages
Tags on all classes page
Tags in each class
Edit tags
Select filters
Select multiple filters