From c790db578cdb772679b59b64ec280a49a478b5cb Mon Sep 17 00:00:00 2001 From: Devin Stickells Date: Wed, 7 Aug 2024 09:18:18 +0200 Subject: [PATCH] refactor: rename app to rostrix --- .github/workflows/deploy.yml | 4 ++-- .vscode/launch.json | 6 +++--- README.md | 4 ++-- android/app/build.gradle | 2 +- android/app/src/debug/AndroidManifest.xml | 2 +- android/app/src/main/AndroidManifest.xml | 4 ++-- .../main/kotlin/com/example/rostrem/MainActivity.kt | 2 +- android/app/src/profile/AndroidManifest.xml | 2 +- ios/Runner.xcodeproj/project.pbxproj | 6 +++--- ios/Runner/Info.plist | 4 ++-- lib/main.dart | 8 ++++---- lib/screens/roster_home_page.dart | 6 +++--- linux/CMakeLists.txt | 4 ++-- linux/my_application.cc | 4 ++-- macos/Runner.xcodeproj/project.pbxproj | 6 +++--- .../xcshareddata/xcschemes/Runner.xcscheme | 8 ++++---- macos/Runner/Configs/AppInfo.xcconfig | 6 +++--- pubspec.yaml | 4 ++-- test/models/assignment_generator_test.dart | 8 ++++---- test/models/doctor_test.dart | 2 +- test/models/roster_test.dart | 8 ++++---- test/models/roster_test.mocks.dart | 6 +++--- test/models/shift_test.dart | 4 ++-- test/screens/roster_home_page_test.dart | 10 +++++----- web/index.html | 4 ++-- web/manifest.json | 8 ++++---- windows/CMakeLists.txt | 4 ++-- windows/runner/Runner.rc | 8 ++++---- windows/runner/main.cpp | 2 +- 29 files changed, 73 insertions(+), 73 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7b01efd..9e44d1f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,7 +22,7 @@ jobs: run: flutter pub get - name: Build Flutter web - run: flutter build web --release --base-href /rostrem-website/ + run: flutter build web --release --base-href /rostrix-website/ - name: Deploy to Separate Repository env: @@ -36,5 +36,5 @@ jobs: git add . git commit -m "Deploy Version $(date +'%Y-%m-%d %H:%M:%S') - Commit $COMMIT_HASH" git branch -M main - git remote add origin https://x-access-token:${PERSONAL_ACCESS_TOKEN}@github.com/devsticks/rostrem-website.git + git remote add origin https://x-access-token:${PERSONAL_ACCESS_TOKEN}@github.com/devsticks/rostrix-website.git git push -u -f origin main \ No newline at end of file diff --git a/.vscode/launch.json b/.vscode/launch.json index 64a7604..1d14f8a 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -5,18 +5,18 @@ "version": "0.2.0", "configurations": [ { - "name": "rostrem", + "name": "rostrix", "request": "launch", "type": "dart" }, { - "name": "rostrem (profile mode)", + "name": "rostrix (profile mode)", "request": "launch", "type": "dart", "flutterMode": "profile" }, { - "name": "rostrem (release mode)", + "name": "rostrix (release mode)", "request": "launch", "type": "dart", "flutterMode": "release" diff --git a/README.md b/README.md index d118fa1..d2ba051 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -[![macos](https://github.com/devsticks/rostrem/actions/workflows/macos.yml/badge.svg)](https://github.com/devsticks/rostrem/actions/workflows/macos.yml) [![tests](https://github.com/devsticks/rostrem/actions/workflows/tests.yml/badge.svg)](https://github.com/devsticks/rostrem/actions/workflows/tests.yml) [![codecov](https://codecov.io/github/devsticks/rostrem/graph/badge.svg?token=KTXO3HV7SL)](https://codecov.io/github/devsticks/rostrem) -# Rostrem +[![macos](https://github.com/devsticks/rostrix/actions/workflows/macos.yml/badge.svg)](https://github.com/devsticks/rostrix/actions/workflows/macos.yml) [![tests](https://github.com/devsticks/rostrix/actions/workflows/tests.yml/badge.svg)](https://github.com/devsticks/rostrix/actions/workflows/tests.yml) [![codecov](https://codecov.io/github/devsticks/rostrix/graph/badge.svg?token=KTXO3HV7SL)](https://codecov.io/github/devsticks/rostrix) +# Rostrix An automated doctors' roster builder, written in Flutter. For now, set up with the rules followed by Settlers Hospital in Makhanda, South Africa. Settlers is a district hospital with 10 Medical Officers. diff --git a/android/app/build.gradle b/android/app/build.gradle index 8288f38..923d65a 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -44,7 +44,7 @@ android { defaultConfig { // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). - applicationId "com.example.rostrem" + applicationId "com.example.rostrix" // You can update the following values to match your application needs. // For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration. minSdkVersion flutter.minSdkVersion diff --git a/android/app/src/debug/AndroidManifest.xml b/android/app/src/debug/AndroidManifest.xml index 32ac74b..3f3cd30 100644 --- a/android/app/src/debug/AndroidManifest.xml +++ b/android/app/src/debug/AndroidManifest.xml @@ -1,5 +1,5 @@ + package="com.example.rostrix"> - + - Rostrem + Rostrix