Kevin
Kevin
| Title | Author | Date | | --- | --- | --- | | Display Author on Lesson Page | Kevin | 23-10-2021 | # Display Author on Lesson...
| Title | Author | Date | | --- | --- | --- | | Odin Test Bot | Kevin | 02/08/2021 | # Odin Test Bot ## Summary Create...
Chore: Use Limit and Offset Params when Fetching the Points from The API in the Leaderboard command
### Description Currently we fetch all the points records from the API and filter them using JS. This makes the leaderboard command code complicated and will eventually become a performance...
Because: - When someone new joins the team, I want to invite them to be an admin on the site, so they have access to everything they need. - Relates...
### Checks - [X] I have thoroughly read and understand [The Odin Project Contributing Guide](https://github.com/TheOdinProject/.github/blob/main/CONTRIBUTING.md) - [X] The title of this issue follows the `Bug: brief description of bug` format,...
When I am visiting admin v2, I want to see the number of active announcements from my dashboard, so I can get an overview of how many announcements are running...
Because: - When I want an announcement to expire early, I want to be able to do that by clicking a button in the announcement instead of changing the expiry...