Example Issues
Refer to these examples when assigning issues to Tusk
Bug tickets
Title: Fix bug with the table pagination
Location: Issues table in the Dashboard page
Description: Currently, when I click on the second page, the table doesn’t update and remains on the first page. This issue occurs on all browsers. Fix this bug such that clicking on the page number shows me the actual rows for that selected page.
See below for steps to replicate:
- Open the web app and navigate to the Dashboard page.
- Scroll down to the “Issues” table.
- Click on the “2” page number to go to the second page of the table.
- Observe that the table does not update and shows rows from the first page.
Title: Add loading indicator for “Import” button in CSV upload page
Location: Lead CSV import page
Description: [Screenshot of CSV import page with “Import” button annotated]
Expected behavior is that the “Import” button will show the loading indicator when it is clicked.
Steps to replicate:
- Go to Leads page
- Click on “Import CSV”
- Drag and drop a sample CSV into the upload box
- Click “Import” button
- Observe that the “Import” button does not currently show the loading indicator
Product quality tickets
Title: Update copy in the “Invite users” onboarding step
Location: “Invite users” step in onboarding flow
Description: The “Invite users” section of our onboarding flow currently reads: “Invite your team members.”
Please update this to: “Invite your team members and set their role in the organization.”
Title: Change the style of the “Schedule demo” button
Location: Marketing website header
Description: Change the style of the “Schedule demo” button on the website header. The button should have a solid background color of #ff6347
(Tomato) and the text on the button should be white (#ffffff
). The button should have a hover effect where the color changes to #ff4500
(OrangeRed).
Title: Allow Price filter on Products table to take in inputs up to 2 decimal places
Location: Products page
Description: Currently, the Price filter only accepts whole numbers as inputs, but we want to allow users to filter by the exact revenue amount. Modify this filter to accept inputs up to two decimal places.
Acceptance Criteria:
- The filter must accept decimal inputs up to two decimal places.
- The filter must display the rounded value.
Title: Add a new field on the “Create issue” modal
Location: “Create issue” modal on Issues page
Description: Add a new selection field titled “Type” in the modal that shows up after clicking the “Create task” button. The new field should be inserted right below the “Reporter” field. Use pt-2
as this new field’s padding.
If I click on the “Type” selection field, I should see a dropdown menu with three options: “Question”, “Task”, and “Bug”. I can only select one value in this field.