Skip to content

Conversation

@Pannoniae
Copy link
Member

Added page and related functionality for operations. Closes #162, #152, #163, #166.

Copy link
Contributor

@NikolaRoev NikolaRoev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

@GLefterov
Copy link
Contributor

The Task.Run in the constructor for loading operations is not ideal. Constructors should not have asynchronous code as it might cause a test case to fail if the constructor doesn't initialize the object of the class immediately. OnAppearing() seems like a suitable solution to that. However, rest of the code looks good.

@GLefterov
Copy link
Contributor

Looks good, ready to merge!

@GLefterov GLefterov merged commit 4a9dd66 into develop Nov 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

4 participants