You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.
TCA is currently, for the most part untested. To ensure that we deliver a quality application with good usability, I would like to extend the app's test suite.
Since I have already worked with the calendar module for two other PRs and it is one of the more vital features, I would start with adding testing for this module. If you'd prefer me to test some other code (eg. backend) let me know in the comments.
Prioritization
I would suggest focusing on the part of the application responsible for fetching the events and displaying them to the user, as these are the most vital.
I would thus work on: CalendarActivity, CalendarController, CalendarFragment initially. After that features such as displaying the details of a calendar item and creating a new private calendar item can be tested.
Suggested Enhancement ✨
Testing suite covers calendar module. Unit and Integration tests.
I would pick this issue up immediately and work on it.
The text was updated successfully, but these errors were encountered:
Okay so sadly I still cannot login right now, so I can't access the calendar component. Does anyone know if this is a TUMOnline issue? The codebase didn't change as far as I'm aware and it hasn't been working since yesterday.
After some digging it seems that is to do with has to do with API, as the app crashes when the tumCabeClient.verifyKey() is called in OnboardingExtrasFragment.kt:134
I will thus work on another issue until this is resolved.
Problem
TCA is currently, for the most part untested. To ensure that we deliver a quality application with good usability, I would like to extend the app's test suite.
Since I have already worked with the calendar module for two other PRs and it is one of the more vital features, I would start with adding testing for this module. If you'd prefer me to test some other code (eg. backend) let me know in the comments.
Prioritization
I would suggest focusing on the part of the application responsible for fetching the events and displaying them to the user, as these are the most vital.
I would thus work on:
CalendarActivity
,CalendarController
,CalendarFragment
initially. After that features such as displaying the details of a calendar item and creating a new private calendar item can be tested.Suggested Enhancement ✨
Testing suite covers calendar module. Unit and Integration tests.
I would pick this issue up immediately and work on it.
The text was updated successfully, but these errors were encountered: