Skip to content

Commit

Permalink
Added AI label, sorted features by AI, and added 'Features in Progres…
Browse files Browse the repository at this point in the history
…s' section for #3439 (#3641)
  • Loading branch information
nitinawari authored Feb 18, 2025
1 parent f2474ee commit 410ad56
Show file tree
Hide file tree
Showing 5 changed files with 582 additions and 345 deletions.
2 changes: 1 addition & 1 deletion blt/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,7 @@
path("blog/<slug:slug>/edit/", PostUpdateView.as_view(), name="post_update"),
path("blog/<slug:slug>/delete/", PostDeleteView.as_view(), name="post_delete"),
# gamification related urls
path("teams/overview", TeamOverview.as_view(), name="team_overview"),
path("teams/overview/", TeamOverview.as_view(), name="team_overview"),
path("teams/search-users/", search_users, name="search_users"),
path("teams/create-team/", create_team, name="create_team"),
path("teams/join-requests/", join_requests, name="join_requests"),
Expand Down
Binary file added website/static/img/features/coming-soon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/static/img/features/swagger-api.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/static/img/features/takedown.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 410ad56

Please sign in to comment.