Page MenuHomePhabricator

DESIGN - Post-submit error handling
Closed, ResolvedPublic13 Estimated Story Points

Description

related to https://phabricator.wikimedia.org/T298159

As an engineer,
I want to know how it looks/feels to a user when there is a post-submit error
so that I can do the coding thing

A/C

  • designs for the various post-submit errors are created

Possible errors which appear after submit

  • user does not have the correct permissions (e.g. user is banned)
  • wiki could be read-only
  • service interruption (timeouts, 500s, etc) <- handled by mediawiki if we just move onto the next page, otherwise we need to make a decision on what to do . Specific errors will have their own page which it'll move to .
  • misc "idk what happened"

Notes
No JS issues will be handled in a separate task

Event Timeline

karapayneWMDE renamed this task from Permissions - error handling to Permissions - error handling mock ups.Feb 22 2022, 10:43 AM
karapayneWMDE updated the task description. (Show Details)
karapayneWMDE renamed this task from Permissions - error handling mock ups to DESIGN - Post-submit error handling.Feb 22 2022, 10:50 AM
karapayneWMDE updated the task description. (Show Details)
karapayneWMDE set the point value for this task to 13.

@Erdinc_Ciftci_WMDE are you handling this? Do you need anything from me to move forward?

@Lydia_Pintscher I've started the design exploration and sent you a mattermost message about a particular type of error to understand it better ☺️

Sprint 2 Review -
Task was reviewed together and approved by the team. Erdi to "Create ticket to encompass error display to the user"

Erdinc_Ciftci_WMDE claimed this task.

This is done, the follow-up ticket has been created at T303393