Skip to content

Development

Anton Stubenbord edited this page Oct 27, 2023 · 1 revision

Adding New Features Checklist

The following is a list of things to keep in mind when implementing a new feature.

Permissions

  • I have ensured that only users with the correct permissions (paperless-ngx 1.14.0+) can access this feature and API calls are only carried out if the required permissions are present.

Accessibility

  • I have ensured that animations are disabled based on the MediaQuery.of(context).disableAnimations flag. This includes page transitions, Hero animations or other custom animations.
Clone this wiki locally