-
Notifications
You must be signed in to change notification settings - Fork 49
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
RDMO 2.0.0 #649
RDMO 2.0.0 #649
Conversation
Refactor elements
in template and rules.py
OptionSerializer and OptionSetSerializer
This comment was marked as resolved.
This comment was marked as resolved.
ci: add webpack-build job
Add SITE_ID, DEBUG_TOOLBAR, ALLOWED_HOSTS, and BASE_URL to settings
This is one big PR. :) |
I think you can test the frontend code with javascript unit tests, like jest. And the test the bundled frontend in combination with a django-liveserver you can use selenium, playwright or cypress nowadays. I wrote a couple of functional tests with selenium for another project. But I think playwright might be taking over. Refs: |
})) | ||
break | ||
|
||
case 'attributes': |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For a user flow: conditions > new > create new attribute > create > User can not create a new attribute for an "uncreated" condition. The user is stuck and can only go back.
This attribute will be added to the condition
undefined
.
Should the "create new attribute" button be blocked in this case or is it bug somehow? To prevent a user getting stuck there..
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should now be fixed, the button is disabled as long as the new element is not saved.
If the development docs move to the docs-en repository, the |
chore: use major.minor.patch constraint for 0 major version dependencies
docs: add compare urls to changelog
No description provided.