cjaiello / cjaiello/Slack-Karma-Bot
Have main page be a scoreboard page
Open
enhancement
Hacktoberfest
- Dominant language
- Python
- Stars
- 2
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
```
@app.route("/")
def homepage():
return """
KarmaBot
"""
```
Instead of just returning the string `KarmaBot` when you hit https://slackkarmabot.herokuapp.com/, have it be a scoreboard of all the users' scores.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start at the homepage route shown in the issue and inspect how the application stores or retrieves users' scores and whether it already has templates or related routes. Done means visiting / displays a scoreboard containing all users' scores instead of only the string "KarmaBot".
Written by the indexing model from the issue text.
Assessment
- Tech stack
- flask, python
- Domain
- backend, web-dev
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100