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