Port BaseResource (and extra data helpers) to spina.
Review Request #13003 — Created May 3, 2023 and submitted — Latest diff uploaded
This change ports the
BaseResource
class to spina and TypeScript. Along
with it comes theExtraData
model andExtraDataMixin
.
- Ran js-tests.
- Went through and tested various bits of functionality on the site.
Changes between revision 1 and 2
orig
1
2
Commits
Files
reviewboard/staticbundles.py |
---|
reviewboard/static/rb/js/common/models/extraDataMixin.ts |
---|
reviewboard/static/rb/js/common/models/tests/extraDataTests.ts |
---|
reviewboard/static/rb/js/common/resources/models/baseResource.ts |
---|
reviewboard/static/rb/js/common/resources/models/tests/baseResourceModelTests.ts |
---|
reviewboard/static/rb/js/reviews/models/tests/commentEditorModelTests.ts |
---|