Open Issues Need Help
View All on GitHubAI Summary: This issue describes adding a simple smoke test for the application's homepage. The test, written in Python using the `requests` library, will send an HTTP GET request to the root path (`/`), assert a 200 status code, and confirm the presence of a specific text string in the response body. It should be placed in `qa/ui/test_smoke_routes.py`.
AI Summary: This issue outlines the requirements for the 'Contributor Sign Up' process. Upon double-clicking the sign-up button, users will be prompted to enter their username and password. Concurrently, a description detailing what it means to be a contributor should be displayed.
AI Summary: This issue describes the standard login process for a contributor account. Users are expected to double-click a "Contributor Login" button, then proceed to enter their username and password to access their Contributor Account.