Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Visual testing / template refactor #26

Open
fopina opened this issue Feb 25, 2023 · 0 comments
Open

Visual testing / template refactor #26

fopina opened this issue Feb 25, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@fopina
Copy link
Contributor

fopina commented Feb 25, 2023

Related software versions

Description

Currently templates are not mapped to core django admin templates yet they inherit from many of those.

This ends up causing many issues and “hacks” to make them work (and many still are not working).

while refactoring then we should also add visual testing (screenshot comparison) for different admin screens so we can cover regression for CSS changes that might impact unexpected screens.

  • login / logout pages
  • Change list view
  • change list with editable fields and actions and filters (including ajax)
  • Change form
  • Change form readonly
  • Change form with JSONEDITOR (and readonly)
  • Change form with autocomplete fields / ajax
  • Delete confirmation
  • [insert others]

Use cases

Improve maintainability and regression testing

References

No response

@fopina fopina added the enhancement New feature or request label Feb 25, 2023
@fopina fopina mentioned this issue Feb 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant