From 594a1c7868b50af5135a39fab493022b67a558a4 Mon Sep 17 00:00:00 2001 From: mateajinkya <93010008+mateajinkya@users.noreply.github.com> Date: Thu, 9 May 2024 20:01:07 -0700 Subject: [PATCH 1/2] Modified readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cfaae68..a5aeda3 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ From the user perspective, this application includes the following main features **Testing:** The team tested their components using JUnit tests. These are built into Android Studio by default. That's why they are very popular in Android apps because they provide developers with the simplicity of writing precise tests and identify bugs early on. These tests can also serve as documentation for the code and that is useful in large codebases and systems. - **API:** The APIs were RESTfully designed using the Spring Boot Java backend which was initially hosted on the team's local computers, and the designed endpoints allowed easy access to all parts of the database. The input and output of each API is in the JSON format. + **API:** The APIs were RESTfully designed using the Spring Boot Java backend which is hosted on AWS, and the designed endpoints allowed easy access to all parts of the database. The input and output of each API is in the JSON format. **Cloud:** The backend application was later hosted on an AWS instance in the cloud, where it works and can be accessed using the appropriate hostname. From d0e6da4e496b850632d563eecdf95e095495ac71 Mon Sep 17 00:00:00 2001 From: Napoleon Salazar Date: Thu, 9 May 2024 20:58:21 -0700 Subject: [PATCH 2/2] FIx formatting --- .../studentportal/course/ui/viewmodel/CourseInputViewModel.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/front_end/app/src/main/java/com/example/studentportal/course/ui/viewmodel/CourseInputViewModel.kt b/front_end/app/src/main/java/com/example/studentportal/course/ui/viewmodel/CourseInputViewModel.kt index fec7825..649159f 100644 --- a/front_end/app/src/main/java/com/example/studentportal/course/ui/viewmodel/CourseInputViewModel.kt +++ b/front_end/app/src/main/java/com/example/studentportal/course/ui/viewmodel/CourseInputViewModel.kt @@ -101,7 +101,6 @@ class CourseInputViewModel( description.isNotBlank() } - fun toUiModel( id: String?, assignments: Set,