Android election monitoring app - a mobile app through which commissioned observers can easily report back to their respective NGOs throughout the election day
Closes #218
The new orderNumber field will be used for sorting the sections, questions and answers in the questions related ViewModels. My implementation assumes that the orderNumber that comes from the API will be >= 1 because I set the default value for this field to 0(when doing the migration).
How has it been tested?
The PR includes additional instrumented tests for the database migrations needed to use the new field. And I also tested it manually.
Closes #218 The new orderNumber field will be used for sorting the sections, questions and answers in the questions related ViewModels. My implementation assumes that the orderNumber that comes from the API will be >= 1 because I set the default value for this field to 0(when doing the migration).
How has it been tested?
The PR includes additional instrumented tests for the database migrations needed to use the new field. And I also tested it manually.