MariaDB / MariaDB/feedback-plugin-backend

MDBF-422: Create an index page

Open
#7 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
4
Forks
6
PR merge metrics
No merged PRs in 30d

Description

  • Currently there is no index page and it is not intuitive how to use the feedback plugin
Page not found (404)
Request Method: 	GET
Request URL: 	http://localhost:8000/

Using the URLconf defined in feedback_plugin.urls, Django tried these URL patterns, in this order:

    admin/
    rest/v1/server-count/ [name='server_count']
    rest/v1/version-breakdown/ [name='version_breakdown']
    rest/v1/architecture/ [name='architecture']
    rest/v1/os/ [name='os']
    rest/v1/file-post/ [name='file_post']

The empty path didn’t match any of these.

You’re seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by inspecting the Django URL configuration shown in the issue and the existing routes under admin/ and rest/v1/. Add a root index page that explains how to use the feedback plugin and its available endpoints. Done means requesting http://localhost:8000/ no longer returns a 404 and presents the intended index page.

Written by the indexing model from the issue text.

Assessment

Tech stack
django, python
Domain
backend
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.