Bug tickets
Bug
Bug
Title: Fix bug with the table paginationLocation: Issues table in the Dashboard pageDescription: 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.
UI bug
UI bug
Title: Add loading indicator for “Import” button in CSV upload pageLocation: Lead CSV import pageDescription: [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
Copy change
Copy change
Title: Update copy in the “Invite users” onboarding stepLocation: “Invite users” step in onboarding flowDescription: 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.”
Styling change
Styling change
Title: Change the style of the “Schedule demo” buttonLocation: Marketing website headerDescription: 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).UI change 1
UI change 1
Title: Allow Price filter on Products table to take in inputs up to 2 decimal placesLocation: Products pageDescription: 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.
UI change 2
UI change 2
Title: Add a new field on the “Create issue” modalLocation: “Create issue” modal on Issues pageDescription: 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.