From a81f031ce1428327ad7052a3e1981708f111dec1 Mon Sep 17 00:00:00 2001 From: Ayan Joshi Date: Thu, 19 Oct 2023 19:33:45 +0530 Subject: [PATCH 1/5] commit --- .idea/chimoney-community-project.iml | 6 ++-- submissions/Chisend/README.md | 2 +- .../Proposed-Chimoney-Copy/ChimoneyUXCopy.md | 16 ++++----- submissions/chispend_app/README.md | 4 +-- .../chispend_app/android/app/build.gradle | 2 +- .../android/app/src/debug/AndroidManifest.xml | 2 +- .../android/app/src/main/AndroidManifest.xml | 4 +-- .../com/example/chispend_app/MainActivity.kt | 2 +- .../app/src/profile/AndroidManifest.xml | 2 +- .../ios/Runner.xcodeproj/project.pbxproj | 6 ++-- .../chispend_app/ios/Runner/Info.plist | 4 +-- .../services/api/request_helper/index.dart | 2 +- submissions/chispend_app/lib/di/get_it.dart | 4 +-- submissions/chispend_app/lib/main.dart | 8 ++--- .../lib/presentation/ui/webview/index.dart | 16 ++++----- submissions/chispend_app/pubspec.lock | 4 +-- submissions/chispend_app/pubspec.yaml | 4 +-- .../chispend_app/test/widget_test.dart | 2 +- submissions/chispend_app/web/index.html | 4 +-- submissions/chispend_app/web/manifest.json | 4 +-- .../chispend_app/windows/CMakeLists.txt | 4 +-- .../chispend_app/windows/runner/Runner.rc | 8 ++--- .../chispend_app/windows/runner/main.cpp | 2 +- .../README.md | 8 ++--- .../preview.png | Bin .../README.md | 6 ++-- .../.flutter-plugins | 0 .../.flutter-plugins-dependencies | 0 .../.gitignore | 0 .../.metadata | 0 .../CHANGELOG.md | 4 +-- .../LICENSE | 0 .../README.md | 12 +++---- .../analysis_options.yaml | 0 .../lib/chispend_widget.dart | 32 +++++++++--------- .../pubspec.yaml | 4 +-- .../test/chispend_widget_test.dart | 2 +- 37 files changed, 90 insertions(+), 90 deletions(-) rename submissions/{chispend-presentation => unispend-presentation}/README.md (79%) rename submissions/{chispend-presentation => unispend-presentation}/preview.png (100%) rename submissions/{chispend-proposed-copy => unispend-proposed-copy}/README.md (85%) rename submissions/{chispend_widget => unispend_widget}/.flutter-plugins (100%) rename submissions/{chispend_widget => unispend_widget}/.flutter-plugins-dependencies (100%) rename submissions/{chispend_widget => unispend_widget}/.gitignore (100%) rename submissions/{chispend_widget => unispend_widget}/.metadata (100%) rename submissions/{chispend_widget => unispend_widget}/CHANGELOG.md (57%) rename submissions/{chispend_widget => unispend_widget}/LICENSE (100%) rename submissions/{chispend_widget => unispend_widget}/README.md (73%) rename submissions/{chispend_widget => unispend_widget}/analysis_options.yaml (100%) rename submissions/{chispend_widget => unispend_widget}/lib/chispend_widget.dart (74%) rename submissions/{chispend_widget => unispend_widget}/pubspec.yaml (79%) rename submissions/{chispend_widget => unispend_widget}/test/chispend_widget_test.dart (82%) diff --git a/.idea/chimoney-community-project.iml b/.idea/chimoney-community-project.iml index 6632df35..8c24f2e3 100644 --- a/.idea/chimoney-community-project.iml +++ b/.idea/chimoney-community-project.iml @@ -3,9 +3,9 @@ - - - + + + diff --git a/submissions/Chisend/README.md b/submissions/Chisend/README.md index 8e25afdd..236e178e 100644 --- a/submissions/Chisend/README.md +++ b/submissions/Chisend/README.md @@ -18,7 +18,7 @@ It Uses the pychimoney library to send the chimoney. - Tweet the bot with the following format - @chisendtest send ammount to @username - The bot will you a direct message for confirmation and checkout -- ChiSpend will send the amount to the user +- Unispend will send the amount to the user FOR EXAMPLE @chisendtest send 100 to @chisendtest diff --git a/submissions/Proposed-Chimoney-Copy/ChimoneyUXCopy.md b/submissions/Proposed-Chimoney-Copy/ChimoneyUXCopy.md index 96b57c6f..0a0a6ba0 100644 --- a/submissions/Proposed-Chimoney-Copy/ChimoneyUXCopy.md +++ b/submissions/Proposed-Chimoney-Copy/ChimoneyUXCopy.md @@ -2,16 +2,16 @@ Chimoney Updated Copy. Section 1 Old navbar links: Benefits, Products, About, Testimonials -New navbar links: Why choose Chispend?, Our features, About us, Our customer stories +New navbar links: Why choose Unispend?, Our features, About us, Our customer stories Old heading: Unleash utility and engagement with one simple integration. New heading: Shop and spend from your crypto wallet - your crypto, your way! Old subheading: It's happening! You can buy gift cards, airtime, and more with tokens and NFTs in your wallet, app or protocol. -New subheading: Chispend lets you buy gift cards, airtime, and more with tokens and NFTs in your wallet, app, or protocol. +New subheading: Unispend lets you buy gift cards, airtime, and more with tokens and NFTs in your wallet, app, or protocol. -Old CTA button1: Integrate Chispend -New CTA button1: Chispend Integration +Old CTA button1: Integrate Unispend +New CTA button1: Unispend Integration Old CTA button2: Spend your tokens New CTA button2: Start spending @@ -22,7 +22,7 @@ Old heading: None New heading: Multi-platform support Old subheading: None -New subheading: Chispend has got you covered with a suite of crypto wallets to choose from. Select your preference and start shopping. +New subheading: Unispend has got you covered with a suite of crypto wallets to choose from. Select your preference and start shopping. Card 1: Xumm wallet Old CTA button: Use Xumm @@ -86,7 +86,7 @@ Comment: In my opinion, I don’t think the text carousel is necessary. Section 5 Old heading: None -New heading: Why choose Chispend? +New heading: Why choose Unispend? Card 1 Old heading: Off-ramps @@ -128,8 +128,8 @@ New heading: Our customer stories Old subheading: Embeddable shopping experience everyone loves New subheading: Nil -Chispend old tag: Send and receive exactly what's needed. -Chispend new tag: Shopping with crypto made 10X easier. +Unispend old tag: Send and receive exactly what's needed. +Unispend new tag: Shopping with crypto made 10X easier. General comments The UI needs to be configured for the clarity of ideas. diff --git a/submissions/chispend_app/README.md b/submissions/chispend_app/README.md index df801df1..7fbf7fa9 100644 --- a/submissions/chispend_app/README.md +++ b/submissions/chispend_app/README.md @@ -1,5 +1,5 @@ -# Chispend-Airtime-Payout-With-Wallet -Buy airtime on chispend using chimoney wallet. +# Unispend-Airtime-Payout-With-Wallet +Buy airtime on Unispend using chimoney wallet. diff --git a/submissions/chispend_app/android/app/build.gradle b/submissions/chispend_app/android/app/build.gradle index d6f3e897..fa818972 100644 --- a/submissions/chispend_app/android/app/build.gradle +++ b/submissions/chispend_app/android/app/build.gradle @@ -43,7 +43,7 @@ android { defaultConfig { // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). - applicationId "com.example.chispend_app" + applicationId "com.example.Unispend_app" minSdkVersion 21 targetSdkVersion flutter.targetSdkVersion versionCode flutterVersionCode.toInteger() diff --git a/submissions/chispend_app/android/app/src/debug/AndroidManifest.xml b/submissions/chispend_app/android/app/src/debug/AndroidManifest.xml index 605b5a44..ea418fda 100644 --- a/submissions/chispend_app/android/app/src/debug/AndroidManifest.xml +++ b/submissions/chispend_app/android/app/src/debug/AndroidManifest.xml @@ -1,5 +1,5 @@ + package="com.example.Unispend_app"> diff --git a/submissions/chispend_app/android/app/src/main/AndroidManifest.xml b/submissions/chispend_app/android/app/src/main/AndroidManifest.xml index c1045779..0e09be63 100644 --- a/submissions/chispend_app/android/app/src/main/AndroidManifest.xml +++ b/submissions/chispend_app/android/app/src/main/AndroidManifest.xml @@ -1,7 +1,7 @@ + package="com.example.Unispend_app"> + package="com.example.Unispend_app"> diff --git a/submissions/chispend_app/ios/Runner.xcodeproj/project.pbxproj b/submissions/chispend_app/ios/Runner.xcodeproj/project.pbxproj index 1f9fcaf3..42f025f6 100644 --- a/submissions/chispend_app/ios/Runner.xcodeproj/project.pbxproj +++ b/submissions/chispend_app/ios/Runner.xcodeproj/project.pbxproj @@ -294,7 +294,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - PRODUCT_BUNDLE_IDENTIFIER = com.example.chispendApp; + PRODUCT_BUNDLE_IDENTIFIER = com.example.UnispendApp; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; SWIFT_VERSION = 5.0; @@ -422,7 +422,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - PRODUCT_BUNDLE_IDENTIFIER = com.example.chispendApp; + PRODUCT_BUNDLE_IDENTIFIER = com.example.UnispendApp; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; @@ -444,7 +444,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - PRODUCT_BUNDLE_IDENTIFIER = com.example.chispendApp; + PRODUCT_BUNDLE_IDENTIFIER = com.example.UnispendApp; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; SWIFT_VERSION = 5.0; diff --git a/submissions/chispend_app/ios/Runner/Info.plist b/submissions/chispend_app/ios/Runner/Info.plist index ab732501..b9375990 100644 --- a/submissions/chispend_app/ios/Runner/Info.plist +++ b/submissions/chispend_app/ios/Runner/Info.plist @@ -5,7 +5,7 @@ CFBundleDevelopmentRegion $(DEVELOPMENT_LANGUAGE) CFBundleDisplayName - Chispend App + Unispend App CFBundleExecutable $(EXECUTABLE_NAME) CFBundleIdentifier @@ -13,7 +13,7 @@ CFBundleInfoDictionaryVersion 6.0 CFBundleName - chispend_app + Unispend_app CFBundlePackageType APPL CFBundleShortVersionString diff --git a/submissions/chispend_app/lib/data/services/api/request_helper/index.dart b/submissions/chispend_app/lib/data/services/api/request_helper/index.dart index 71a610c6..bd83b304 100644 --- a/submissions/chispend_app/lib/data/services/api/request_helper/index.dart +++ b/submissions/chispend_app/lib/data/services/api/request_helper/index.dart @@ -1,6 +1,6 @@ import 'dart:convert'; import 'dart:io'; -import 'package:chispend/data/constant/api_constants.dart'; +import 'package:Unispend/data/constant/api_constants.dart'; import 'package:flutter/material.dart'; import 'package:http/http.dart' as http; import '../../navigation/index.dart'; diff --git a/submissions/chispend_app/lib/di/get_it.dart b/submissions/chispend_app/lib/di/get_it.dart index adb7b325..fa6e459e 100644 --- a/submissions/chispend_app/lib/di/get_it.dart +++ b/submissions/chispend_app/lib/di/get_it.dart @@ -1,5 +1,5 @@ -import 'package:chispend/data/services/api/payout.dart'; -import 'package:chispend/data/services/api/request_helper/index.dart'; +import 'package:Unispend/data/services/api/payout.dart'; +import 'package:Unispend/data/services/api/request_helper/index.dart'; import 'package:get_it/get_it.dart'; import 'package:http/http.dart' as http; diff --git a/submissions/chispend_app/lib/main.dart b/submissions/chispend_app/lib/main.dart index 67fa2e33..959ba58d 100644 --- a/submissions/chispend_app/lib/main.dart +++ b/submissions/chispend_app/lib/main.dart @@ -1,5 +1,5 @@ -import 'package:chispend/di/get_it.dart'; -import 'package:chispend/presentation/ui/webview/index.dart'; +import 'package:Unispend/di/get_it.dart'; +import 'package:Unispend/presentation/ui/webview/index.dart'; import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; import 'data/services/navigation/index.dart'; @@ -20,14 +20,14 @@ class MyApp extends StatelessWidget { statusBarIconBrightness: Brightness.dark, statusBarColor: Colors.white)); return MaterialApp( - title: 'ChiSpend', + title: 'Unispend', theme: ThemeData( scaffoldBackgroundColor: Colors.white, primarySwatch: Colors.purple ), navigatorKey: getItInstance().navigationKey, debugShowCheckedModeBanner: false, - home: const ChiSpendWebView(), + home: const UnispendWebView(), ); } } diff --git a/submissions/chispend_app/lib/presentation/ui/webview/index.dart b/submissions/chispend_app/lib/presentation/ui/webview/index.dart index 85622769..9f390ed7 100644 --- a/submissions/chispend_app/lib/presentation/ui/webview/index.dart +++ b/submissions/chispend_app/lib/presentation/ui/webview/index.dart @@ -1,16 +1,16 @@ -import 'package:chispend/data/common/helper_functions.dart'; -import 'package:chispend/data/services/navigation/index.dart'; -import 'package:chispend_widget/chispend_widget.dart'; -import 'package:chispend/data/services/api/payout.dart'; -import 'package:chispend/di/get_it.dart'; +import 'package:Unispend/data/common/helper_functions.dart'; +import 'package:Unispend/data/services/navigation/index.dart'; +import 'package:Unispend_widget/Unispend_widget.dart'; +import 'package:Unispend/data/services/api/payout.dart'; +import 'package:Unispend/di/get_it.dart'; import 'package:flutter/material.dart'; -class ChiSpendWebView extends StatelessWidget { - const ChiSpendWebView({Key? key}) : super(key: key); +class UnispendWebView extends StatelessWidget { + const UnispendWebView({Key? key}) : super(key: key); @override Widget build(BuildContext context) { - return ChiSpendWidget( + return UnispendWidget( maxAmountInUSD: 1000, onMessageReceived: (v) async{ loader(context); diff --git a/submissions/chispend_app/pubspec.lock b/submissions/chispend_app/pubspec.lock index cc5fbcb9..67505ddf 100644 --- a/submissions/chispend_app/pubspec.lock +++ b/submissions/chispend_app/pubspec.lock @@ -29,10 +29,10 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "1.3.1" - chispend_widget: + Unispend_widget: dependency: "direct main" description: - name: chispend_widget + name: Unispend_widget url: "https://pub.dartlang.org" source: hosted version: "0.0.1" diff --git a/submissions/chispend_app/pubspec.yaml b/submissions/chispend_app/pubspec.yaml index f1aca0f0..fc9f6c32 100644 --- a/submissions/chispend_app/pubspec.yaml +++ b/submissions/chispend_app/pubspec.yaml @@ -1,4 +1,4 @@ -name: chispend +name: Unispend description: A new Flutter project. # The following line prevents the package from being accidentally published to @@ -31,7 +31,7 @@ dependencies: sdk: flutter get_it: ^7.2.0 http: ^0.13.4 - chispend_widget: ^0.0.1 + Unispend_widget: ^0.0.1 # The following adds the Cupertino Icons font to your application. diff --git a/submissions/chispend_app/test/widget_test.dart b/submissions/chispend_app/test/widget_test.dart index bbf37575..8fa5a636 100644 --- a/submissions/chispend_app/test/widget_test.dart +++ b/submissions/chispend_app/test/widget_test.dart @@ -8,7 +8,7 @@ import 'package:flutter/material.dart'; import 'package:flutter_test/flutter_test.dart'; -import 'package:chispend_app/main.dart'; +import 'package:Unispend_app/main.dart'; void main() { testWidgets('Counter increments smoke test', (WidgetTester tester) async { diff --git a/submissions/chispend_app/web/index.html b/submissions/chispend_app/web/index.html index b46e1048..c270c23e 100644 --- a/submissions/chispend_app/web/index.html +++ b/submissions/chispend_app/web/index.html @@ -23,13 +23,13 @@ - + - chispend_app + Unispend_app diff --git a/submissions/chispend_app/web/manifest.json b/submissions/chispend_app/web/manifest.json index 365f62fc..2cf9e464 100644 --- a/submissions/chispend_app/web/manifest.json +++ b/submissions/chispend_app/web/manifest.json @@ -1,6 +1,6 @@ { - "name": "chispend_app", - "short_name": "chispend_app", + "name": "Unispend_app", + "short_name": "Unispend_app", "start_url": ".", "display": "standalone", "background_color": "#0175C2", diff --git a/submissions/chispend_app/windows/CMakeLists.txt b/submissions/chispend_app/windows/CMakeLists.txt index 73e3a6b7..074ba342 100644 --- a/submissions/chispend_app/windows/CMakeLists.txt +++ b/submissions/chispend_app/windows/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.14) -project(chispend_app LANGUAGES CXX) +project(Unispend_app LANGUAGES CXX) -set(BINARY_NAME "chispend_app") +set(BINARY_NAME "Unispend_app") cmake_policy(SET CMP0063 NEW) diff --git a/submissions/chispend_app/windows/runner/Runner.rc b/submissions/chispend_app/windows/runner/Runner.rc index 9e8e6a46..d4c9cdd9 100644 --- a/submissions/chispend_app/windows/runner/Runner.rc +++ b/submissions/chispend_app/windows/runner/Runner.rc @@ -90,12 +90,12 @@ BEGIN BLOCK "040904e4" BEGIN VALUE "CompanyName", "com.example" "\0" - VALUE "FileDescription", "chispend_app" "\0" + VALUE "FileDescription", "Unispend_app" "\0" VALUE "FileVersion", VERSION_AS_STRING "\0" - VALUE "InternalName", "chispend_app" "\0" + VALUE "InternalName", "Unispend_app" "\0" VALUE "LegalCopyright", "Copyright (C) 2022 com.example. All rights reserved." "\0" - VALUE "OriginalFilename", "chispend_app.exe" "\0" - VALUE "ProductName", "chispend_app" "\0" + VALUE "OriginalFilename", "Unispend_app.exe" "\0" + VALUE "ProductName", "Unispend_app" "\0" VALUE "ProductVersion", VERSION_AS_STRING "\0" END END diff --git a/submissions/chispend_app/windows/runner/main.cpp b/submissions/chispend_app/windows/runner/main.cpp index 3658c5e3..e611ca5f 100644 --- a/submissions/chispend_app/windows/runner/main.cpp +++ b/submissions/chispend_app/windows/runner/main.cpp @@ -27,7 +27,7 @@ int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev, FlutterWindow window(project); Win32Window::Point origin(10, 10); Win32Window::Size size(1280, 720); - if (!window.CreateAndShow(L"chispend_app", origin, size)) { + if (!window.CreateAndShow(L"Unispend_app", origin, size)) { return EXIT_FAILURE; } window.SetQuitOnClose(true); diff --git a/submissions/chispend-presentation/README.md b/submissions/unispend-presentation/README.md similarity index 79% rename from submissions/chispend-presentation/README.md rename to submissions/unispend-presentation/README.md index eaedfc3f..541f3c8b 100644 --- a/submissions/chispend-presentation/README.md +++ b/submissions/unispend-presentation/README.md @@ -1,7 +1,7 @@ -## Chispend Presentation -![hispend integrations](preview.png "chispend integrations") -I created a presentation showing some wallets that chispend can be integrated with like valora and celo. +## Unispend Presentation +![hispend integrations](preview.png "Unispend integrations") +I created a presentation showing some wallets that Unispend can be integrated with like valora and celo. Here's an embedded preview of the presentation: @@ -12,4 +12,4 @@ Here's an embedded preview of the presentation: src="https://www.canva.com/design/DAFQPJWr5rI/view?embed" allowfullscreen="allowfullscreen" allow="fullscreen"> -Link to chispend wallets integrations by Treasure @cybergenie_ \ No newline at end of file +Link to Unispend wallets integrations by Treasure @cybergenie_ \ No newline at end of file diff --git a/submissions/chispend-presentation/preview.png b/submissions/unispend-presentation/preview.png similarity index 100% rename from submissions/chispend-presentation/preview.png rename to submissions/unispend-presentation/preview.png diff --git a/submissions/chispend-proposed-copy/README.md b/submissions/unispend-proposed-copy/README.md similarity index 85% rename from submissions/chispend-proposed-copy/README.md rename to submissions/unispend-proposed-copy/README.md index 48559d83..8a644e30 100644 --- a/submissions/chispend-proposed-copy/README.md +++ b/submissions/unispend-proposed-copy/README.md @@ -1,4 +1,4 @@ -# Proposed change of copy for chispend website +# Proposed change of copy for Unispend website ## 1. ### SECTION: CTA @@ -17,5 +17,5 @@ ## 4. ### SECTION: ONLY ONE INTEGRATION -#### OLD: Accelerate your speed to market. Integrating ChiSpend is easy, with a single code snippet to get all features. -### NEW: Accelerate your speed to market. With just a single code snippet, you can get access to lots of amazing features ChiSpend has to offer. \ No newline at end of file +#### OLD: Accelerate your speed to market. Integrating Unispend is easy, with a single code snippet to get all features. +### NEW: Accelerate your speed to market. With just a single code snippet, you can get access to lots of amazing features Unispend has to offer. \ No newline at end of file diff --git a/submissions/chispend_widget/.flutter-plugins b/submissions/unispend_widget/.flutter-plugins similarity index 100% rename from submissions/chispend_widget/.flutter-plugins rename to submissions/unispend_widget/.flutter-plugins diff --git a/submissions/chispend_widget/.flutter-plugins-dependencies b/submissions/unispend_widget/.flutter-plugins-dependencies similarity index 100% rename from submissions/chispend_widget/.flutter-plugins-dependencies rename to submissions/unispend_widget/.flutter-plugins-dependencies diff --git a/submissions/chispend_widget/.gitignore b/submissions/unispend_widget/.gitignore similarity index 100% rename from submissions/chispend_widget/.gitignore rename to submissions/unispend_widget/.gitignore diff --git a/submissions/chispend_widget/.metadata b/submissions/unispend_widget/.metadata similarity index 100% rename from submissions/chispend_widget/.metadata rename to submissions/unispend_widget/.metadata diff --git a/submissions/chispend_widget/CHANGELOG.md b/submissions/unispend_widget/CHANGELOG.md similarity index 57% rename from submissions/chispend_widget/CHANGELOG.md rename to submissions/unispend_widget/CHANGELOG.md index 391c785f..386b1d59 100644 --- a/submissions/chispend_widget/CHANGELOG.md +++ b/submissions/unispend_widget/CHANGELOG.md @@ -1,6 +1,6 @@ ## 0.0.1 -* ChiSpendWidget: - - Communicate with ChiSpend Javascript channel. +* UnispendWidget: + - Communicate with Unispend Javascript channel. - Fully customize Widget theme and colour. - Add Max amount users can spend. diff --git a/submissions/chispend_widget/LICENSE b/submissions/unispend_widget/LICENSE similarity index 100% rename from submissions/chispend_widget/LICENSE rename to submissions/unispend_widget/LICENSE diff --git a/submissions/chispend_widget/README.md b/submissions/unispend_widget/README.md similarity index 73% rename from submissions/chispend_widget/README.md rename to submissions/unispend_widget/README.md index 9c0bc57a..4ab4dbe8 100644 --- a/submissions/chispend_widget/README.md +++ b/submissions/unispend_widget/README.md @@ -1,4 +1,4 @@ -A flutter package the provides a widget for [ChiSpend](https://chispend.com/) marketplace. +A flutter package the provides a widget for [Unispend](https://Unispend.com/) marketplace. ## Requirement @@ -7,20 +7,20 @@ A flutter package the provides a widget for [ChiSpend](https://chispend.com/) ma ## Feature -- Access to ChiSpend marketplace using [webview](https://pub.dev/packages/webview_flutter). +- Access to Unispend marketplace using [webview](https://pub.dev/packages/webview_flutter). - Full ability to customise widget theme and colour. ## Usage ```dart -class ChiSpendExample extends StatelessWidget { - const ChiSpendExample({Key? key}) : super(key: key); +class UnispendExample extends StatelessWidget { + const UnispendExample({Key? key}) : super(key: key); @override Widget build(BuildContext context) { - return ChiSpendWidget( + return UnispendWidget( primaryColor: Colors.green, - chiSpendTheme: ChiSpendTheme.royal, + UnispendTheme: UnispendTheme.royal, maxAmountInUSD: 1000, onMessageReceived: (v) { print(v); diff --git a/submissions/chispend_widget/analysis_options.yaml b/submissions/unispend_widget/analysis_options.yaml similarity index 100% rename from submissions/chispend_widget/analysis_options.yaml rename to submissions/unispend_widget/analysis_options.yaml diff --git a/submissions/chispend_widget/lib/chispend_widget.dart b/submissions/unispend_widget/lib/chispend_widget.dart similarity index 74% rename from submissions/chispend_widget/lib/chispend_widget.dart rename to submissions/unispend_widget/lib/chispend_widget.dart index 9a354060..3599f840 100644 --- a/submissions/chispend_widget/lib/chispend_widget.dart +++ b/submissions/unispend_widget/lib/chispend_widget.dart @@ -3,10 +3,10 @@ import 'dart:io'; import 'package:flutter/material.dart'; import 'package:webview_flutter/webview_flutter.dart'; -enum ChiSpendTheme { light, dark, moonlight, royal } +enum UnispendTheme { light, dark, moonlight, royal } -class ChiSpendWidget extends StatefulWidget { - /// Invoked when a javascript message is returned from the ChiSpendChannel. +class UnispendWidget extends StatefulWidget { + /// Invoked when a javascript message is returned from the UnispendChannel. final void Function(String)? onMessageReceived; /// Max amount users can spend in USD. @@ -16,33 +16,33 @@ class ChiSpendWidget extends StatefulWidget { final Color primaryColor; /// The widget's theme. Defaults to light mode. - final ChiSpendTheme chiSpendTheme; + final UnispendTheme UnispendTheme; /// DebugPrint events as they occur. Defaults to true. final bool logEvent; - /// Creates a new ChiSpend widget. + /// Creates a new Unispend widget. /// - /// The widget has an [onMessageReceived] callback that listens to the ChiSpendChannel + /// The widget has an [onMessageReceived] callback that listens to the UnispendChannel /// - /// The ChiSpendWidget can be customised to user's preference. - const ChiSpendWidget( + /// The UnispendWidget can be customised to user's preference. + const UnispendWidget( {Key? key, this.onMessageReceived, - this.chiSpendTheme = ChiSpendTheme.light, + this.UnispendTheme = UnispendTheme.light, required this.maxAmountInUSD, this.primaryColor = Colors.purple, this.logEvent = true}) : super(key: key); @override - State createState() => _ChiSpendWidgetState(); + State createState() => _UnispendWidgetState(); } -class _ChiSpendWidgetState extends State { +class _UnispendWidgetState extends State { final Completer _controller = Completer(); - final String chispendHost = 'https://chispend.com'; + final String UnispendHost = 'https://Unispend.com'; @override void initState() { @@ -57,21 +57,21 @@ class _ChiSpendWidgetState extends State { return SafeArea( child: Scaffold( body: WebView( - initialUrl: chispendHost + + initialUrl: UnispendHost + '/?cSContext=mobile' + '&primaryColor=${widget.primaryColor.value.toRadixString(16).substring(2)}' + - '&xAppStyle=${widget.chiSpendTheme.name}' + + '&xAppStyle=${widget.UnispendTheme.name}' + '&maxAmountInUSD=${widget.maxAmountInUSD}', javascriptMode: JavascriptMode.unrestricted, onWebViewCreated: (WebViewController webViewController) { _controller.complete(webViewController); }, onProgress: (int progress) { - debugPrint('ChiSpend is loading (progress : $progress%)'); + debugPrint('Unispend is loading (progress : $progress%)'); }, javascriptChannels: { JavascriptChannel( - name: 'ChiSpendChannel', + name: 'UnispendChannel', onMessageReceived: (message) async { if (widget.logEvent) { debugPrint('Javascript: ${message.message}'); diff --git a/submissions/chispend_widget/pubspec.yaml b/submissions/unispend_widget/pubspec.yaml similarity index 79% rename from submissions/chispend_widget/pubspec.yaml rename to submissions/unispend_widget/pubspec.yaml index f94c8472..43c50d74 100644 --- a/submissions/chispend_widget/pubspec.yaml +++ b/submissions/unispend_widget/pubspec.yaml @@ -1,5 +1,5 @@ -name: chispend_widget -description: A flutter package for both android and ios that provides a widget that allows access to chispend marketplace. +name: Unispend_widget +description: A flutter package for both android and ios that provides a widget that allows access to Unispend marketplace. version: 0.0.1 homepage: diff --git a/submissions/chispend_widget/test/chispend_widget_test.dart b/submissions/unispend_widget/test/chispend_widget_test.dart similarity index 82% rename from submissions/chispend_widget/test/chispend_widget_test.dart rename to submissions/unispend_widget/test/chispend_widget_test.dart index b165ed1c..bc10b716 100644 --- a/submissions/chispend_widget/test/chispend_widget_test.dart +++ b/submissions/unispend_widget/test/chispend_widget_test.dart @@ -1,6 +1,6 @@ import 'package:flutter_test/flutter_test.dart'; -import 'package:chispend_widget/chispend_widget.dart'; +import 'package:Unispend_widget/Unispend_widget.dart'; void main() { test('adds one to input values', () { From 3a352fda2263977f8b25ecc431c0b2e048848b2e Mon Sep 17 00:00:00 2001 From: Ayan Joshi Date: Wed, 25 Oct 2023 23:56:10 +0530 Subject: [PATCH 2/5] Commit --- README.md | 2 +- submissions/chiconnect-bank-api-payout/README.md | 4 ++-- submissions/chiconnect-bank-api-payout/index.html | 2 +- submissions/chiconnect-bank-api-payout/package-lock.json | 4 ++-- submissions/chiconnect-bank-api-payout/package.json | 2 +- submissions/chiconnect-giftcard-payout/README.md | 6 +++--- submissions/chiconnect-giftcard-payout/package-lock.json | 4 ++-- submissions/chiconnect-giftcard-payout/package.json | 2 +- submissions/chiconnect-laravel-web-app/.env.example | 2 +- .../app/Http/Controllers/AccountController.php | 4 ++-- .../app/Http/Controllers/Auth/RegisteredUserController.php | 2 +- .../app/Http/Controllers/PayoutController.php | 2 +- .../app/Http/Controllers/ProfileController.php | 2 +- .../app/Http/Livewire/ProcessAirtime.php | 6 +++--- .../app/Http/Livewire/ProcessBank.php | 6 +++--- .../app/Support/Chiconnect/Account.php | 2 +- .../app/Support/Chiconnect/Info.php | 2 +- .../app/Support/Chiconnect/Payout.php | 2 +- .../app/Support/Chiconnect/SubAccount.php | 2 +- .../app/Support/Chiconnect/Wallet.php | 2 +- submissions/chiconnect-laravel-web-app/package-lock.json | 2 +- submissions/chiconnect-mobile-money-payout/README.md | 4 ++-- submissions/chiconnect-mobile-money-payout/index.html | 2 +- .../chiconnect-mobile-money-payout/package-lock.json | 4 ++-- submissions/chiconnect-mobile-money-payout/package.json | 2 +- submissions/chiconnect-mobile-money-payout/src/App.jsx | 2 +- submissions/chiconnect_dev_article/README.md | 2 +- submissions/chimoney-payout-airtime/README.md | 2 +- submissions/chimoney-payout-airtime/src/PayChimoney.js | 2 +- submissions/chimoney-redeem-airtime/README.md | 2 +- submissions/pay-paddy/README.md | 2 +- submissions/pay-paddy/src/components/Banner.jsx | 2 +- 32 files changed, 44 insertions(+), 44 deletions(-) diff --git a/README.md b/README.md index 612c37f5..8a55e7fe 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ Here are some helpful resources to get you started: 1. **Sign up for a Chimoney Developer Account:** See the Sandbox Access Instruction [here](https://sandbox.chimoney.io/developers). If you don't already have one, you'll need to sign up for a Chimoney developer account sandbox access at [sandbox.chimoney.io](https://chimoney.readme.io/reference/sandbox-environment). -- You can also check out this article on how to obtain API keys [here](https://community-chimoney.hashnode.dev/getting-started-with-chimoneys-api-chiconnect). +- You can also check out this article on how to obtain API keys [here](https://community-chimoney.hashnode.dev/getting-started-with-chimoneys-api-Chimoney Developer API). 2. **Create a New Application:** Once logged in, navigate to your developer dashboard and create a new application. This will generate your API key for you. diff --git a/submissions/chiconnect-bank-api-payout/README.md b/submissions/chiconnect-bank-api-payout/README.md index c6ded19c..b7bf4e3f 100644 --- a/submissions/chiconnect-bank-api-payout/README.md +++ b/submissions/chiconnect-bank-api-payout/README.md @@ -1,5 +1,5 @@ -# Chiconnect bank-api-payout -A mini project to demonstrate integration of Chiconnect bank api payout using React framework. +# Chimoney Developer API bank-api-payout +A mini project to demonstrate integration of Chimoney Developer API bank api payout using React framework. ## Setup - `git clone ` diff --git a/submissions/chiconnect-bank-api-payout/index.html b/submissions/chiconnect-bank-api-payout/index.html index c5f0101d..6a2b0b49 100644 --- a/submissions/chiconnect-bank-api-payout/index.html +++ b/submissions/chiconnect-bank-api-payout/index.html @@ -4,7 +4,7 @@ - Chiconnect + Chimoney Developer API
diff --git a/submissions/chiconnect-bank-api-payout/package-lock.json b/submissions/chiconnect-bank-api-payout/package-lock.json index 81c903ae..7e7ef2f8 100644 --- a/submissions/chiconnect-bank-api-payout/package-lock.json +++ b/submissions/chiconnect-bank-api-payout/package-lock.json @@ -1,11 +1,11 @@ { - "name": "chiconnect-api-payout", + "name": "Chimoney Developer API-api-payout", "version": "0.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "chiconnect-api-payout", + "name": "Chimoney Developer API-api-payout", "version": "0.0.0", "hasInstallScript": true, "dependencies": { diff --git a/submissions/chiconnect-bank-api-payout/package.json b/submissions/chiconnect-bank-api-payout/package.json index 94acc182..b8dae3cb 100644 --- a/submissions/chiconnect-bank-api-payout/package.json +++ b/submissions/chiconnect-bank-api-payout/package.json @@ -1,5 +1,5 @@ { - "name": "chiconnect-api-payout", + "name": "Chimoney Developer API-api-payout", "private": true, "version": "0.0.0", "type": "module", diff --git a/submissions/chiconnect-giftcard-payout/README.md b/submissions/chiconnect-giftcard-payout/README.md index 10d8b15d..b8ed13d7 100644 --- a/submissions/chiconnect-giftcard-payout/README.md +++ b/submissions/chiconnect-giftcard-payout/README.md @@ -1,9 +1,9 @@ -# Chiconnect giftcard payout -A mini project to demonstrate integration of Chiconnect giftcard payout using React framework. +# Chimoney Developer API giftcard payout +A mini project to demonstrate integration of Chimoney Developer API giftcard payout using React framework. ## Setup - `git clone ` -- `cd chimoney-api-community-projects/submissions/chiconnect-giftcard-payout` +- `cd chimoney-api-community-projects/submissions/Chimoney Developer API-giftcard-payout` - `npm install` - create a file in root directory with `.env` as the name and add the API key in this format VITE_API_KEY='api key'` - `npm run dev` diff --git a/submissions/chiconnect-giftcard-payout/package-lock.json b/submissions/chiconnect-giftcard-payout/package-lock.json index e5ba2ac4..1983585e 100644 --- a/submissions/chiconnect-giftcard-payout/package-lock.json +++ b/submissions/chiconnect-giftcard-payout/package-lock.json @@ -1,11 +1,11 @@ { - "name": "chiconnect-giftcard-payout", + "name": "Chimoney Developer API-giftcard-payout", "version": "0.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "chiconnect-giftcard-payout", + "name": "Chimoney Developer API-giftcard-payout", "version": "0.0.0", "dependencies": { "react": "^18.2.0", diff --git a/submissions/chiconnect-giftcard-payout/package.json b/submissions/chiconnect-giftcard-payout/package.json index e3ed8f08..67635ac6 100644 --- a/submissions/chiconnect-giftcard-payout/package.json +++ b/submissions/chiconnect-giftcard-payout/package.json @@ -1,5 +1,5 @@ { - "name": "chiconnect-giftcard-payout", + "name": "Chimoney Developer API-giftcard-payout", "private": true, "version": "0.0.0", "type": "module", diff --git a/submissions/chiconnect-laravel-web-app/.env.example b/submissions/chiconnect-laravel-web-app/.env.example index f84da358..87e5dd37 100644 --- a/submissions/chiconnect-laravel-web-app/.env.example +++ b/submissions/chiconnect-laravel-web-app/.env.example @@ -11,7 +11,7 @@ LOG_LEVEL=debug DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306 -DB_DATABASE=chiconnect_laravel_web_app +DB_DATABASE=Chimoney Developer API_laravel_web_app DB_USERNAME=root DB_PASSWORD= diff --git a/submissions/chiconnect-laravel-web-app/app/Http/Controllers/AccountController.php b/submissions/chiconnect-laravel-web-app/app/Http/Controllers/AccountController.php index 22428c0a..0ed01e01 100644 --- a/submissions/chiconnect-laravel-web-app/app/Http/Controllers/AccountController.php +++ b/submissions/chiconnect-laravel-web-app/app/Http/Controllers/AccountController.php @@ -4,8 +4,8 @@ use App\Models\Transaction; use App\Models\User; -use App\Support\Chiconnect\Account; -use App\Support\Chiconnect\Wallet; +use App\Support\Chimoney Developer API\Account; +use App\Support\Chimoney Developer API\Wallet; use Illuminate\Http\Request; class AccountController extends Controller diff --git a/submissions/chiconnect-laravel-web-app/app/Http/Controllers/Auth/RegisteredUserController.php b/submissions/chiconnect-laravel-web-app/app/Http/Controllers/Auth/RegisteredUserController.php index d8a410db..0ee477af 100644 --- a/submissions/chiconnect-laravel-web-app/app/Http/Controllers/Auth/RegisteredUserController.php +++ b/submissions/chiconnect-laravel-web-app/app/Http/Controllers/Auth/RegisteredUserController.php @@ -5,7 +5,7 @@ use App\Http\Controllers\Controller; use App\Models\User; use App\Providers\RouteServiceProvider; -use App\Support\Chiconnect\SubAccount; +use App\Support\Chimoney Developer API\SubAccount; use Illuminate\Auth\Events\Registered; use Illuminate\Http\Request; use Illuminate\Support\Facades\Auth; diff --git a/submissions/chiconnect-laravel-web-app/app/Http/Controllers/PayoutController.php b/submissions/chiconnect-laravel-web-app/app/Http/Controllers/PayoutController.php index d2080cb0..81340207 100644 --- a/submissions/chiconnect-laravel-web-app/app/Http/Controllers/PayoutController.php +++ b/submissions/chiconnect-laravel-web-app/app/Http/Controllers/PayoutController.php @@ -3,7 +3,7 @@ namespace App\Http\Controllers; use App\Models\Payout; -use App\Support\Chiconnect\Wallet; +use App\Support\Chimoney Developer API\Wallet; use Illuminate\Http\Request; class PayoutController extends Controller diff --git a/submissions/chiconnect-laravel-web-app/app/Http/Controllers/ProfileController.php b/submissions/chiconnect-laravel-web-app/app/Http/Controllers/ProfileController.php index 6a3d76a2..476e15eb 100644 --- a/submissions/chiconnect-laravel-web-app/app/Http/Controllers/ProfileController.php +++ b/submissions/chiconnect-laravel-web-app/app/Http/Controllers/ProfileController.php @@ -3,7 +3,7 @@ namespace App\Http\Controllers; use App\Models\User; -use App\Support\Chiconnect\Wallet; +use App\Support\Chimoney Developer API\Wallet; use Illuminate\Http\Request; class ProfileController extends Controller diff --git a/submissions/chiconnect-laravel-web-app/app/Http/Livewire/ProcessAirtime.php b/submissions/chiconnect-laravel-web-app/app/Http/Livewire/ProcessAirtime.php index 3e9491fb..53533937 100644 --- a/submissions/chiconnect-laravel-web-app/app/Http/Livewire/ProcessAirtime.php +++ b/submissions/chiconnect-laravel-web-app/app/Http/Livewire/ProcessAirtime.php @@ -3,9 +3,9 @@ namespace App\Http\Livewire; use App\Models\Payout as ModelsPayout; -use App\Support\Chiconnect\Info; -use App\Support\Chiconnect\Payout; -use App\Support\Chiconnect\Wallet; +use App\Support\Chimoney Developer API\Info; +use App\Support\Chimoney Developer API\Payout; +use App\Support\Chimoney Developer API\Wallet; use Livewire\Component; class ProcessAirtime extends Component diff --git a/submissions/chiconnect-laravel-web-app/app/Http/Livewire/ProcessBank.php b/submissions/chiconnect-laravel-web-app/app/Http/Livewire/ProcessBank.php index 752e165b..76b4776e 100644 --- a/submissions/chiconnect-laravel-web-app/app/Http/Livewire/ProcessBank.php +++ b/submissions/chiconnect-laravel-web-app/app/Http/Livewire/ProcessBank.php @@ -4,9 +4,9 @@ use App\Models\Payout as ModelsPayout; use App\Models\TransactionReference; -use App\Support\Chiconnect\Info; -use App\Support\Chiconnect\Payout; -use App\Support\Chiconnect\Wallet; +use App\Support\Chimoney Developer API\Info; +use App\Support\Chimoney Developer API\Payout; +use App\Support\Chimoney Developer API\Wallet; use Livewire\Component; use Illuminate\Support\Str; diff --git a/submissions/chiconnect-laravel-web-app/app/Support/Chiconnect/Account.php b/submissions/chiconnect-laravel-web-app/app/Support/Chiconnect/Account.php index 3bffb904..bd64add0 100644 --- a/submissions/chiconnect-laravel-web-app/app/Support/Chiconnect/Account.php +++ b/submissions/chiconnect-laravel-web-app/app/Support/Chiconnect/Account.php @@ -1,6 +1,6 @@ - Chiconnect Mobile Money + Chimoney Developer API Mobile Money
diff --git a/submissions/chiconnect-mobile-money-payout/package-lock.json b/submissions/chiconnect-mobile-money-payout/package-lock.json index caf56b1b..25734904 100644 --- a/submissions/chiconnect-mobile-money-payout/package-lock.json +++ b/submissions/chiconnect-mobile-money-payout/package-lock.json @@ -1,11 +1,11 @@ { - "name": "chiconnect-mobile-money-payout", + "name": "Chimoney Developer API-mobile-money-payout", "version": "0.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "chiconnect-mobile-money-payout", + "name": "Chimoney Developer API-mobile-money-payout", "version": "0.0.0", "dependencies": { "react": "^18.2.0", diff --git a/submissions/chiconnect-mobile-money-payout/package.json b/submissions/chiconnect-mobile-money-payout/package.json index 2bac593d..9aa829eb 100644 --- a/submissions/chiconnect-mobile-money-payout/package.json +++ b/submissions/chiconnect-mobile-money-payout/package.json @@ -1,5 +1,5 @@ { - "name": "chiconnect-mobile-money-payout", + "name": "Chimoney Developer API-mobile-money-payout", "private": true, "version": "0.0.0", "type": "module", diff --git a/submissions/chiconnect-mobile-money-payout/src/App.jsx b/submissions/chiconnect-mobile-money-payout/src/App.jsx index 3ea9fe81..c6a17814 100644 --- a/submissions/chiconnect-mobile-money-payout/src/App.jsx +++ b/submissions/chiconnect-mobile-money-payout/src/App.jsx @@ -181,7 +181,7 @@ function App() { PAY NOW -

Powered by ChiConnect

+

Powered by Chimoney Developer API

diff --git a/submissions/chiconnect_dev_article/README.md b/submissions/chiconnect_dev_article/README.md index 6003a645..f3501ac6 100644 --- a/submissions/chiconnect_dev_article/README.md +++ b/submissions/chiconnect_dev_article/README.md @@ -1 +1 @@ -Article Link: https://nrad.hashnode.dev/using-chiconnect-api-building-web-applications-with-python \ No newline at end of file +Article Link: https://nrad.hashnode.dev/using-Chimoney Developer API-api-building-web-applications-with-python \ No newline at end of file diff --git a/submissions/chimoney-payout-airtime/README.md b/submissions/chimoney-payout-airtime/README.md index 3bc7c0d2..c4021ba9 100644 --- a/submissions/chimoney-payout-airtime/README.md +++ b/submissions/chimoney-payout-airtime/README.md @@ -1,5 +1,5 @@ # Chimoney-Initiate-Airtime -Initiate and Payout Chimoney using chiconnect api +Initiate and Payout Chimoney using Chimoney Developer API api view the deployed project [here](https://pay-chimoney.vercel.app/) diff --git a/submissions/chimoney-payout-airtime/src/PayChimoney.js b/submissions/chimoney-payout-airtime/src/PayChimoney.js index 33baf6e7..baeb10f2 100644 --- a/submissions/chimoney-payout-airtime/src/PayChimoney.js +++ b/submissions/chimoney-payout-airtime/src/PayChimoney.js @@ -16,7 +16,7 @@ const PayOut = () => { valueInUSD: "", }); - const API_KEY = process.env.REACT_APP_CHICONNECT_KEY ; + const API_KEY = process.env.REACT_APP_Chimoney Developer API_KEY ; let validated = false; let multipleUsers = receivers.length; diff --git a/submissions/chimoney-redeem-airtime/README.md b/submissions/chimoney-redeem-airtime/README.md index 72bf8bd1..6b2a1e4b 100644 --- a/submissions/chimoney-redeem-airtime/README.md +++ b/submissions/chimoney-redeem-airtime/README.md @@ -1,5 +1,5 @@ # Chimoney-Redeem-Airtime -Redeem chimoney as airtime using chiconnect api +Redeem chimoney as airtime using Chimoney Developer API api view the deployed project [here](https://chimoney-redeem-airtime.vercel.app/) diff --git a/submissions/pay-paddy/README.md b/submissions/pay-paddy/README.md index 63523aa9..51912c55 100644 --- a/submissions/pay-paddy/README.md +++ b/submissions/pay-paddy/README.md @@ -1,6 +1,6 @@ # PayPaddy -React web app that utilizes most of Chiconnect api endpoints to enable a variety of payouts such including Bank, Airtime, Mobile Money, Giftcards payouts and more. +React web app that utilizes most of Chimoney Developer API api endpoints to enable a variety of payouts such including Bank, Airtime, Mobile Money, Giftcards payouts and more. ## Setup diff --git a/submissions/pay-paddy/src/components/Banner.jsx b/submissions/pay-paddy/src/components/Banner.jsx index 9b46d070..e0c77a8a 100644 --- a/submissions/pay-paddy/src/components/Banner.jsx +++ b/submissions/pay-paddy/src/components/Banner.jsx @@ -23,7 +23,7 @@ const Banner = () => {

Powered by - ChiConnect + Chimoney Developer API

From 3fccd95ab2fb6ff84a10e326910f8b976e9a219d Mon Sep 17 00:00:00 2001 From: Ayan Joshi Date: Thu, 26 Oct 2023 17:27:17 +0530 Subject: [PATCH 3/5] Revert "Commit" This reverts commit 3a352fda2263977f8b25ecc431c0b2e048848b2e. --- README.md | 2 +- submissions/chiconnect-bank-api-payout/README.md | 4 ++-- submissions/chiconnect-bank-api-payout/index.html | 2 +- submissions/chiconnect-bank-api-payout/package-lock.json | 4 ++-- submissions/chiconnect-bank-api-payout/package.json | 2 +- submissions/chiconnect-giftcard-payout/README.md | 6 +++--- submissions/chiconnect-giftcard-payout/package-lock.json | 4 ++-- submissions/chiconnect-giftcard-payout/package.json | 2 +- submissions/chiconnect-laravel-web-app/.env.example | 2 +- .../app/Http/Controllers/AccountController.php | 4 ++-- .../app/Http/Controllers/Auth/RegisteredUserController.php | 2 +- .../app/Http/Controllers/PayoutController.php | 2 +- .../app/Http/Controllers/ProfileController.php | 2 +- .../app/Http/Livewire/ProcessAirtime.php | 6 +++--- .../app/Http/Livewire/ProcessBank.php | 6 +++--- .../app/Support/Chiconnect/Account.php | 2 +- .../app/Support/Chiconnect/Info.php | 2 +- .../app/Support/Chiconnect/Payout.php | 2 +- .../app/Support/Chiconnect/SubAccount.php | 2 +- .../app/Support/Chiconnect/Wallet.php | 2 +- submissions/chiconnect-laravel-web-app/package-lock.json | 2 +- submissions/chiconnect-mobile-money-payout/README.md | 4 ++-- submissions/chiconnect-mobile-money-payout/index.html | 2 +- .../chiconnect-mobile-money-payout/package-lock.json | 4 ++-- submissions/chiconnect-mobile-money-payout/package.json | 2 +- submissions/chiconnect-mobile-money-payout/src/App.jsx | 2 +- submissions/chiconnect_dev_article/README.md | 2 +- submissions/chimoney-payout-airtime/README.md | 2 +- submissions/chimoney-payout-airtime/src/PayChimoney.js | 2 +- submissions/chimoney-redeem-airtime/README.md | 2 +- submissions/pay-paddy/README.md | 2 +- submissions/pay-paddy/src/components/Banner.jsx | 2 +- 32 files changed, 44 insertions(+), 44 deletions(-) diff --git a/README.md b/README.md index 8a55e7fe..612c37f5 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ Here are some helpful resources to get you started: 1. **Sign up for a Chimoney Developer Account:** See the Sandbox Access Instruction [here](https://sandbox.chimoney.io/developers). If you don't already have one, you'll need to sign up for a Chimoney developer account sandbox access at [sandbox.chimoney.io](https://chimoney.readme.io/reference/sandbox-environment). -- You can also check out this article on how to obtain API keys [here](https://community-chimoney.hashnode.dev/getting-started-with-chimoneys-api-Chimoney Developer API). +- You can also check out this article on how to obtain API keys [here](https://community-chimoney.hashnode.dev/getting-started-with-chimoneys-api-chiconnect). 2. **Create a New Application:** Once logged in, navigate to your developer dashboard and create a new application. This will generate your API key for you. diff --git a/submissions/chiconnect-bank-api-payout/README.md b/submissions/chiconnect-bank-api-payout/README.md index b7bf4e3f..c6ded19c 100644 --- a/submissions/chiconnect-bank-api-payout/README.md +++ b/submissions/chiconnect-bank-api-payout/README.md @@ -1,5 +1,5 @@ -# Chimoney Developer API bank-api-payout -A mini project to demonstrate integration of Chimoney Developer API bank api payout using React framework. +# Chiconnect bank-api-payout +A mini project to demonstrate integration of Chiconnect bank api payout using React framework. ## Setup - `git clone ` diff --git a/submissions/chiconnect-bank-api-payout/index.html b/submissions/chiconnect-bank-api-payout/index.html index 6a2b0b49..c5f0101d 100644 --- a/submissions/chiconnect-bank-api-payout/index.html +++ b/submissions/chiconnect-bank-api-payout/index.html @@ -4,7 +4,7 @@ - Chimoney Developer API + Chiconnect
diff --git a/submissions/chiconnect-bank-api-payout/package-lock.json b/submissions/chiconnect-bank-api-payout/package-lock.json index 7e7ef2f8..81c903ae 100644 --- a/submissions/chiconnect-bank-api-payout/package-lock.json +++ b/submissions/chiconnect-bank-api-payout/package-lock.json @@ -1,11 +1,11 @@ { - "name": "Chimoney Developer API-api-payout", + "name": "chiconnect-api-payout", "version": "0.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "Chimoney Developer API-api-payout", + "name": "chiconnect-api-payout", "version": "0.0.0", "hasInstallScript": true, "dependencies": { diff --git a/submissions/chiconnect-bank-api-payout/package.json b/submissions/chiconnect-bank-api-payout/package.json index b8dae3cb..94acc182 100644 --- a/submissions/chiconnect-bank-api-payout/package.json +++ b/submissions/chiconnect-bank-api-payout/package.json @@ -1,5 +1,5 @@ { - "name": "Chimoney Developer API-api-payout", + "name": "chiconnect-api-payout", "private": true, "version": "0.0.0", "type": "module", diff --git a/submissions/chiconnect-giftcard-payout/README.md b/submissions/chiconnect-giftcard-payout/README.md index b8ed13d7..10d8b15d 100644 --- a/submissions/chiconnect-giftcard-payout/README.md +++ b/submissions/chiconnect-giftcard-payout/README.md @@ -1,9 +1,9 @@ -# Chimoney Developer API giftcard payout -A mini project to demonstrate integration of Chimoney Developer API giftcard payout using React framework. +# Chiconnect giftcard payout +A mini project to demonstrate integration of Chiconnect giftcard payout using React framework. ## Setup - `git clone ` -- `cd chimoney-api-community-projects/submissions/Chimoney Developer API-giftcard-payout` +- `cd chimoney-api-community-projects/submissions/chiconnect-giftcard-payout` - `npm install` - create a file in root directory with `.env` as the name and add the API key in this format VITE_API_KEY='api key'` - `npm run dev` diff --git a/submissions/chiconnect-giftcard-payout/package-lock.json b/submissions/chiconnect-giftcard-payout/package-lock.json index 1983585e..e5ba2ac4 100644 --- a/submissions/chiconnect-giftcard-payout/package-lock.json +++ b/submissions/chiconnect-giftcard-payout/package-lock.json @@ -1,11 +1,11 @@ { - "name": "Chimoney Developer API-giftcard-payout", + "name": "chiconnect-giftcard-payout", "version": "0.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "Chimoney Developer API-giftcard-payout", + "name": "chiconnect-giftcard-payout", "version": "0.0.0", "dependencies": { "react": "^18.2.0", diff --git a/submissions/chiconnect-giftcard-payout/package.json b/submissions/chiconnect-giftcard-payout/package.json index 67635ac6..e3ed8f08 100644 --- a/submissions/chiconnect-giftcard-payout/package.json +++ b/submissions/chiconnect-giftcard-payout/package.json @@ -1,5 +1,5 @@ { - "name": "Chimoney Developer API-giftcard-payout", + "name": "chiconnect-giftcard-payout", "private": true, "version": "0.0.0", "type": "module", diff --git a/submissions/chiconnect-laravel-web-app/.env.example b/submissions/chiconnect-laravel-web-app/.env.example index 87e5dd37..f84da358 100644 --- a/submissions/chiconnect-laravel-web-app/.env.example +++ b/submissions/chiconnect-laravel-web-app/.env.example @@ -11,7 +11,7 @@ LOG_LEVEL=debug DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306 -DB_DATABASE=Chimoney Developer API_laravel_web_app +DB_DATABASE=chiconnect_laravel_web_app DB_USERNAME=root DB_PASSWORD= diff --git a/submissions/chiconnect-laravel-web-app/app/Http/Controllers/AccountController.php b/submissions/chiconnect-laravel-web-app/app/Http/Controllers/AccountController.php index 0ed01e01..22428c0a 100644 --- a/submissions/chiconnect-laravel-web-app/app/Http/Controllers/AccountController.php +++ b/submissions/chiconnect-laravel-web-app/app/Http/Controllers/AccountController.php @@ -4,8 +4,8 @@ use App\Models\Transaction; use App\Models\User; -use App\Support\Chimoney Developer API\Account; -use App\Support\Chimoney Developer API\Wallet; +use App\Support\Chiconnect\Account; +use App\Support\Chiconnect\Wallet; use Illuminate\Http\Request; class AccountController extends Controller diff --git a/submissions/chiconnect-laravel-web-app/app/Http/Controllers/Auth/RegisteredUserController.php b/submissions/chiconnect-laravel-web-app/app/Http/Controllers/Auth/RegisteredUserController.php index 0ee477af..d8a410db 100644 --- a/submissions/chiconnect-laravel-web-app/app/Http/Controllers/Auth/RegisteredUserController.php +++ b/submissions/chiconnect-laravel-web-app/app/Http/Controllers/Auth/RegisteredUserController.php @@ -5,7 +5,7 @@ use App\Http\Controllers\Controller; use App\Models\User; use App\Providers\RouteServiceProvider; -use App\Support\Chimoney Developer API\SubAccount; +use App\Support\Chiconnect\SubAccount; use Illuminate\Auth\Events\Registered; use Illuminate\Http\Request; use Illuminate\Support\Facades\Auth; diff --git a/submissions/chiconnect-laravel-web-app/app/Http/Controllers/PayoutController.php b/submissions/chiconnect-laravel-web-app/app/Http/Controllers/PayoutController.php index 81340207..d2080cb0 100644 --- a/submissions/chiconnect-laravel-web-app/app/Http/Controllers/PayoutController.php +++ b/submissions/chiconnect-laravel-web-app/app/Http/Controllers/PayoutController.php @@ -3,7 +3,7 @@ namespace App\Http\Controllers; use App\Models\Payout; -use App\Support\Chimoney Developer API\Wallet; +use App\Support\Chiconnect\Wallet; use Illuminate\Http\Request; class PayoutController extends Controller diff --git a/submissions/chiconnect-laravel-web-app/app/Http/Controllers/ProfileController.php b/submissions/chiconnect-laravel-web-app/app/Http/Controllers/ProfileController.php index 476e15eb..6a3d76a2 100644 --- a/submissions/chiconnect-laravel-web-app/app/Http/Controllers/ProfileController.php +++ b/submissions/chiconnect-laravel-web-app/app/Http/Controllers/ProfileController.php @@ -3,7 +3,7 @@ namespace App\Http\Controllers; use App\Models\User; -use App\Support\Chimoney Developer API\Wallet; +use App\Support\Chiconnect\Wallet; use Illuminate\Http\Request; class ProfileController extends Controller diff --git a/submissions/chiconnect-laravel-web-app/app/Http/Livewire/ProcessAirtime.php b/submissions/chiconnect-laravel-web-app/app/Http/Livewire/ProcessAirtime.php index 53533937..3e9491fb 100644 --- a/submissions/chiconnect-laravel-web-app/app/Http/Livewire/ProcessAirtime.php +++ b/submissions/chiconnect-laravel-web-app/app/Http/Livewire/ProcessAirtime.php @@ -3,9 +3,9 @@ namespace App\Http\Livewire; use App\Models\Payout as ModelsPayout; -use App\Support\Chimoney Developer API\Info; -use App\Support\Chimoney Developer API\Payout; -use App\Support\Chimoney Developer API\Wallet; +use App\Support\Chiconnect\Info; +use App\Support\Chiconnect\Payout; +use App\Support\Chiconnect\Wallet; use Livewire\Component; class ProcessAirtime extends Component diff --git a/submissions/chiconnect-laravel-web-app/app/Http/Livewire/ProcessBank.php b/submissions/chiconnect-laravel-web-app/app/Http/Livewire/ProcessBank.php index 76b4776e..752e165b 100644 --- a/submissions/chiconnect-laravel-web-app/app/Http/Livewire/ProcessBank.php +++ b/submissions/chiconnect-laravel-web-app/app/Http/Livewire/ProcessBank.php @@ -4,9 +4,9 @@ use App\Models\Payout as ModelsPayout; use App\Models\TransactionReference; -use App\Support\Chimoney Developer API\Info; -use App\Support\Chimoney Developer API\Payout; -use App\Support\Chimoney Developer API\Wallet; +use App\Support\Chiconnect\Info; +use App\Support\Chiconnect\Payout; +use App\Support\Chiconnect\Wallet; use Livewire\Component; use Illuminate\Support\Str; diff --git a/submissions/chiconnect-laravel-web-app/app/Support/Chiconnect/Account.php b/submissions/chiconnect-laravel-web-app/app/Support/Chiconnect/Account.php index bd64add0..3bffb904 100644 --- a/submissions/chiconnect-laravel-web-app/app/Support/Chiconnect/Account.php +++ b/submissions/chiconnect-laravel-web-app/app/Support/Chiconnect/Account.php @@ -1,6 +1,6 @@ - Chimoney Developer API Mobile Money + Chiconnect Mobile Money
diff --git a/submissions/chiconnect-mobile-money-payout/package-lock.json b/submissions/chiconnect-mobile-money-payout/package-lock.json index 25734904..caf56b1b 100644 --- a/submissions/chiconnect-mobile-money-payout/package-lock.json +++ b/submissions/chiconnect-mobile-money-payout/package-lock.json @@ -1,11 +1,11 @@ { - "name": "Chimoney Developer API-mobile-money-payout", + "name": "chiconnect-mobile-money-payout", "version": "0.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "Chimoney Developer API-mobile-money-payout", + "name": "chiconnect-mobile-money-payout", "version": "0.0.0", "dependencies": { "react": "^18.2.0", diff --git a/submissions/chiconnect-mobile-money-payout/package.json b/submissions/chiconnect-mobile-money-payout/package.json index 9aa829eb..2bac593d 100644 --- a/submissions/chiconnect-mobile-money-payout/package.json +++ b/submissions/chiconnect-mobile-money-payout/package.json @@ -1,5 +1,5 @@ { - "name": "Chimoney Developer API-mobile-money-payout", + "name": "chiconnect-mobile-money-payout", "private": true, "version": "0.0.0", "type": "module", diff --git a/submissions/chiconnect-mobile-money-payout/src/App.jsx b/submissions/chiconnect-mobile-money-payout/src/App.jsx index c6a17814..3ea9fe81 100644 --- a/submissions/chiconnect-mobile-money-payout/src/App.jsx +++ b/submissions/chiconnect-mobile-money-payout/src/App.jsx @@ -181,7 +181,7 @@ function App() { PAY NOW -

Powered by Chimoney Developer API

+

Powered by ChiConnect

diff --git a/submissions/chiconnect_dev_article/README.md b/submissions/chiconnect_dev_article/README.md index f3501ac6..6003a645 100644 --- a/submissions/chiconnect_dev_article/README.md +++ b/submissions/chiconnect_dev_article/README.md @@ -1 +1 @@ -Article Link: https://nrad.hashnode.dev/using-Chimoney Developer API-api-building-web-applications-with-python \ No newline at end of file +Article Link: https://nrad.hashnode.dev/using-chiconnect-api-building-web-applications-with-python \ No newline at end of file diff --git a/submissions/chimoney-payout-airtime/README.md b/submissions/chimoney-payout-airtime/README.md index c4021ba9..3bc7c0d2 100644 --- a/submissions/chimoney-payout-airtime/README.md +++ b/submissions/chimoney-payout-airtime/README.md @@ -1,5 +1,5 @@ # Chimoney-Initiate-Airtime -Initiate and Payout Chimoney using Chimoney Developer API api +Initiate and Payout Chimoney using chiconnect api view the deployed project [here](https://pay-chimoney.vercel.app/) diff --git a/submissions/chimoney-payout-airtime/src/PayChimoney.js b/submissions/chimoney-payout-airtime/src/PayChimoney.js index baeb10f2..33baf6e7 100644 --- a/submissions/chimoney-payout-airtime/src/PayChimoney.js +++ b/submissions/chimoney-payout-airtime/src/PayChimoney.js @@ -16,7 +16,7 @@ const PayOut = () => { valueInUSD: "", }); - const API_KEY = process.env.REACT_APP_Chimoney Developer API_KEY ; + const API_KEY = process.env.REACT_APP_CHICONNECT_KEY ; let validated = false; let multipleUsers = receivers.length; diff --git a/submissions/chimoney-redeem-airtime/README.md b/submissions/chimoney-redeem-airtime/README.md index 6b2a1e4b..72bf8bd1 100644 --- a/submissions/chimoney-redeem-airtime/README.md +++ b/submissions/chimoney-redeem-airtime/README.md @@ -1,5 +1,5 @@ # Chimoney-Redeem-Airtime -Redeem chimoney as airtime using Chimoney Developer API api +Redeem chimoney as airtime using chiconnect api view the deployed project [here](https://chimoney-redeem-airtime.vercel.app/) diff --git a/submissions/pay-paddy/README.md b/submissions/pay-paddy/README.md index 51912c55..63523aa9 100644 --- a/submissions/pay-paddy/README.md +++ b/submissions/pay-paddy/README.md @@ -1,6 +1,6 @@ # PayPaddy -React web app that utilizes most of Chimoney Developer API api endpoints to enable a variety of payouts such including Bank, Airtime, Mobile Money, Giftcards payouts and more. +React web app that utilizes most of Chiconnect api endpoints to enable a variety of payouts such including Bank, Airtime, Mobile Money, Giftcards payouts and more. ## Setup diff --git a/submissions/pay-paddy/src/components/Banner.jsx b/submissions/pay-paddy/src/components/Banner.jsx index e0c77a8a..9b46d070 100644 --- a/submissions/pay-paddy/src/components/Banner.jsx +++ b/submissions/pay-paddy/src/components/Banner.jsx @@ -23,7 +23,7 @@ const Banner = () => {

Powered by - Chimoney Developer API + ChiConnect

From 26fd79bf6f47dec8bc7d70d8a26115de96ae78b9 Mon Sep 17 00:00:00 2001 From: Ayan Joshi Date: Thu, 26 Oct 2023 17:35:35 +0530 Subject: [PATCH 4/5] Commit --- .../.gitignore | 0 .../README.md | 2 +- .../index.html | 0 .../package-lock.json | 0 .../package.json | 0 .../postcss.config.cjs | 0 .../public/vite.svg | 0 .../src/App.jsx | 0 .../src/assets/chimoney-logo.svg | 0 .../src/index.css | 0 .../src/main.jsx | 0 .../src/service/fetchApi.js | 0 .../tailwind.config.cjs | 0 .../vite.config.js | 0 .../.gitignore | 0 .../README.md | 2 +- .../index.html | 0 .../package-lock.json | 0 .../package.json | 0 .../postcss.config.cjs | 0 .../public/vite.svg | 0 .../src/App.jsx | 0 .../src/assets/chimoney-logo.svg | 0 .../src/components/Giftcard.jsx | 0 .../src/components/Giftcards.jsx | 0 .../src/index.css | 0 .../src/main.jsx | 0 .../src/service/fetchApi.js | 0 .../tailwind.config.cjs | 0 .../vite.config.js | 0 .../.editorconfig | 0 .../.env.example | 0 .../.gitattributes | 0 .../.gitignore | 0 .../Procfile | 0 .../README.md | 0 .../app/Console/Kernel.php | 0 .../app/Exceptions/Handler.php | 0 .../app/Http/Controllers/AccountController.php | 0 .../Auth/AuthenticatedSessionController.php | 0 .../Auth/ConfirmablePasswordController.php | 0 .../EmailVerificationNotificationController.php | 0 .../Auth/EmailVerificationPromptController.php | 0 .../Http/Controllers/Auth/NewPasswordController.php | 0 .../Auth/PasswordResetLinkController.php | 0 .../Controllers/Auth/RegisteredUserController.php | 0 .../Http/Controllers/Auth/VerifyEmailController.php | 0 .../app/Http/Controllers/Controller.php | 0 .../app/Http/Controllers/PayoutController.php | 0 .../app/Http/Controllers/ProfileController.php | 0 .../app/Http/Kernel.php | 0 .../app/Http/Livewire/Auth/RegisterUser.php | 0 .../app/Http/Livewire/ProcessAirtime.php | 0 .../app/Http/Livewire/ProcessBank.php | 0 .../app/Http/Livewire/Username.php | 0 .../app/Http/Middleware/Authenticate.php | 0 .../app/Http/Middleware/EncryptCookies.php | 0 .../Middleware/PreventRequestsDuringMaintenance.php | 0 .../app/Http/Middleware/RedirectIfAuthenticated.php | 0 .../app/Http/Middleware/TrimStrings.php | 0 .../app/Http/Middleware/TrustHosts.php | 0 .../app/Http/Middleware/TrustProxies.php | 0 .../app/Http/Middleware/ValidateSignature.php | 0 .../app/Http/Middleware/VerifyCsrfToken.php | 0 .../app/Http/Requests/Auth/LoginRequest.php | 0 .../app/Models/Payout.php | 0 .../app/Models/Transaction.php | 0 .../app/Models/TransactionReference.php | 0 .../app/Models/User.php | 0 .../app/Providers/AppServiceProvider.php | 0 .../app/Providers/AuthServiceProvider.php | 0 .../app/Providers/BroadcastServiceProvider.php | 0 .../app/Providers/EventServiceProvider.php | 0 .../app/Providers/RouteServiceProvider.php | 0 .../app/Support/Chiconnect/Account.php | 0 .../app/Support/Chiconnect/Info.php | 0 .../app/Support/Chiconnect/Payout.php | 0 .../app/Support/Chiconnect/SubAccount.php | 0 .../app/Support/Chiconnect/Wallet.php | 0 .../app/Support/Helpers.php | 0 .../app/View/Components/AppLayout.php | 0 .../app/View/Components/GuestLayout.php | 0 .../artisan | 0 .../bootstrap/app.php | 0 .../bootstrap/cache/.gitignore | 0 .../composer.json | 0 .../composer.lock | 0 .../config/app.php | 0 .../config/auth.php | 0 .../config/broadcasting.php | 0 .../config/cache.php | 0 .../config/chimoney.php | 0 .../config/cors.php | 0 .../config/country_code.php | 0 .../config/database.php | 0 .../config/filesystems.php | 0 .../config/hashing.php | 0 .../config/logging.php | 0 .../config/mail.php | 0 .../config/queue.php | 0 .../config/sanctum.php | 0 .../config/services.php | 0 .../config/session.php | 0 .../config/view.php | 0 .../database/.gitignore | 0 .../database/factories/UserFactory.php | 0 .../2014_10_12_000000_create_users_table.php | 0 ...14_10_12_100000_create_password_resets_table.php | 0 .../2019_08_19_000000_create_failed_jobs_table.php | 0 ...4_000001_create_personal_access_tokens_table.php | 0 ...022_10_17_080103_add_username_to_users_table.php | 0 .../2022_10_17_194518_create_transactions_table.php | 0 ...0_20_180113_add_chi_wallet_id_to_users_table.php | 0 .../2022_10_20_204612_create_payouts_table.php | 0 ...2_165728_create_transaction_references_table.php | 0 ...22_171931_alter_type_column_in_payouts_table.php | 0 .../database/seeders/DatabaseSeeder.php | 0 .../lang/en/auth.php | 0 .../lang/en/pagination.php | 0 .../lang/en/passwords.php | 0 .../lang/en/validation.php | 0 .../package-lock.json | 0 .../package.json | 0 .../phpunit.xml | 0 .../postcss.config.js | 0 .../public/.htaccess | 0 .../public/favicon.ico | 0 .../public/index.php | 0 .../public/robots.txt | 0 .../resources/css/app.css | 0 .../resources/js/app.js | 0 .../resources/js/bootstrap.js | 0 .../resources/views/account/topup-user.blade.php | 0 .../resources/views/auth/confirm-password.blade.php | 0 .../resources/views/auth/forgot-password.blade.php | 0 .../resources/views/auth/login.blade.php | 0 .../resources/views/auth/register.blade.php | 0 .../resources/views/auth/reset-password.blade.php | 0 .../resources/views/auth/verify-email.blade.php | 0 .../views/components/application-logo.blade.php | 0 .../resources/views/components/auth-card.blade.php | 0 .../views/components/auth-session-status.blade.php | 0 .../views/components/dropdown-link.blade.php | 0 .../resources/views/components/dropdown.blade.php | 0 .../views/components/input-error.blade.php | 0 .../views/components/input-label.blade.php | 0 .../resources/views/components/modal.blade.php | 0 .../resources/views/components/nav-link.blade.php | 0 .../views/components/primary-button.blade.php | 0 .../views/components/responsive-nav-link.blade.php | 0 .../resources/views/components/text-input.blade.php | 0 .../resources/views/dashboard.blade.php | 0 .../resources/views/layouts/app.blade.php | 0 .../resources/views/layouts/guest.blade.php | 0 .../resources/views/layouts/navigation.blade.php | 0 .../views/livewire/auth/register-user.blade.php | 0 .../views/livewire/process-airtime.blade.php | 0 .../resources/views/livewire/process-bank.blade.php | 0 .../resources/views/livewire/username.blade.php | 0 .../resources/views/payout/airtime.blade.php | 0 .../resources/views/payout/bank.blade.php | 0 .../resources/views/payout/history.blade.php | 0 .../resources/views/profile/index.blade.php | 0 .../resources/views/profile/show.blade.php | 0 .../resources/views/transfer/create.blade.php | 0 .../resources/views/transfer/history.blade.php | 0 .../resources/views/welcome.blade.php | 0 .../routes/api.php | 0 .../routes/auth.php | 0 .../routes/channels.php | 0 .../routes/console.php | 0 .../routes/web.php | 0 .../storage/app/.gitignore | 0 .../storage/app/public/.gitignore | 0 .../storage/framework/.gitignore | 0 .../storage/framework/cache/.gitignore | 0 .../storage/framework/cache/data/.gitignore | 0 .../storage/framework/sessions/.gitignore | 0 .../storage/framework/testing/.gitignore | 0 .../storage/framework/views/.gitignore | 0 .../tailwind.config.js | 0 .../tests/CreatesApplication.php | 0 .../tests/Feature/Auth/AuthenticationTest.php | 0 .../tests/Feature/Auth/EmailVerificationTest.php | 0 .../tests/Feature/Auth/PasswordConfirmationTest.php | 0 .../tests/Feature/Auth/PasswordResetTest.php | 0 .../tests/Feature/Auth/RegistrationTest.php | 0 .../tests/Feature/ExampleTest.php | 0 .../tests/TestCase.php | 0 .../tests/Unit/ExampleTest.php | 0 .../vite.config.js | 0 .../.gitignore | 0 .../README.md | 2 +- .../index.html | 0 .../package-lock.json | 0 .../package.json | 0 .../postcss.config.cjs | 0 .../public/vite.svg | 0 .../src/App.jsx | 0 .../src/assets/chimoney-logo.svg | 0 .../src/assets/desktop-preview.png | Bin .../src/index.css | 0 .../src/main.jsx | 0 .../src/service/fetchApi.js | 0 .../tailwind.config.cjs | 0 .../vite.config.js | 0 .../README.md | 0 submissions/chimoney-payout-airtime/README.md | 2 +- submissions/chimoney-redeem-airtime/README.md | 2 +- submissions/pay-paddy/README.md | 2 +- 210 files changed, 6 insertions(+), 6 deletions(-) rename submissions/{chiconnect-bank-api-payout => Chimoney Developer AP-bank-api-payout}/.gitignore (100%) rename submissions/{chiconnect-bank-api-payout => Chimoney Developer AP-bank-api-payout}/README.md (96%) rename submissions/{chiconnect-bank-api-payout => Chimoney Developer AP-bank-api-payout}/index.html (100%) rename submissions/{chiconnect-bank-api-payout => Chimoney Developer AP-bank-api-payout}/package-lock.json (100%) rename submissions/{chiconnect-bank-api-payout => Chimoney Developer AP-bank-api-payout}/package.json (100%) rename submissions/{chiconnect-bank-api-payout => Chimoney Developer AP-bank-api-payout}/postcss.config.cjs (100%) rename submissions/{chiconnect-bank-api-payout => Chimoney Developer AP-bank-api-payout}/public/vite.svg (100%) rename submissions/{chiconnect-bank-api-payout => Chimoney Developer AP-bank-api-payout}/src/App.jsx (100%) rename submissions/{chiconnect-bank-api-payout => Chimoney Developer AP-bank-api-payout}/src/assets/chimoney-logo.svg (100%) rename submissions/{chiconnect-bank-api-payout => Chimoney Developer AP-bank-api-payout}/src/index.css (100%) rename submissions/{chiconnect-bank-api-payout => Chimoney Developer AP-bank-api-payout}/src/main.jsx (100%) rename submissions/{chiconnect-bank-api-payout => Chimoney Developer AP-bank-api-payout}/src/service/fetchApi.js (100%) rename submissions/{chiconnect-bank-api-payout => Chimoney Developer AP-bank-api-payout}/tailwind.config.cjs (100%) rename submissions/{chiconnect-bank-api-payout => Chimoney Developer AP-bank-api-payout}/vite.config.js (100%) rename submissions/{chiconnect-giftcard-payout => Chimoney Developer AP-giftcard-payout}/.gitignore (100%) rename submissions/{chiconnect-giftcard-payout => Chimoney Developer AP-giftcard-payout}/README.md (96%) rename submissions/{chiconnect-giftcard-payout => Chimoney Developer AP-giftcard-payout}/index.html (100%) rename submissions/{chiconnect-giftcard-payout => Chimoney Developer AP-giftcard-payout}/package-lock.json (100%) rename submissions/{chiconnect-giftcard-payout => Chimoney Developer AP-giftcard-payout}/package.json (100%) rename submissions/{chiconnect-giftcard-payout => Chimoney Developer AP-giftcard-payout}/postcss.config.cjs (100%) rename submissions/{chiconnect-giftcard-payout => Chimoney Developer AP-giftcard-payout}/public/vite.svg (100%) rename submissions/{chiconnect-giftcard-payout => Chimoney Developer AP-giftcard-payout}/src/App.jsx (100%) rename submissions/{chiconnect-giftcard-payout => Chimoney Developer AP-giftcard-payout}/src/assets/chimoney-logo.svg (100%) rename submissions/{chiconnect-giftcard-payout => Chimoney Developer AP-giftcard-payout}/src/components/Giftcard.jsx (100%) rename submissions/{chiconnect-giftcard-payout => Chimoney Developer AP-giftcard-payout}/src/components/Giftcards.jsx (100%) rename submissions/{chiconnect-giftcard-payout => Chimoney Developer AP-giftcard-payout}/src/index.css (100%) rename submissions/{chiconnect-giftcard-payout => Chimoney Developer AP-giftcard-payout}/src/main.jsx (100%) rename submissions/{chiconnect-giftcard-payout => Chimoney Developer AP-giftcard-payout}/src/service/fetchApi.js (100%) rename submissions/{chiconnect-giftcard-payout => Chimoney Developer AP-giftcard-payout}/tailwind.config.cjs (100%) rename submissions/{chiconnect-giftcard-payout => Chimoney Developer AP-giftcard-payout}/vite.config.js (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/.editorconfig (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/.env.example (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/.gitattributes (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/.gitignore (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/Procfile (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/README.md (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/app/Console/Kernel.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/app/Exceptions/Handler.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/app/Http/Controllers/AccountController.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/app/Http/Controllers/Auth/AuthenticatedSessionController.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/app/Http/Controllers/Auth/ConfirmablePasswordController.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/app/Http/Controllers/Auth/EmailVerificationNotificationController.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/app/Http/Controllers/Auth/EmailVerificationPromptController.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/app/Http/Controllers/Auth/NewPasswordController.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/app/Http/Controllers/Auth/PasswordResetLinkController.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/app/Http/Controllers/Auth/RegisteredUserController.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/app/Http/Controllers/Auth/VerifyEmailController.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/app/Http/Controllers/Controller.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/app/Http/Controllers/PayoutController.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/app/Http/Controllers/ProfileController.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/app/Http/Kernel.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/app/Http/Livewire/Auth/RegisterUser.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/app/Http/Livewire/ProcessAirtime.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/app/Http/Livewire/ProcessBank.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/app/Http/Livewire/Username.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/app/Http/Middleware/Authenticate.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/app/Http/Middleware/EncryptCookies.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/app/Http/Middleware/PreventRequestsDuringMaintenance.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/app/Http/Middleware/RedirectIfAuthenticated.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/app/Http/Middleware/TrimStrings.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/app/Http/Middleware/TrustHosts.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/app/Http/Middleware/TrustProxies.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/app/Http/Middleware/ValidateSignature.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/app/Http/Middleware/VerifyCsrfToken.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/app/Http/Requests/Auth/LoginRequest.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/app/Models/Payout.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/app/Models/Transaction.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/app/Models/TransactionReference.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/app/Models/User.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/app/Providers/AppServiceProvider.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/app/Providers/AuthServiceProvider.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/app/Providers/BroadcastServiceProvider.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/app/Providers/EventServiceProvider.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/app/Providers/RouteServiceProvider.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/app/Support/Chiconnect/Account.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/app/Support/Chiconnect/Info.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/app/Support/Chiconnect/Payout.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/app/Support/Chiconnect/SubAccount.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/app/Support/Chiconnect/Wallet.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/app/Support/Helpers.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/app/View/Components/AppLayout.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/app/View/Components/GuestLayout.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/artisan (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/bootstrap/app.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/bootstrap/cache/.gitignore (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/composer.json (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/composer.lock (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/config/app.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/config/auth.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/config/broadcasting.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/config/cache.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/config/chimoney.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/config/cors.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/config/country_code.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/config/database.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/config/filesystems.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/config/hashing.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/config/logging.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/config/mail.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/config/queue.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/config/sanctum.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/config/services.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/config/session.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/config/view.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/database/.gitignore (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/database/factories/UserFactory.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/database/migrations/2014_10_12_000000_create_users_table.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/database/migrations/2014_10_12_100000_create_password_resets_table.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/database/migrations/2019_08_19_000000_create_failed_jobs_table.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/database/migrations/2022_10_17_080103_add_username_to_users_table.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/database/migrations/2022_10_17_194518_create_transactions_table.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/database/migrations/2022_10_20_180113_add_chi_wallet_id_to_users_table.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/database/migrations/2022_10_20_204612_create_payouts_table.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/database/migrations/2022_10_22_165728_create_transaction_references_table.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/database/migrations/2022_10_22_171931_alter_type_column_in_payouts_table.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/database/seeders/DatabaseSeeder.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/lang/en/auth.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/lang/en/pagination.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/lang/en/passwords.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/lang/en/validation.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/package-lock.json (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/package.json (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/phpunit.xml (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/postcss.config.js (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/public/.htaccess (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/public/favicon.ico (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/public/index.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/public/robots.txt (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/resources/css/app.css (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/resources/js/app.js (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/resources/js/bootstrap.js (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/resources/views/account/topup-user.blade.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/resources/views/auth/confirm-password.blade.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/resources/views/auth/forgot-password.blade.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/resources/views/auth/login.blade.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/resources/views/auth/register.blade.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/resources/views/auth/reset-password.blade.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/resources/views/auth/verify-email.blade.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/resources/views/components/application-logo.blade.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/resources/views/components/auth-card.blade.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/resources/views/components/auth-session-status.blade.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/resources/views/components/dropdown-link.blade.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/resources/views/components/dropdown.blade.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/resources/views/components/input-error.blade.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/resources/views/components/input-label.blade.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/resources/views/components/modal.blade.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/resources/views/components/nav-link.blade.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/resources/views/components/primary-button.blade.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/resources/views/components/responsive-nav-link.blade.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/resources/views/components/text-input.blade.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/resources/views/dashboard.blade.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/resources/views/layouts/app.blade.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/resources/views/layouts/guest.blade.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/resources/views/layouts/navigation.blade.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/resources/views/livewire/auth/register-user.blade.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/resources/views/livewire/process-airtime.blade.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/resources/views/livewire/process-bank.blade.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/resources/views/livewire/username.blade.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/resources/views/payout/airtime.blade.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/resources/views/payout/bank.blade.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/resources/views/payout/history.blade.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/resources/views/profile/index.blade.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/resources/views/profile/show.blade.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/resources/views/transfer/create.blade.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/resources/views/transfer/history.blade.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/resources/views/welcome.blade.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/routes/api.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/routes/auth.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/routes/channels.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/routes/console.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/routes/web.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/storage/app/.gitignore (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/storage/app/public/.gitignore (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/storage/framework/.gitignore (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/storage/framework/cache/.gitignore (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/storage/framework/cache/data/.gitignore (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/storage/framework/sessions/.gitignore (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/storage/framework/testing/.gitignore (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/storage/framework/views/.gitignore (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/tailwind.config.js (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/tests/CreatesApplication.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/tests/Feature/Auth/AuthenticationTest.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/tests/Feature/Auth/EmailVerificationTest.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/tests/Feature/Auth/PasswordConfirmationTest.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/tests/Feature/Auth/PasswordResetTest.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/tests/Feature/Auth/RegistrationTest.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/tests/Feature/ExampleTest.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/tests/TestCase.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/tests/Unit/ExampleTest.php (100%) rename submissions/{chiconnect-laravel-web-app => Chimoney Developer AP-laravel-web-app}/vite.config.js (100%) rename submissions/{chiconnect-mobile-money-payout => Chimoney Developer AP-mobile-money-payout}/.gitignore (100%) rename submissions/{chiconnect-mobile-money-payout => Chimoney Developer AP-mobile-money-payout}/README.md (95%) rename submissions/{chiconnect-mobile-money-payout => Chimoney Developer AP-mobile-money-payout}/index.html (100%) rename submissions/{chiconnect-mobile-money-payout => Chimoney Developer AP-mobile-money-payout}/package-lock.json (100%) rename submissions/{chiconnect-mobile-money-payout => Chimoney Developer AP-mobile-money-payout}/package.json (100%) rename submissions/{chiconnect-mobile-money-payout => Chimoney Developer AP-mobile-money-payout}/postcss.config.cjs (100%) rename submissions/{chiconnect-mobile-money-payout => Chimoney Developer AP-mobile-money-payout}/public/vite.svg (100%) rename submissions/{chiconnect-mobile-money-payout => Chimoney Developer AP-mobile-money-payout}/src/App.jsx (100%) rename submissions/{chiconnect-mobile-money-payout => Chimoney Developer AP-mobile-money-payout}/src/assets/chimoney-logo.svg (100%) rename submissions/{chiconnect-mobile-money-payout => Chimoney Developer AP-mobile-money-payout}/src/assets/desktop-preview.png (100%) rename submissions/{chiconnect-mobile-money-payout => Chimoney Developer AP-mobile-money-payout}/src/index.css (100%) rename submissions/{chiconnect-mobile-money-payout => Chimoney Developer AP-mobile-money-payout}/src/main.jsx (100%) rename submissions/{chiconnect-mobile-money-payout => Chimoney Developer AP-mobile-money-payout}/src/service/fetchApi.js (100%) rename submissions/{chiconnect-mobile-money-payout => Chimoney Developer AP-mobile-money-payout}/tailwind.config.cjs (100%) rename submissions/{chiconnect-mobile-money-payout => Chimoney Developer AP-mobile-money-payout}/vite.config.js (100%) rename submissions/{chiconnect_dev_article => Chimoney Developer AP_dev_article}/README.md (100%) diff --git a/submissions/chiconnect-bank-api-payout/.gitignore b/submissions/Chimoney Developer AP-bank-api-payout/.gitignore similarity index 100% rename from submissions/chiconnect-bank-api-payout/.gitignore rename to submissions/Chimoney Developer AP-bank-api-payout/.gitignore diff --git a/submissions/chiconnect-bank-api-payout/README.md b/submissions/Chimoney Developer AP-bank-api-payout/README.md similarity index 96% rename from submissions/chiconnect-bank-api-payout/README.md rename to submissions/Chimoney Developer AP-bank-api-payout/README.md index c6ded19c..ec610e18 100644 --- a/submissions/chiconnect-bank-api-payout/README.md +++ b/submissions/Chimoney Developer AP-bank-api-payout/README.md @@ -1,4 +1,4 @@ -# Chiconnect bank-api-payout +# Chimoney Developer API bank-api-payout A mini project to demonstrate integration of Chiconnect bank api payout using React framework. ## Setup diff --git a/submissions/chiconnect-bank-api-payout/index.html b/submissions/Chimoney Developer AP-bank-api-payout/index.html similarity index 100% rename from submissions/chiconnect-bank-api-payout/index.html rename to submissions/Chimoney Developer AP-bank-api-payout/index.html diff --git a/submissions/chiconnect-bank-api-payout/package-lock.json b/submissions/Chimoney Developer AP-bank-api-payout/package-lock.json similarity index 100% rename from submissions/chiconnect-bank-api-payout/package-lock.json rename to submissions/Chimoney Developer AP-bank-api-payout/package-lock.json diff --git a/submissions/chiconnect-bank-api-payout/package.json b/submissions/Chimoney Developer AP-bank-api-payout/package.json similarity index 100% rename from submissions/chiconnect-bank-api-payout/package.json rename to submissions/Chimoney Developer AP-bank-api-payout/package.json diff --git a/submissions/chiconnect-bank-api-payout/postcss.config.cjs b/submissions/Chimoney Developer AP-bank-api-payout/postcss.config.cjs similarity index 100% rename from submissions/chiconnect-bank-api-payout/postcss.config.cjs rename to submissions/Chimoney Developer AP-bank-api-payout/postcss.config.cjs diff --git a/submissions/chiconnect-bank-api-payout/public/vite.svg b/submissions/Chimoney Developer AP-bank-api-payout/public/vite.svg similarity index 100% rename from submissions/chiconnect-bank-api-payout/public/vite.svg rename to submissions/Chimoney Developer AP-bank-api-payout/public/vite.svg diff --git a/submissions/chiconnect-bank-api-payout/src/App.jsx b/submissions/Chimoney Developer AP-bank-api-payout/src/App.jsx similarity index 100% rename from submissions/chiconnect-bank-api-payout/src/App.jsx rename to submissions/Chimoney Developer AP-bank-api-payout/src/App.jsx diff --git a/submissions/chiconnect-bank-api-payout/src/assets/chimoney-logo.svg b/submissions/Chimoney Developer AP-bank-api-payout/src/assets/chimoney-logo.svg similarity index 100% rename from submissions/chiconnect-bank-api-payout/src/assets/chimoney-logo.svg rename to submissions/Chimoney Developer AP-bank-api-payout/src/assets/chimoney-logo.svg diff --git a/submissions/chiconnect-bank-api-payout/src/index.css b/submissions/Chimoney Developer AP-bank-api-payout/src/index.css similarity index 100% rename from submissions/chiconnect-bank-api-payout/src/index.css rename to submissions/Chimoney Developer AP-bank-api-payout/src/index.css diff --git a/submissions/chiconnect-bank-api-payout/src/main.jsx b/submissions/Chimoney Developer AP-bank-api-payout/src/main.jsx similarity index 100% rename from submissions/chiconnect-bank-api-payout/src/main.jsx rename to submissions/Chimoney Developer AP-bank-api-payout/src/main.jsx diff --git a/submissions/chiconnect-bank-api-payout/src/service/fetchApi.js b/submissions/Chimoney Developer AP-bank-api-payout/src/service/fetchApi.js similarity index 100% rename from submissions/chiconnect-bank-api-payout/src/service/fetchApi.js rename to submissions/Chimoney Developer AP-bank-api-payout/src/service/fetchApi.js diff --git a/submissions/chiconnect-bank-api-payout/tailwind.config.cjs b/submissions/Chimoney Developer AP-bank-api-payout/tailwind.config.cjs similarity index 100% rename from submissions/chiconnect-bank-api-payout/tailwind.config.cjs rename to submissions/Chimoney Developer AP-bank-api-payout/tailwind.config.cjs diff --git a/submissions/chiconnect-bank-api-payout/vite.config.js b/submissions/Chimoney Developer AP-bank-api-payout/vite.config.js similarity index 100% rename from submissions/chiconnect-bank-api-payout/vite.config.js rename to submissions/Chimoney Developer AP-bank-api-payout/vite.config.js diff --git a/submissions/chiconnect-giftcard-payout/.gitignore b/submissions/Chimoney Developer AP-giftcard-payout/.gitignore similarity index 100% rename from submissions/chiconnect-giftcard-payout/.gitignore rename to submissions/Chimoney Developer AP-giftcard-payout/.gitignore diff --git a/submissions/chiconnect-giftcard-payout/README.md b/submissions/Chimoney Developer AP-giftcard-payout/README.md similarity index 96% rename from submissions/chiconnect-giftcard-payout/README.md rename to submissions/Chimoney Developer AP-giftcard-payout/README.md index 10d8b15d..aed09605 100644 --- a/submissions/chiconnect-giftcard-payout/README.md +++ b/submissions/Chimoney Developer AP-giftcard-payout/README.md @@ -1,4 +1,4 @@ -# Chiconnect giftcard payout +# Chimoney Developer API giftcard payout A mini project to demonstrate integration of Chiconnect giftcard payout using React framework. ## Setup diff --git a/submissions/chiconnect-giftcard-payout/index.html b/submissions/Chimoney Developer AP-giftcard-payout/index.html similarity index 100% rename from submissions/chiconnect-giftcard-payout/index.html rename to submissions/Chimoney Developer AP-giftcard-payout/index.html diff --git a/submissions/chiconnect-giftcard-payout/package-lock.json b/submissions/Chimoney Developer AP-giftcard-payout/package-lock.json similarity index 100% rename from submissions/chiconnect-giftcard-payout/package-lock.json rename to submissions/Chimoney Developer AP-giftcard-payout/package-lock.json diff --git a/submissions/chiconnect-giftcard-payout/package.json b/submissions/Chimoney Developer AP-giftcard-payout/package.json similarity index 100% rename from submissions/chiconnect-giftcard-payout/package.json rename to submissions/Chimoney Developer AP-giftcard-payout/package.json diff --git a/submissions/chiconnect-giftcard-payout/postcss.config.cjs b/submissions/Chimoney Developer AP-giftcard-payout/postcss.config.cjs similarity index 100% rename from submissions/chiconnect-giftcard-payout/postcss.config.cjs rename to submissions/Chimoney Developer AP-giftcard-payout/postcss.config.cjs diff --git a/submissions/chiconnect-giftcard-payout/public/vite.svg b/submissions/Chimoney Developer AP-giftcard-payout/public/vite.svg similarity index 100% rename from submissions/chiconnect-giftcard-payout/public/vite.svg rename to submissions/Chimoney Developer AP-giftcard-payout/public/vite.svg diff --git a/submissions/chiconnect-giftcard-payout/src/App.jsx b/submissions/Chimoney Developer AP-giftcard-payout/src/App.jsx similarity index 100% rename from submissions/chiconnect-giftcard-payout/src/App.jsx rename to submissions/Chimoney Developer AP-giftcard-payout/src/App.jsx diff --git a/submissions/chiconnect-giftcard-payout/src/assets/chimoney-logo.svg b/submissions/Chimoney Developer AP-giftcard-payout/src/assets/chimoney-logo.svg similarity index 100% rename from submissions/chiconnect-giftcard-payout/src/assets/chimoney-logo.svg rename to submissions/Chimoney Developer AP-giftcard-payout/src/assets/chimoney-logo.svg diff --git a/submissions/chiconnect-giftcard-payout/src/components/Giftcard.jsx b/submissions/Chimoney Developer AP-giftcard-payout/src/components/Giftcard.jsx similarity index 100% rename from submissions/chiconnect-giftcard-payout/src/components/Giftcard.jsx rename to submissions/Chimoney Developer AP-giftcard-payout/src/components/Giftcard.jsx diff --git a/submissions/chiconnect-giftcard-payout/src/components/Giftcards.jsx b/submissions/Chimoney Developer AP-giftcard-payout/src/components/Giftcards.jsx similarity index 100% rename from submissions/chiconnect-giftcard-payout/src/components/Giftcards.jsx rename to submissions/Chimoney Developer AP-giftcard-payout/src/components/Giftcards.jsx diff --git a/submissions/chiconnect-giftcard-payout/src/index.css b/submissions/Chimoney Developer AP-giftcard-payout/src/index.css similarity index 100% rename from submissions/chiconnect-giftcard-payout/src/index.css rename to submissions/Chimoney Developer AP-giftcard-payout/src/index.css diff --git a/submissions/chiconnect-giftcard-payout/src/main.jsx b/submissions/Chimoney Developer AP-giftcard-payout/src/main.jsx similarity index 100% rename from submissions/chiconnect-giftcard-payout/src/main.jsx rename to submissions/Chimoney Developer AP-giftcard-payout/src/main.jsx diff --git a/submissions/chiconnect-giftcard-payout/src/service/fetchApi.js b/submissions/Chimoney Developer AP-giftcard-payout/src/service/fetchApi.js similarity index 100% rename from submissions/chiconnect-giftcard-payout/src/service/fetchApi.js rename to submissions/Chimoney Developer AP-giftcard-payout/src/service/fetchApi.js diff --git a/submissions/chiconnect-giftcard-payout/tailwind.config.cjs b/submissions/Chimoney Developer AP-giftcard-payout/tailwind.config.cjs similarity index 100% rename from submissions/chiconnect-giftcard-payout/tailwind.config.cjs rename to submissions/Chimoney Developer AP-giftcard-payout/tailwind.config.cjs diff --git a/submissions/chiconnect-giftcard-payout/vite.config.js b/submissions/Chimoney Developer AP-giftcard-payout/vite.config.js similarity index 100% rename from submissions/chiconnect-giftcard-payout/vite.config.js rename to submissions/Chimoney Developer AP-giftcard-payout/vite.config.js diff --git a/submissions/chiconnect-laravel-web-app/.editorconfig b/submissions/Chimoney Developer AP-laravel-web-app/.editorconfig similarity index 100% rename from submissions/chiconnect-laravel-web-app/.editorconfig rename to submissions/Chimoney Developer AP-laravel-web-app/.editorconfig diff --git a/submissions/chiconnect-laravel-web-app/.env.example b/submissions/Chimoney Developer AP-laravel-web-app/.env.example similarity index 100% rename from submissions/chiconnect-laravel-web-app/.env.example rename to submissions/Chimoney Developer AP-laravel-web-app/.env.example diff --git a/submissions/chiconnect-laravel-web-app/.gitattributes b/submissions/Chimoney Developer AP-laravel-web-app/.gitattributes similarity index 100% rename from submissions/chiconnect-laravel-web-app/.gitattributes rename to submissions/Chimoney Developer AP-laravel-web-app/.gitattributes diff --git a/submissions/chiconnect-laravel-web-app/.gitignore b/submissions/Chimoney Developer AP-laravel-web-app/.gitignore similarity index 100% rename from submissions/chiconnect-laravel-web-app/.gitignore rename to submissions/Chimoney Developer AP-laravel-web-app/.gitignore diff --git a/submissions/chiconnect-laravel-web-app/Procfile b/submissions/Chimoney Developer AP-laravel-web-app/Procfile similarity index 100% rename from submissions/chiconnect-laravel-web-app/Procfile rename to submissions/Chimoney Developer AP-laravel-web-app/Procfile diff --git a/submissions/chiconnect-laravel-web-app/README.md b/submissions/Chimoney Developer AP-laravel-web-app/README.md similarity index 100% rename from submissions/chiconnect-laravel-web-app/README.md rename to submissions/Chimoney Developer AP-laravel-web-app/README.md diff --git a/submissions/chiconnect-laravel-web-app/app/Console/Kernel.php b/submissions/Chimoney Developer AP-laravel-web-app/app/Console/Kernel.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/app/Console/Kernel.php rename to submissions/Chimoney Developer AP-laravel-web-app/app/Console/Kernel.php diff --git a/submissions/chiconnect-laravel-web-app/app/Exceptions/Handler.php b/submissions/Chimoney Developer AP-laravel-web-app/app/Exceptions/Handler.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/app/Exceptions/Handler.php rename to submissions/Chimoney Developer AP-laravel-web-app/app/Exceptions/Handler.php diff --git a/submissions/chiconnect-laravel-web-app/app/Http/Controllers/AccountController.php b/submissions/Chimoney Developer AP-laravel-web-app/app/Http/Controllers/AccountController.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/app/Http/Controllers/AccountController.php rename to submissions/Chimoney Developer AP-laravel-web-app/app/Http/Controllers/AccountController.php diff --git a/submissions/chiconnect-laravel-web-app/app/Http/Controllers/Auth/AuthenticatedSessionController.php b/submissions/Chimoney Developer AP-laravel-web-app/app/Http/Controllers/Auth/AuthenticatedSessionController.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/app/Http/Controllers/Auth/AuthenticatedSessionController.php rename to submissions/Chimoney Developer AP-laravel-web-app/app/Http/Controllers/Auth/AuthenticatedSessionController.php diff --git a/submissions/chiconnect-laravel-web-app/app/Http/Controllers/Auth/ConfirmablePasswordController.php b/submissions/Chimoney Developer AP-laravel-web-app/app/Http/Controllers/Auth/ConfirmablePasswordController.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/app/Http/Controllers/Auth/ConfirmablePasswordController.php rename to submissions/Chimoney Developer AP-laravel-web-app/app/Http/Controllers/Auth/ConfirmablePasswordController.php diff --git a/submissions/chiconnect-laravel-web-app/app/Http/Controllers/Auth/EmailVerificationNotificationController.php b/submissions/Chimoney Developer AP-laravel-web-app/app/Http/Controllers/Auth/EmailVerificationNotificationController.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/app/Http/Controllers/Auth/EmailVerificationNotificationController.php rename to submissions/Chimoney Developer AP-laravel-web-app/app/Http/Controllers/Auth/EmailVerificationNotificationController.php diff --git a/submissions/chiconnect-laravel-web-app/app/Http/Controllers/Auth/EmailVerificationPromptController.php b/submissions/Chimoney Developer AP-laravel-web-app/app/Http/Controllers/Auth/EmailVerificationPromptController.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/app/Http/Controllers/Auth/EmailVerificationPromptController.php rename to submissions/Chimoney Developer AP-laravel-web-app/app/Http/Controllers/Auth/EmailVerificationPromptController.php diff --git a/submissions/chiconnect-laravel-web-app/app/Http/Controllers/Auth/NewPasswordController.php b/submissions/Chimoney Developer AP-laravel-web-app/app/Http/Controllers/Auth/NewPasswordController.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/app/Http/Controllers/Auth/NewPasswordController.php rename to submissions/Chimoney Developer AP-laravel-web-app/app/Http/Controllers/Auth/NewPasswordController.php diff --git a/submissions/chiconnect-laravel-web-app/app/Http/Controllers/Auth/PasswordResetLinkController.php b/submissions/Chimoney Developer AP-laravel-web-app/app/Http/Controllers/Auth/PasswordResetLinkController.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/app/Http/Controllers/Auth/PasswordResetLinkController.php rename to submissions/Chimoney Developer AP-laravel-web-app/app/Http/Controllers/Auth/PasswordResetLinkController.php diff --git a/submissions/chiconnect-laravel-web-app/app/Http/Controllers/Auth/RegisteredUserController.php b/submissions/Chimoney Developer AP-laravel-web-app/app/Http/Controllers/Auth/RegisteredUserController.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/app/Http/Controllers/Auth/RegisteredUserController.php rename to submissions/Chimoney Developer AP-laravel-web-app/app/Http/Controllers/Auth/RegisteredUserController.php diff --git a/submissions/chiconnect-laravel-web-app/app/Http/Controllers/Auth/VerifyEmailController.php b/submissions/Chimoney Developer AP-laravel-web-app/app/Http/Controllers/Auth/VerifyEmailController.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/app/Http/Controllers/Auth/VerifyEmailController.php rename to submissions/Chimoney Developer AP-laravel-web-app/app/Http/Controllers/Auth/VerifyEmailController.php diff --git a/submissions/chiconnect-laravel-web-app/app/Http/Controllers/Controller.php b/submissions/Chimoney Developer AP-laravel-web-app/app/Http/Controllers/Controller.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/app/Http/Controllers/Controller.php rename to submissions/Chimoney Developer AP-laravel-web-app/app/Http/Controllers/Controller.php diff --git a/submissions/chiconnect-laravel-web-app/app/Http/Controllers/PayoutController.php b/submissions/Chimoney Developer AP-laravel-web-app/app/Http/Controllers/PayoutController.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/app/Http/Controllers/PayoutController.php rename to submissions/Chimoney Developer AP-laravel-web-app/app/Http/Controllers/PayoutController.php diff --git a/submissions/chiconnect-laravel-web-app/app/Http/Controllers/ProfileController.php b/submissions/Chimoney Developer AP-laravel-web-app/app/Http/Controllers/ProfileController.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/app/Http/Controllers/ProfileController.php rename to submissions/Chimoney Developer AP-laravel-web-app/app/Http/Controllers/ProfileController.php diff --git a/submissions/chiconnect-laravel-web-app/app/Http/Kernel.php b/submissions/Chimoney Developer AP-laravel-web-app/app/Http/Kernel.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/app/Http/Kernel.php rename to submissions/Chimoney Developer AP-laravel-web-app/app/Http/Kernel.php diff --git a/submissions/chiconnect-laravel-web-app/app/Http/Livewire/Auth/RegisterUser.php b/submissions/Chimoney Developer AP-laravel-web-app/app/Http/Livewire/Auth/RegisterUser.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/app/Http/Livewire/Auth/RegisterUser.php rename to submissions/Chimoney Developer AP-laravel-web-app/app/Http/Livewire/Auth/RegisterUser.php diff --git a/submissions/chiconnect-laravel-web-app/app/Http/Livewire/ProcessAirtime.php b/submissions/Chimoney Developer AP-laravel-web-app/app/Http/Livewire/ProcessAirtime.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/app/Http/Livewire/ProcessAirtime.php rename to submissions/Chimoney Developer AP-laravel-web-app/app/Http/Livewire/ProcessAirtime.php diff --git a/submissions/chiconnect-laravel-web-app/app/Http/Livewire/ProcessBank.php b/submissions/Chimoney Developer AP-laravel-web-app/app/Http/Livewire/ProcessBank.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/app/Http/Livewire/ProcessBank.php rename to submissions/Chimoney Developer AP-laravel-web-app/app/Http/Livewire/ProcessBank.php diff --git a/submissions/chiconnect-laravel-web-app/app/Http/Livewire/Username.php b/submissions/Chimoney Developer AP-laravel-web-app/app/Http/Livewire/Username.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/app/Http/Livewire/Username.php rename to submissions/Chimoney Developer AP-laravel-web-app/app/Http/Livewire/Username.php diff --git a/submissions/chiconnect-laravel-web-app/app/Http/Middleware/Authenticate.php b/submissions/Chimoney Developer AP-laravel-web-app/app/Http/Middleware/Authenticate.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/app/Http/Middleware/Authenticate.php rename to submissions/Chimoney Developer AP-laravel-web-app/app/Http/Middleware/Authenticate.php diff --git a/submissions/chiconnect-laravel-web-app/app/Http/Middleware/EncryptCookies.php b/submissions/Chimoney Developer AP-laravel-web-app/app/Http/Middleware/EncryptCookies.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/app/Http/Middleware/EncryptCookies.php rename to submissions/Chimoney Developer AP-laravel-web-app/app/Http/Middleware/EncryptCookies.php diff --git a/submissions/chiconnect-laravel-web-app/app/Http/Middleware/PreventRequestsDuringMaintenance.php b/submissions/Chimoney Developer AP-laravel-web-app/app/Http/Middleware/PreventRequestsDuringMaintenance.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/app/Http/Middleware/PreventRequestsDuringMaintenance.php rename to submissions/Chimoney Developer AP-laravel-web-app/app/Http/Middleware/PreventRequestsDuringMaintenance.php diff --git a/submissions/chiconnect-laravel-web-app/app/Http/Middleware/RedirectIfAuthenticated.php b/submissions/Chimoney Developer AP-laravel-web-app/app/Http/Middleware/RedirectIfAuthenticated.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/app/Http/Middleware/RedirectIfAuthenticated.php rename to submissions/Chimoney Developer AP-laravel-web-app/app/Http/Middleware/RedirectIfAuthenticated.php diff --git a/submissions/chiconnect-laravel-web-app/app/Http/Middleware/TrimStrings.php b/submissions/Chimoney Developer AP-laravel-web-app/app/Http/Middleware/TrimStrings.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/app/Http/Middleware/TrimStrings.php rename to submissions/Chimoney Developer AP-laravel-web-app/app/Http/Middleware/TrimStrings.php diff --git a/submissions/chiconnect-laravel-web-app/app/Http/Middleware/TrustHosts.php b/submissions/Chimoney Developer AP-laravel-web-app/app/Http/Middleware/TrustHosts.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/app/Http/Middleware/TrustHosts.php rename to submissions/Chimoney Developer AP-laravel-web-app/app/Http/Middleware/TrustHosts.php diff --git a/submissions/chiconnect-laravel-web-app/app/Http/Middleware/TrustProxies.php b/submissions/Chimoney Developer AP-laravel-web-app/app/Http/Middleware/TrustProxies.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/app/Http/Middleware/TrustProxies.php rename to submissions/Chimoney Developer AP-laravel-web-app/app/Http/Middleware/TrustProxies.php diff --git a/submissions/chiconnect-laravel-web-app/app/Http/Middleware/ValidateSignature.php b/submissions/Chimoney Developer AP-laravel-web-app/app/Http/Middleware/ValidateSignature.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/app/Http/Middleware/ValidateSignature.php rename to submissions/Chimoney Developer AP-laravel-web-app/app/Http/Middleware/ValidateSignature.php diff --git a/submissions/chiconnect-laravel-web-app/app/Http/Middleware/VerifyCsrfToken.php b/submissions/Chimoney Developer AP-laravel-web-app/app/Http/Middleware/VerifyCsrfToken.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/app/Http/Middleware/VerifyCsrfToken.php rename to submissions/Chimoney Developer AP-laravel-web-app/app/Http/Middleware/VerifyCsrfToken.php diff --git a/submissions/chiconnect-laravel-web-app/app/Http/Requests/Auth/LoginRequest.php b/submissions/Chimoney Developer AP-laravel-web-app/app/Http/Requests/Auth/LoginRequest.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/app/Http/Requests/Auth/LoginRequest.php rename to submissions/Chimoney Developer AP-laravel-web-app/app/Http/Requests/Auth/LoginRequest.php diff --git a/submissions/chiconnect-laravel-web-app/app/Models/Payout.php b/submissions/Chimoney Developer AP-laravel-web-app/app/Models/Payout.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/app/Models/Payout.php rename to submissions/Chimoney Developer AP-laravel-web-app/app/Models/Payout.php diff --git a/submissions/chiconnect-laravel-web-app/app/Models/Transaction.php b/submissions/Chimoney Developer AP-laravel-web-app/app/Models/Transaction.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/app/Models/Transaction.php rename to submissions/Chimoney Developer AP-laravel-web-app/app/Models/Transaction.php diff --git a/submissions/chiconnect-laravel-web-app/app/Models/TransactionReference.php b/submissions/Chimoney Developer AP-laravel-web-app/app/Models/TransactionReference.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/app/Models/TransactionReference.php rename to submissions/Chimoney Developer AP-laravel-web-app/app/Models/TransactionReference.php diff --git a/submissions/chiconnect-laravel-web-app/app/Models/User.php b/submissions/Chimoney Developer AP-laravel-web-app/app/Models/User.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/app/Models/User.php rename to submissions/Chimoney Developer AP-laravel-web-app/app/Models/User.php diff --git a/submissions/chiconnect-laravel-web-app/app/Providers/AppServiceProvider.php b/submissions/Chimoney Developer AP-laravel-web-app/app/Providers/AppServiceProvider.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/app/Providers/AppServiceProvider.php rename to submissions/Chimoney Developer AP-laravel-web-app/app/Providers/AppServiceProvider.php diff --git a/submissions/chiconnect-laravel-web-app/app/Providers/AuthServiceProvider.php b/submissions/Chimoney Developer AP-laravel-web-app/app/Providers/AuthServiceProvider.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/app/Providers/AuthServiceProvider.php rename to submissions/Chimoney Developer AP-laravel-web-app/app/Providers/AuthServiceProvider.php diff --git a/submissions/chiconnect-laravel-web-app/app/Providers/BroadcastServiceProvider.php b/submissions/Chimoney Developer AP-laravel-web-app/app/Providers/BroadcastServiceProvider.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/app/Providers/BroadcastServiceProvider.php rename to submissions/Chimoney Developer AP-laravel-web-app/app/Providers/BroadcastServiceProvider.php diff --git a/submissions/chiconnect-laravel-web-app/app/Providers/EventServiceProvider.php b/submissions/Chimoney Developer AP-laravel-web-app/app/Providers/EventServiceProvider.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/app/Providers/EventServiceProvider.php rename to submissions/Chimoney Developer AP-laravel-web-app/app/Providers/EventServiceProvider.php diff --git a/submissions/chiconnect-laravel-web-app/app/Providers/RouteServiceProvider.php b/submissions/Chimoney Developer AP-laravel-web-app/app/Providers/RouteServiceProvider.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/app/Providers/RouteServiceProvider.php rename to submissions/Chimoney Developer AP-laravel-web-app/app/Providers/RouteServiceProvider.php diff --git a/submissions/chiconnect-laravel-web-app/app/Support/Chiconnect/Account.php b/submissions/Chimoney Developer AP-laravel-web-app/app/Support/Chiconnect/Account.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/app/Support/Chiconnect/Account.php rename to submissions/Chimoney Developer AP-laravel-web-app/app/Support/Chiconnect/Account.php diff --git a/submissions/chiconnect-laravel-web-app/app/Support/Chiconnect/Info.php b/submissions/Chimoney Developer AP-laravel-web-app/app/Support/Chiconnect/Info.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/app/Support/Chiconnect/Info.php rename to submissions/Chimoney Developer AP-laravel-web-app/app/Support/Chiconnect/Info.php diff --git a/submissions/chiconnect-laravel-web-app/app/Support/Chiconnect/Payout.php b/submissions/Chimoney Developer AP-laravel-web-app/app/Support/Chiconnect/Payout.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/app/Support/Chiconnect/Payout.php rename to submissions/Chimoney Developer AP-laravel-web-app/app/Support/Chiconnect/Payout.php diff --git a/submissions/chiconnect-laravel-web-app/app/Support/Chiconnect/SubAccount.php b/submissions/Chimoney Developer AP-laravel-web-app/app/Support/Chiconnect/SubAccount.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/app/Support/Chiconnect/SubAccount.php rename to submissions/Chimoney Developer AP-laravel-web-app/app/Support/Chiconnect/SubAccount.php diff --git a/submissions/chiconnect-laravel-web-app/app/Support/Chiconnect/Wallet.php b/submissions/Chimoney Developer AP-laravel-web-app/app/Support/Chiconnect/Wallet.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/app/Support/Chiconnect/Wallet.php rename to submissions/Chimoney Developer AP-laravel-web-app/app/Support/Chiconnect/Wallet.php diff --git a/submissions/chiconnect-laravel-web-app/app/Support/Helpers.php b/submissions/Chimoney Developer AP-laravel-web-app/app/Support/Helpers.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/app/Support/Helpers.php rename to submissions/Chimoney Developer AP-laravel-web-app/app/Support/Helpers.php diff --git a/submissions/chiconnect-laravel-web-app/app/View/Components/AppLayout.php b/submissions/Chimoney Developer AP-laravel-web-app/app/View/Components/AppLayout.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/app/View/Components/AppLayout.php rename to submissions/Chimoney Developer AP-laravel-web-app/app/View/Components/AppLayout.php diff --git a/submissions/chiconnect-laravel-web-app/app/View/Components/GuestLayout.php b/submissions/Chimoney Developer AP-laravel-web-app/app/View/Components/GuestLayout.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/app/View/Components/GuestLayout.php rename to submissions/Chimoney Developer AP-laravel-web-app/app/View/Components/GuestLayout.php diff --git a/submissions/chiconnect-laravel-web-app/artisan b/submissions/Chimoney Developer AP-laravel-web-app/artisan similarity index 100% rename from submissions/chiconnect-laravel-web-app/artisan rename to submissions/Chimoney Developer AP-laravel-web-app/artisan diff --git a/submissions/chiconnect-laravel-web-app/bootstrap/app.php b/submissions/Chimoney Developer AP-laravel-web-app/bootstrap/app.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/bootstrap/app.php rename to submissions/Chimoney Developer AP-laravel-web-app/bootstrap/app.php diff --git a/submissions/chiconnect-laravel-web-app/bootstrap/cache/.gitignore b/submissions/Chimoney Developer AP-laravel-web-app/bootstrap/cache/.gitignore similarity index 100% rename from submissions/chiconnect-laravel-web-app/bootstrap/cache/.gitignore rename to submissions/Chimoney Developer AP-laravel-web-app/bootstrap/cache/.gitignore diff --git a/submissions/chiconnect-laravel-web-app/composer.json b/submissions/Chimoney Developer AP-laravel-web-app/composer.json similarity index 100% rename from submissions/chiconnect-laravel-web-app/composer.json rename to submissions/Chimoney Developer AP-laravel-web-app/composer.json diff --git a/submissions/chiconnect-laravel-web-app/composer.lock b/submissions/Chimoney Developer AP-laravel-web-app/composer.lock similarity index 100% rename from submissions/chiconnect-laravel-web-app/composer.lock rename to submissions/Chimoney Developer AP-laravel-web-app/composer.lock diff --git a/submissions/chiconnect-laravel-web-app/config/app.php b/submissions/Chimoney Developer AP-laravel-web-app/config/app.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/config/app.php rename to submissions/Chimoney Developer AP-laravel-web-app/config/app.php diff --git a/submissions/chiconnect-laravel-web-app/config/auth.php b/submissions/Chimoney Developer AP-laravel-web-app/config/auth.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/config/auth.php rename to submissions/Chimoney Developer AP-laravel-web-app/config/auth.php diff --git a/submissions/chiconnect-laravel-web-app/config/broadcasting.php b/submissions/Chimoney Developer AP-laravel-web-app/config/broadcasting.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/config/broadcasting.php rename to submissions/Chimoney Developer AP-laravel-web-app/config/broadcasting.php diff --git a/submissions/chiconnect-laravel-web-app/config/cache.php b/submissions/Chimoney Developer AP-laravel-web-app/config/cache.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/config/cache.php rename to submissions/Chimoney Developer AP-laravel-web-app/config/cache.php diff --git a/submissions/chiconnect-laravel-web-app/config/chimoney.php b/submissions/Chimoney Developer AP-laravel-web-app/config/chimoney.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/config/chimoney.php rename to submissions/Chimoney Developer AP-laravel-web-app/config/chimoney.php diff --git a/submissions/chiconnect-laravel-web-app/config/cors.php b/submissions/Chimoney Developer AP-laravel-web-app/config/cors.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/config/cors.php rename to submissions/Chimoney Developer AP-laravel-web-app/config/cors.php diff --git a/submissions/chiconnect-laravel-web-app/config/country_code.php b/submissions/Chimoney Developer AP-laravel-web-app/config/country_code.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/config/country_code.php rename to submissions/Chimoney Developer AP-laravel-web-app/config/country_code.php diff --git a/submissions/chiconnect-laravel-web-app/config/database.php b/submissions/Chimoney Developer AP-laravel-web-app/config/database.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/config/database.php rename to submissions/Chimoney Developer AP-laravel-web-app/config/database.php diff --git a/submissions/chiconnect-laravel-web-app/config/filesystems.php b/submissions/Chimoney Developer AP-laravel-web-app/config/filesystems.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/config/filesystems.php rename to submissions/Chimoney Developer AP-laravel-web-app/config/filesystems.php diff --git a/submissions/chiconnect-laravel-web-app/config/hashing.php b/submissions/Chimoney Developer AP-laravel-web-app/config/hashing.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/config/hashing.php rename to submissions/Chimoney Developer AP-laravel-web-app/config/hashing.php diff --git a/submissions/chiconnect-laravel-web-app/config/logging.php b/submissions/Chimoney Developer AP-laravel-web-app/config/logging.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/config/logging.php rename to submissions/Chimoney Developer AP-laravel-web-app/config/logging.php diff --git a/submissions/chiconnect-laravel-web-app/config/mail.php b/submissions/Chimoney Developer AP-laravel-web-app/config/mail.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/config/mail.php rename to submissions/Chimoney Developer AP-laravel-web-app/config/mail.php diff --git a/submissions/chiconnect-laravel-web-app/config/queue.php b/submissions/Chimoney Developer AP-laravel-web-app/config/queue.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/config/queue.php rename to submissions/Chimoney Developer AP-laravel-web-app/config/queue.php diff --git a/submissions/chiconnect-laravel-web-app/config/sanctum.php b/submissions/Chimoney Developer AP-laravel-web-app/config/sanctum.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/config/sanctum.php rename to submissions/Chimoney Developer AP-laravel-web-app/config/sanctum.php diff --git a/submissions/chiconnect-laravel-web-app/config/services.php b/submissions/Chimoney Developer AP-laravel-web-app/config/services.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/config/services.php rename to submissions/Chimoney Developer AP-laravel-web-app/config/services.php diff --git a/submissions/chiconnect-laravel-web-app/config/session.php b/submissions/Chimoney Developer AP-laravel-web-app/config/session.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/config/session.php rename to submissions/Chimoney Developer AP-laravel-web-app/config/session.php diff --git a/submissions/chiconnect-laravel-web-app/config/view.php b/submissions/Chimoney Developer AP-laravel-web-app/config/view.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/config/view.php rename to submissions/Chimoney Developer AP-laravel-web-app/config/view.php diff --git a/submissions/chiconnect-laravel-web-app/database/.gitignore b/submissions/Chimoney Developer AP-laravel-web-app/database/.gitignore similarity index 100% rename from submissions/chiconnect-laravel-web-app/database/.gitignore rename to submissions/Chimoney Developer AP-laravel-web-app/database/.gitignore diff --git a/submissions/chiconnect-laravel-web-app/database/factories/UserFactory.php b/submissions/Chimoney Developer AP-laravel-web-app/database/factories/UserFactory.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/database/factories/UserFactory.php rename to submissions/Chimoney Developer AP-laravel-web-app/database/factories/UserFactory.php diff --git a/submissions/chiconnect-laravel-web-app/database/migrations/2014_10_12_000000_create_users_table.php b/submissions/Chimoney Developer AP-laravel-web-app/database/migrations/2014_10_12_000000_create_users_table.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/database/migrations/2014_10_12_000000_create_users_table.php rename to submissions/Chimoney Developer AP-laravel-web-app/database/migrations/2014_10_12_000000_create_users_table.php diff --git a/submissions/chiconnect-laravel-web-app/database/migrations/2014_10_12_100000_create_password_resets_table.php b/submissions/Chimoney Developer AP-laravel-web-app/database/migrations/2014_10_12_100000_create_password_resets_table.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/database/migrations/2014_10_12_100000_create_password_resets_table.php rename to submissions/Chimoney Developer AP-laravel-web-app/database/migrations/2014_10_12_100000_create_password_resets_table.php diff --git a/submissions/chiconnect-laravel-web-app/database/migrations/2019_08_19_000000_create_failed_jobs_table.php b/submissions/Chimoney Developer AP-laravel-web-app/database/migrations/2019_08_19_000000_create_failed_jobs_table.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/database/migrations/2019_08_19_000000_create_failed_jobs_table.php rename to submissions/Chimoney Developer AP-laravel-web-app/database/migrations/2019_08_19_000000_create_failed_jobs_table.php diff --git a/submissions/chiconnect-laravel-web-app/database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php b/submissions/Chimoney Developer AP-laravel-web-app/database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php rename to submissions/Chimoney Developer AP-laravel-web-app/database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php diff --git a/submissions/chiconnect-laravel-web-app/database/migrations/2022_10_17_080103_add_username_to_users_table.php b/submissions/Chimoney Developer AP-laravel-web-app/database/migrations/2022_10_17_080103_add_username_to_users_table.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/database/migrations/2022_10_17_080103_add_username_to_users_table.php rename to submissions/Chimoney Developer AP-laravel-web-app/database/migrations/2022_10_17_080103_add_username_to_users_table.php diff --git a/submissions/chiconnect-laravel-web-app/database/migrations/2022_10_17_194518_create_transactions_table.php b/submissions/Chimoney Developer AP-laravel-web-app/database/migrations/2022_10_17_194518_create_transactions_table.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/database/migrations/2022_10_17_194518_create_transactions_table.php rename to submissions/Chimoney Developer AP-laravel-web-app/database/migrations/2022_10_17_194518_create_transactions_table.php diff --git a/submissions/chiconnect-laravel-web-app/database/migrations/2022_10_20_180113_add_chi_wallet_id_to_users_table.php b/submissions/Chimoney Developer AP-laravel-web-app/database/migrations/2022_10_20_180113_add_chi_wallet_id_to_users_table.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/database/migrations/2022_10_20_180113_add_chi_wallet_id_to_users_table.php rename to submissions/Chimoney Developer AP-laravel-web-app/database/migrations/2022_10_20_180113_add_chi_wallet_id_to_users_table.php diff --git a/submissions/chiconnect-laravel-web-app/database/migrations/2022_10_20_204612_create_payouts_table.php b/submissions/Chimoney Developer AP-laravel-web-app/database/migrations/2022_10_20_204612_create_payouts_table.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/database/migrations/2022_10_20_204612_create_payouts_table.php rename to submissions/Chimoney Developer AP-laravel-web-app/database/migrations/2022_10_20_204612_create_payouts_table.php diff --git a/submissions/chiconnect-laravel-web-app/database/migrations/2022_10_22_165728_create_transaction_references_table.php b/submissions/Chimoney Developer AP-laravel-web-app/database/migrations/2022_10_22_165728_create_transaction_references_table.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/database/migrations/2022_10_22_165728_create_transaction_references_table.php rename to submissions/Chimoney Developer AP-laravel-web-app/database/migrations/2022_10_22_165728_create_transaction_references_table.php diff --git a/submissions/chiconnect-laravel-web-app/database/migrations/2022_10_22_171931_alter_type_column_in_payouts_table.php b/submissions/Chimoney Developer AP-laravel-web-app/database/migrations/2022_10_22_171931_alter_type_column_in_payouts_table.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/database/migrations/2022_10_22_171931_alter_type_column_in_payouts_table.php rename to submissions/Chimoney Developer AP-laravel-web-app/database/migrations/2022_10_22_171931_alter_type_column_in_payouts_table.php diff --git a/submissions/chiconnect-laravel-web-app/database/seeders/DatabaseSeeder.php b/submissions/Chimoney Developer AP-laravel-web-app/database/seeders/DatabaseSeeder.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/database/seeders/DatabaseSeeder.php rename to submissions/Chimoney Developer AP-laravel-web-app/database/seeders/DatabaseSeeder.php diff --git a/submissions/chiconnect-laravel-web-app/lang/en/auth.php b/submissions/Chimoney Developer AP-laravel-web-app/lang/en/auth.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/lang/en/auth.php rename to submissions/Chimoney Developer AP-laravel-web-app/lang/en/auth.php diff --git a/submissions/chiconnect-laravel-web-app/lang/en/pagination.php b/submissions/Chimoney Developer AP-laravel-web-app/lang/en/pagination.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/lang/en/pagination.php rename to submissions/Chimoney Developer AP-laravel-web-app/lang/en/pagination.php diff --git a/submissions/chiconnect-laravel-web-app/lang/en/passwords.php b/submissions/Chimoney Developer AP-laravel-web-app/lang/en/passwords.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/lang/en/passwords.php rename to submissions/Chimoney Developer AP-laravel-web-app/lang/en/passwords.php diff --git a/submissions/chiconnect-laravel-web-app/lang/en/validation.php b/submissions/Chimoney Developer AP-laravel-web-app/lang/en/validation.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/lang/en/validation.php rename to submissions/Chimoney Developer AP-laravel-web-app/lang/en/validation.php diff --git a/submissions/chiconnect-laravel-web-app/package-lock.json b/submissions/Chimoney Developer AP-laravel-web-app/package-lock.json similarity index 100% rename from submissions/chiconnect-laravel-web-app/package-lock.json rename to submissions/Chimoney Developer AP-laravel-web-app/package-lock.json diff --git a/submissions/chiconnect-laravel-web-app/package.json b/submissions/Chimoney Developer AP-laravel-web-app/package.json similarity index 100% rename from submissions/chiconnect-laravel-web-app/package.json rename to submissions/Chimoney Developer AP-laravel-web-app/package.json diff --git a/submissions/chiconnect-laravel-web-app/phpunit.xml b/submissions/Chimoney Developer AP-laravel-web-app/phpunit.xml similarity index 100% rename from submissions/chiconnect-laravel-web-app/phpunit.xml rename to submissions/Chimoney Developer AP-laravel-web-app/phpunit.xml diff --git a/submissions/chiconnect-laravel-web-app/postcss.config.js b/submissions/Chimoney Developer AP-laravel-web-app/postcss.config.js similarity index 100% rename from submissions/chiconnect-laravel-web-app/postcss.config.js rename to submissions/Chimoney Developer AP-laravel-web-app/postcss.config.js diff --git a/submissions/chiconnect-laravel-web-app/public/.htaccess b/submissions/Chimoney Developer AP-laravel-web-app/public/.htaccess similarity index 100% rename from submissions/chiconnect-laravel-web-app/public/.htaccess rename to submissions/Chimoney Developer AP-laravel-web-app/public/.htaccess diff --git a/submissions/chiconnect-laravel-web-app/public/favicon.ico b/submissions/Chimoney Developer AP-laravel-web-app/public/favicon.ico similarity index 100% rename from submissions/chiconnect-laravel-web-app/public/favicon.ico rename to submissions/Chimoney Developer AP-laravel-web-app/public/favicon.ico diff --git a/submissions/chiconnect-laravel-web-app/public/index.php b/submissions/Chimoney Developer AP-laravel-web-app/public/index.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/public/index.php rename to submissions/Chimoney Developer AP-laravel-web-app/public/index.php diff --git a/submissions/chiconnect-laravel-web-app/public/robots.txt b/submissions/Chimoney Developer AP-laravel-web-app/public/robots.txt similarity index 100% rename from submissions/chiconnect-laravel-web-app/public/robots.txt rename to submissions/Chimoney Developer AP-laravel-web-app/public/robots.txt diff --git a/submissions/chiconnect-laravel-web-app/resources/css/app.css b/submissions/Chimoney Developer AP-laravel-web-app/resources/css/app.css similarity index 100% rename from submissions/chiconnect-laravel-web-app/resources/css/app.css rename to submissions/Chimoney Developer AP-laravel-web-app/resources/css/app.css diff --git a/submissions/chiconnect-laravel-web-app/resources/js/app.js b/submissions/Chimoney Developer AP-laravel-web-app/resources/js/app.js similarity index 100% rename from submissions/chiconnect-laravel-web-app/resources/js/app.js rename to submissions/Chimoney Developer AP-laravel-web-app/resources/js/app.js diff --git a/submissions/chiconnect-laravel-web-app/resources/js/bootstrap.js b/submissions/Chimoney Developer AP-laravel-web-app/resources/js/bootstrap.js similarity index 100% rename from submissions/chiconnect-laravel-web-app/resources/js/bootstrap.js rename to submissions/Chimoney Developer AP-laravel-web-app/resources/js/bootstrap.js diff --git a/submissions/chiconnect-laravel-web-app/resources/views/account/topup-user.blade.php b/submissions/Chimoney Developer AP-laravel-web-app/resources/views/account/topup-user.blade.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/resources/views/account/topup-user.blade.php rename to submissions/Chimoney Developer AP-laravel-web-app/resources/views/account/topup-user.blade.php diff --git a/submissions/chiconnect-laravel-web-app/resources/views/auth/confirm-password.blade.php b/submissions/Chimoney Developer AP-laravel-web-app/resources/views/auth/confirm-password.blade.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/resources/views/auth/confirm-password.blade.php rename to submissions/Chimoney Developer AP-laravel-web-app/resources/views/auth/confirm-password.blade.php diff --git a/submissions/chiconnect-laravel-web-app/resources/views/auth/forgot-password.blade.php b/submissions/Chimoney Developer AP-laravel-web-app/resources/views/auth/forgot-password.blade.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/resources/views/auth/forgot-password.blade.php rename to submissions/Chimoney Developer AP-laravel-web-app/resources/views/auth/forgot-password.blade.php diff --git a/submissions/chiconnect-laravel-web-app/resources/views/auth/login.blade.php b/submissions/Chimoney Developer AP-laravel-web-app/resources/views/auth/login.blade.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/resources/views/auth/login.blade.php rename to submissions/Chimoney Developer AP-laravel-web-app/resources/views/auth/login.blade.php diff --git a/submissions/chiconnect-laravel-web-app/resources/views/auth/register.blade.php b/submissions/Chimoney Developer AP-laravel-web-app/resources/views/auth/register.blade.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/resources/views/auth/register.blade.php rename to submissions/Chimoney Developer AP-laravel-web-app/resources/views/auth/register.blade.php diff --git a/submissions/chiconnect-laravel-web-app/resources/views/auth/reset-password.blade.php b/submissions/Chimoney Developer AP-laravel-web-app/resources/views/auth/reset-password.blade.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/resources/views/auth/reset-password.blade.php rename to submissions/Chimoney Developer AP-laravel-web-app/resources/views/auth/reset-password.blade.php diff --git a/submissions/chiconnect-laravel-web-app/resources/views/auth/verify-email.blade.php b/submissions/Chimoney Developer AP-laravel-web-app/resources/views/auth/verify-email.blade.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/resources/views/auth/verify-email.blade.php rename to submissions/Chimoney Developer AP-laravel-web-app/resources/views/auth/verify-email.blade.php diff --git a/submissions/chiconnect-laravel-web-app/resources/views/components/application-logo.blade.php b/submissions/Chimoney Developer AP-laravel-web-app/resources/views/components/application-logo.blade.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/resources/views/components/application-logo.blade.php rename to submissions/Chimoney Developer AP-laravel-web-app/resources/views/components/application-logo.blade.php diff --git a/submissions/chiconnect-laravel-web-app/resources/views/components/auth-card.blade.php b/submissions/Chimoney Developer AP-laravel-web-app/resources/views/components/auth-card.blade.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/resources/views/components/auth-card.blade.php rename to submissions/Chimoney Developer AP-laravel-web-app/resources/views/components/auth-card.blade.php diff --git a/submissions/chiconnect-laravel-web-app/resources/views/components/auth-session-status.blade.php b/submissions/Chimoney Developer AP-laravel-web-app/resources/views/components/auth-session-status.blade.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/resources/views/components/auth-session-status.blade.php rename to submissions/Chimoney Developer AP-laravel-web-app/resources/views/components/auth-session-status.blade.php diff --git a/submissions/chiconnect-laravel-web-app/resources/views/components/dropdown-link.blade.php b/submissions/Chimoney Developer AP-laravel-web-app/resources/views/components/dropdown-link.blade.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/resources/views/components/dropdown-link.blade.php rename to submissions/Chimoney Developer AP-laravel-web-app/resources/views/components/dropdown-link.blade.php diff --git a/submissions/chiconnect-laravel-web-app/resources/views/components/dropdown.blade.php b/submissions/Chimoney Developer AP-laravel-web-app/resources/views/components/dropdown.blade.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/resources/views/components/dropdown.blade.php rename to submissions/Chimoney Developer AP-laravel-web-app/resources/views/components/dropdown.blade.php diff --git a/submissions/chiconnect-laravel-web-app/resources/views/components/input-error.blade.php b/submissions/Chimoney Developer AP-laravel-web-app/resources/views/components/input-error.blade.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/resources/views/components/input-error.blade.php rename to submissions/Chimoney Developer AP-laravel-web-app/resources/views/components/input-error.blade.php diff --git a/submissions/chiconnect-laravel-web-app/resources/views/components/input-label.blade.php b/submissions/Chimoney Developer AP-laravel-web-app/resources/views/components/input-label.blade.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/resources/views/components/input-label.blade.php rename to submissions/Chimoney Developer AP-laravel-web-app/resources/views/components/input-label.blade.php diff --git a/submissions/chiconnect-laravel-web-app/resources/views/components/modal.blade.php b/submissions/Chimoney Developer AP-laravel-web-app/resources/views/components/modal.blade.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/resources/views/components/modal.blade.php rename to submissions/Chimoney Developer AP-laravel-web-app/resources/views/components/modal.blade.php diff --git a/submissions/chiconnect-laravel-web-app/resources/views/components/nav-link.blade.php b/submissions/Chimoney Developer AP-laravel-web-app/resources/views/components/nav-link.blade.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/resources/views/components/nav-link.blade.php rename to submissions/Chimoney Developer AP-laravel-web-app/resources/views/components/nav-link.blade.php diff --git a/submissions/chiconnect-laravel-web-app/resources/views/components/primary-button.blade.php b/submissions/Chimoney Developer AP-laravel-web-app/resources/views/components/primary-button.blade.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/resources/views/components/primary-button.blade.php rename to submissions/Chimoney Developer AP-laravel-web-app/resources/views/components/primary-button.blade.php diff --git a/submissions/chiconnect-laravel-web-app/resources/views/components/responsive-nav-link.blade.php b/submissions/Chimoney Developer AP-laravel-web-app/resources/views/components/responsive-nav-link.blade.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/resources/views/components/responsive-nav-link.blade.php rename to submissions/Chimoney Developer AP-laravel-web-app/resources/views/components/responsive-nav-link.blade.php diff --git a/submissions/chiconnect-laravel-web-app/resources/views/components/text-input.blade.php b/submissions/Chimoney Developer AP-laravel-web-app/resources/views/components/text-input.blade.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/resources/views/components/text-input.blade.php rename to submissions/Chimoney Developer AP-laravel-web-app/resources/views/components/text-input.blade.php diff --git a/submissions/chiconnect-laravel-web-app/resources/views/dashboard.blade.php b/submissions/Chimoney Developer AP-laravel-web-app/resources/views/dashboard.blade.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/resources/views/dashboard.blade.php rename to submissions/Chimoney Developer AP-laravel-web-app/resources/views/dashboard.blade.php diff --git a/submissions/chiconnect-laravel-web-app/resources/views/layouts/app.blade.php b/submissions/Chimoney Developer AP-laravel-web-app/resources/views/layouts/app.blade.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/resources/views/layouts/app.blade.php rename to submissions/Chimoney Developer AP-laravel-web-app/resources/views/layouts/app.blade.php diff --git a/submissions/chiconnect-laravel-web-app/resources/views/layouts/guest.blade.php b/submissions/Chimoney Developer AP-laravel-web-app/resources/views/layouts/guest.blade.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/resources/views/layouts/guest.blade.php rename to submissions/Chimoney Developer AP-laravel-web-app/resources/views/layouts/guest.blade.php diff --git a/submissions/chiconnect-laravel-web-app/resources/views/layouts/navigation.blade.php b/submissions/Chimoney Developer AP-laravel-web-app/resources/views/layouts/navigation.blade.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/resources/views/layouts/navigation.blade.php rename to submissions/Chimoney Developer AP-laravel-web-app/resources/views/layouts/navigation.blade.php diff --git a/submissions/chiconnect-laravel-web-app/resources/views/livewire/auth/register-user.blade.php b/submissions/Chimoney Developer AP-laravel-web-app/resources/views/livewire/auth/register-user.blade.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/resources/views/livewire/auth/register-user.blade.php rename to submissions/Chimoney Developer AP-laravel-web-app/resources/views/livewire/auth/register-user.blade.php diff --git a/submissions/chiconnect-laravel-web-app/resources/views/livewire/process-airtime.blade.php b/submissions/Chimoney Developer AP-laravel-web-app/resources/views/livewire/process-airtime.blade.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/resources/views/livewire/process-airtime.blade.php rename to submissions/Chimoney Developer AP-laravel-web-app/resources/views/livewire/process-airtime.blade.php diff --git a/submissions/chiconnect-laravel-web-app/resources/views/livewire/process-bank.blade.php b/submissions/Chimoney Developer AP-laravel-web-app/resources/views/livewire/process-bank.blade.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/resources/views/livewire/process-bank.blade.php rename to submissions/Chimoney Developer AP-laravel-web-app/resources/views/livewire/process-bank.blade.php diff --git a/submissions/chiconnect-laravel-web-app/resources/views/livewire/username.blade.php b/submissions/Chimoney Developer AP-laravel-web-app/resources/views/livewire/username.blade.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/resources/views/livewire/username.blade.php rename to submissions/Chimoney Developer AP-laravel-web-app/resources/views/livewire/username.blade.php diff --git a/submissions/chiconnect-laravel-web-app/resources/views/payout/airtime.blade.php b/submissions/Chimoney Developer AP-laravel-web-app/resources/views/payout/airtime.blade.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/resources/views/payout/airtime.blade.php rename to submissions/Chimoney Developer AP-laravel-web-app/resources/views/payout/airtime.blade.php diff --git a/submissions/chiconnect-laravel-web-app/resources/views/payout/bank.blade.php b/submissions/Chimoney Developer AP-laravel-web-app/resources/views/payout/bank.blade.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/resources/views/payout/bank.blade.php rename to submissions/Chimoney Developer AP-laravel-web-app/resources/views/payout/bank.blade.php diff --git a/submissions/chiconnect-laravel-web-app/resources/views/payout/history.blade.php b/submissions/Chimoney Developer AP-laravel-web-app/resources/views/payout/history.blade.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/resources/views/payout/history.blade.php rename to submissions/Chimoney Developer AP-laravel-web-app/resources/views/payout/history.blade.php diff --git a/submissions/chiconnect-laravel-web-app/resources/views/profile/index.blade.php b/submissions/Chimoney Developer AP-laravel-web-app/resources/views/profile/index.blade.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/resources/views/profile/index.blade.php rename to submissions/Chimoney Developer AP-laravel-web-app/resources/views/profile/index.blade.php diff --git a/submissions/chiconnect-laravel-web-app/resources/views/profile/show.blade.php b/submissions/Chimoney Developer AP-laravel-web-app/resources/views/profile/show.blade.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/resources/views/profile/show.blade.php rename to submissions/Chimoney Developer AP-laravel-web-app/resources/views/profile/show.blade.php diff --git a/submissions/chiconnect-laravel-web-app/resources/views/transfer/create.blade.php b/submissions/Chimoney Developer AP-laravel-web-app/resources/views/transfer/create.blade.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/resources/views/transfer/create.blade.php rename to submissions/Chimoney Developer AP-laravel-web-app/resources/views/transfer/create.blade.php diff --git a/submissions/chiconnect-laravel-web-app/resources/views/transfer/history.blade.php b/submissions/Chimoney Developer AP-laravel-web-app/resources/views/transfer/history.blade.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/resources/views/transfer/history.blade.php rename to submissions/Chimoney Developer AP-laravel-web-app/resources/views/transfer/history.blade.php diff --git a/submissions/chiconnect-laravel-web-app/resources/views/welcome.blade.php b/submissions/Chimoney Developer AP-laravel-web-app/resources/views/welcome.blade.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/resources/views/welcome.blade.php rename to submissions/Chimoney Developer AP-laravel-web-app/resources/views/welcome.blade.php diff --git a/submissions/chiconnect-laravel-web-app/routes/api.php b/submissions/Chimoney Developer AP-laravel-web-app/routes/api.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/routes/api.php rename to submissions/Chimoney Developer AP-laravel-web-app/routes/api.php diff --git a/submissions/chiconnect-laravel-web-app/routes/auth.php b/submissions/Chimoney Developer AP-laravel-web-app/routes/auth.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/routes/auth.php rename to submissions/Chimoney Developer AP-laravel-web-app/routes/auth.php diff --git a/submissions/chiconnect-laravel-web-app/routes/channels.php b/submissions/Chimoney Developer AP-laravel-web-app/routes/channels.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/routes/channels.php rename to submissions/Chimoney Developer AP-laravel-web-app/routes/channels.php diff --git a/submissions/chiconnect-laravel-web-app/routes/console.php b/submissions/Chimoney Developer AP-laravel-web-app/routes/console.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/routes/console.php rename to submissions/Chimoney Developer AP-laravel-web-app/routes/console.php diff --git a/submissions/chiconnect-laravel-web-app/routes/web.php b/submissions/Chimoney Developer AP-laravel-web-app/routes/web.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/routes/web.php rename to submissions/Chimoney Developer AP-laravel-web-app/routes/web.php diff --git a/submissions/chiconnect-laravel-web-app/storage/app/.gitignore b/submissions/Chimoney Developer AP-laravel-web-app/storage/app/.gitignore similarity index 100% rename from submissions/chiconnect-laravel-web-app/storage/app/.gitignore rename to submissions/Chimoney Developer AP-laravel-web-app/storage/app/.gitignore diff --git a/submissions/chiconnect-laravel-web-app/storage/app/public/.gitignore b/submissions/Chimoney Developer AP-laravel-web-app/storage/app/public/.gitignore similarity index 100% rename from submissions/chiconnect-laravel-web-app/storage/app/public/.gitignore rename to submissions/Chimoney Developer AP-laravel-web-app/storage/app/public/.gitignore diff --git a/submissions/chiconnect-laravel-web-app/storage/framework/.gitignore b/submissions/Chimoney Developer AP-laravel-web-app/storage/framework/.gitignore similarity index 100% rename from submissions/chiconnect-laravel-web-app/storage/framework/.gitignore rename to submissions/Chimoney Developer AP-laravel-web-app/storage/framework/.gitignore diff --git a/submissions/chiconnect-laravel-web-app/storage/framework/cache/.gitignore b/submissions/Chimoney Developer AP-laravel-web-app/storage/framework/cache/.gitignore similarity index 100% rename from submissions/chiconnect-laravel-web-app/storage/framework/cache/.gitignore rename to submissions/Chimoney Developer AP-laravel-web-app/storage/framework/cache/.gitignore diff --git a/submissions/chiconnect-laravel-web-app/storage/framework/cache/data/.gitignore b/submissions/Chimoney Developer AP-laravel-web-app/storage/framework/cache/data/.gitignore similarity index 100% rename from submissions/chiconnect-laravel-web-app/storage/framework/cache/data/.gitignore rename to submissions/Chimoney Developer AP-laravel-web-app/storage/framework/cache/data/.gitignore diff --git a/submissions/chiconnect-laravel-web-app/storage/framework/sessions/.gitignore b/submissions/Chimoney Developer AP-laravel-web-app/storage/framework/sessions/.gitignore similarity index 100% rename from submissions/chiconnect-laravel-web-app/storage/framework/sessions/.gitignore rename to submissions/Chimoney Developer AP-laravel-web-app/storage/framework/sessions/.gitignore diff --git a/submissions/chiconnect-laravel-web-app/storage/framework/testing/.gitignore b/submissions/Chimoney Developer AP-laravel-web-app/storage/framework/testing/.gitignore similarity index 100% rename from submissions/chiconnect-laravel-web-app/storage/framework/testing/.gitignore rename to submissions/Chimoney Developer AP-laravel-web-app/storage/framework/testing/.gitignore diff --git a/submissions/chiconnect-laravel-web-app/storage/framework/views/.gitignore b/submissions/Chimoney Developer AP-laravel-web-app/storage/framework/views/.gitignore similarity index 100% rename from submissions/chiconnect-laravel-web-app/storage/framework/views/.gitignore rename to submissions/Chimoney Developer AP-laravel-web-app/storage/framework/views/.gitignore diff --git a/submissions/chiconnect-laravel-web-app/tailwind.config.js b/submissions/Chimoney Developer AP-laravel-web-app/tailwind.config.js similarity index 100% rename from submissions/chiconnect-laravel-web-app/tailwind.config.js rename to submissions/Chimoney Developer AP-laravel-web-app/tailwind.config.js diff --git a/submissions/chiconnect-laravel-web-app/tests/CreatesApplication.php b/submissions/Chimoney Developer AP-laravel-web-app/tests/CreatesApplication.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/tests/CreatesApplication.php rename to submissions/Chimoney Developer AP-laravel-web-app/tests/CreatesApplication.php diff --git a/submissions/chiconnect-laravel-web-app/tests/Feature/Auth/AuthenticationTest.php b/submissions/Chimoney Developer AP-laravel-web-app/tests/Feature/Auth/AuthenticationTest.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/tests/Feature/Auth/AuthenticationTest.php rename to submissions/Chimoney Developer AP-laravel-web-app/tests/Feature/Auth/AuthenticationTest.php diff --git a/submissions/chiconnect-laravel-web-app/tests/Feature/Auth/EmailVerificationTest.php b/submissions/Chimoney Developer AP-laravel-web-app/tests/Feature/Auth/EmailVerificationTest.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/tests/Feature/Auth/EmailVerificationTest.php rename to submissions/Chimoney Developer AP-laravel-web-app/tests/Feature/Auth/EmailVerificationTest.php diff --git a/submissions/chiconnect-laravel-web-app/tests/Feature/Auth/PasswordConfirmationTest.php b/submissions/Chimoney Developer AP-laravel-web-app/tests/Feature/Auth/PasswordConfirmationTest.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/tests/Feature/Auth/PasswordConfirmationTest.php rename to submissions/Chimoney Developer AP-laravel-web-app/tests/Feature/Auth/PasswordConfirmationTest.php diff --git a/submissions/chiconnect-laravel-web-app/tests/Feature/Auth/PasswordResetTest.php b/submissions/Chimoney Developer AP-laravel-web-app/tests/Feature/Auth/PasswordResetTest.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/tests/Feature/Auth/PasswordResetTest.php rename to submissions/Chimoney Developer AP-laravel-web-app/tests/Feature/Auth/PasswordResetTest.php diff --git a/submissions/chiconnect-laravel-web-app/tests/Feature/Auth/RegistrationTest.php b/submissions/Chimoney Developer AP-laravel-web-app/tests/Feature/Auth/RegistrationTest.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/tests/Feature/Auth/RegistrationTest.php rename to submissions/Chimoney Developer AP-laravel-web-app/tests/Feature/Auth/RegistrationTest.php diff --git a/submissions/chiconnect-laravel-web-app/tests/Feature/ExampleTest.php b/submissions/Chimoney Developer AP-laravel-web-app/tests/Feature/ExampleTest.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/tests/Feature/ExampleTest.php rename to submissions/Chimoney Developer AP-laravel-web-app/tests/Feature/ExampleTest.php diff --git a/submissions/chiconnect-laravel-web-app/tests/TestCase.php b/submissions/Chimoney Developer AP-laravel-web-app/tests/TestCase.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/tests/TestCase.php rename to submissions/Chimoney Developer AP-laravel-web-app/tests/TestCase.php diff --git a/submissions/chiconnect-laravel-web-app/tests/Unit/ExampleTest.php b/submissions/Chimoney Developer AP-laravel-web-app/tests/Unit/ExampleTest.php similarity index 100% rename from submissions/chiconnect-laravel-web-app/tests/Unit/ExampleTest.php rename to submissions/Chimoney Developer AP-laravel-web-app/tests/Unit/ExampleTest.php diff --git a/submissions/chiconnect-laravel-web-app/vite.config.js b/submissions/Chimoney Developer AP-laravel-web-app/vite.config.js similarity index 100% rename from submissions/chiconnect-laravel-web-app/vite.config.js rename to submissions/Chimoney Developer AP-laravel-web-app/vite.config.js diff --git a/submissions/chiconnect-mobile-money-payout/.gitignore b/submissions/Chimoney Developer AP-mobile-money-payout/.gitignore similarity index 100% rename from submissions/chiconnect-mobile-money-payout/.gitignore rename to submissions/Chimoney Developer AP-mobile-money-payout/.gitignore diff --git a/submissions/chiconnect-mobile-money-payout/README.md b/submissions/Chimoney Developer AP-mobile-money-payout/README.md similarity index 95% rename from submissions/chiconnect-mobile-money-payout/README.md rename to submissions/Chimoney Developer AP-mobile-money-payout/README.md index 07f1e0ca..28df85d9 100644 --- a/submissions/chiconnect-mobile-money-payout/README.md +++ b/submissions/Chimoney Developer AP-mobile-money-payout/README.md @@ -1,4 +1,4 @@ -# Chiconnect mobile-money api payout +# Chimoney Developer API mobile-money api payout A mini project to demonstrate integration of Chiconnect mobile money api payout using React framework. ## Desktop preview diff --git a/submissions/chiconnect-mobile-money-payout/index.html b/submissions/Chimoney Developer AP-mobile-money-payout/index.html similarity index 100% rename from submissions/chiconnect-mobile-money-payout/index.html rename to submissions/Chimoney Developer AP-mobile-money-payout/index.html diff --git a/submissions/chiconnect-mobile-money-payout/package-lock.json b/submissions/Chimoney Developer AP-mobile-money-payout/package-lock.json similarity index 100% rename from submissions/chiconnect-mobile-money-payout/package-lock.json rename to submissions/Chimoney Developer AP-mobile-money-payout/package-lock.json diff --git a/submissions/chiconnect-mobile-money-payout/package.json b/submissions/Chimoney Developer AP-mobile-money-payout/package.json similarity index 100% rename from submissions/chiconnect-mobile-money-payout/package.json rename to submissions/Chimoney Developer AP-mobile-money-payout/package.json diff --git a/submissions/chiconnect-mobile-money-payout/postcss.config.cjs b/submissions/Chimoney Developer AP-mobile-money-payout/postcss.config.cjs similarity index 100% rename from submissions/chiconnect-mobile-money-payout/postcss.config.cjs rename to submissions/Chimoney Developer AP-mobile-money-payout/postcss.config.cjs diff --git a/submissions/chiconnect-mobile-money-payout/public/vite.svg b/submissions/Chimoney Developer AP-mobile-money-payout/public/vite.svg similarity index 100% rename from submissions/chiconnect-mobile-money-payout/public/vite.svg rename to submissions/Chimoney Developer AP-mobile-money-payout/public/vite.svg diff --git a/submissions/chiconnect-mobile-money-payout/src/App.jsx b/submissions/Chimoney Developer AP-mobile-money-payout/src/App.jsx similarity index 100% rename from submissions/chiconnect-mobile-money-payout/src/App.jsx rename to submissions/Chimoney Developer AP-mobile-money-payout/src/App.jsx diff --git a/submissions/chiconnect-mobile-money-payout/src/assets/chimoney-logo.svg b/submissions/Chimoney Developer AP-mobile-money-payout/src/assets/chimoney-logo.svg similarity index 100% rename from submissions/chiconnect-mobile-money-payout/src/assets/chimoney-logo.svg rename to submissions/Chimoney Developer AP-mobile-money-payout/src/assets/chimoney-logo.svg diff --git a/submissions/chiconnect-mobile-money-payout/src/assets/desktop-preview.png b/submissions/Chimoney Developer AP-mobile-money-payout/src/assets/desktop-preview.png similarity index 100% rename from submissions/chiconnect-mobile-money-payout/src/assets/desktop-preview.png rename to submissions/Chimoney Developer AP-mobile-money-payout/src/assets/desktop-preview.png diff --git a/submissions/chiconnect-mobile-money-payout/src/index.css b/submissions/Chimoney Developer AP-mobile-money-payout/src/index.css similarity index 100% rename from submissions/chiconnect-mobile-money-payout/src/index.css rename to submissions/Chimoney Developer AP-mobile-money-payout/src/index.css diff --git a/submissions/chiconnect-mobile-money-payout/src/main.jsx b/submissions/Chimoney Developer AP-mobile-money-payout/src/main.jsx similarity index 100% rename from submissions/chiconnect-mobile-money-payout/src/main.jsx rename to submissions/Chimoney Developer AP-mobile-money-payout/src/main.jsx diff --git a/submissions/chiconnect-mobile-money-payout/src/service/fetchApi.js b/submissions/Chimoney Developer AP-mobile-money-payout/src/service/fetchApi.js similarity index 100% rename from submissions/chiconnect-mobile-money-payout/src/service/fetchApi.js rename to submissions/Chimoney Developer AP-mobile-money-payout/src/service/fetchApi.js diff --git a/submissions/chiconnect-mobile-money-payout/tailwind.config.cjs b/submissions/Chimoney Developer AP-mobile-money-payout/tailwind.config.cjs similarity index 100% rename from submissions/chiconnect-mobile-money-payout/tailwind.config.cjs rename to submissions/Chimoney Developer AP-mobile-money-payout/tailwind.config.cjs diff --git a/submissions/chiconnect-mobile-money-payout/vite.config.js b/submissions/Chimoney Developer AP-mobile-money-payout/vite.config.js similarity index 100% rename from submissions/chiconnect-mobile-money-payout/vite.config.js rename to submissions/Chimoney Developer AP-mobile-money-payout/vite.config.js diff --git a/submissions/chiconnect_dev_article/README.md b/submissions/Chimoney Developer AP_dev_article/README.md similarity index 100% rename from submissions/chiconnect_dev_article/README.md rename to submissions/Chimoney Developer AP_dev_article/README.md diff --git a/submissions/chimoney-payout-airtime/README.md b/submissions/chimoney-payout-airtime/README.md index 3bc7c0d2..c4021ba9 100644 --- a/submissions/chimoney-payout-airtime/README.md +++ b/submissions/chimoney-payout-airtime/README.md @@ -1,5 +1,5 @@ # Chimoney-Initiate-Airtime -Initiate and Payout Chimoney using chiconnect api +Initiate and Payout Chimoney using Chimoney Developer API api view the deployed project [here](https://pay-chimoney.vercel.app/) diff --git a/submissions/chimoney-redeem-airtime/README.md b/submissions/chimoney-redeem-airtime/README.md index 72bf8bd1..6b2a1e4b 100644 --- a/submissions/chimoney-redeem-airtime/README.md +++ b/submissions/chimoney-redeem-airtime/README.md @@ -1,5 +1,5 @@ # Chimoney-Redeem-Airtime -Redeem chimoney as airtime using chiconnect api +Redeem chimoney as airtime using Chimoney Developer API api view the deployed project [here](https://chimoney-redeem-airtime.vercel.app/) diff --git a/submissions/pay-paddy/README.md b/submissions/pay-paddy/README.md index 63523aa9..51912c55 100644 --- a/submissions/pay-paddy/README.md +++ b/submissions/pay-paddy/README.md @@ -1,6 +1,6 @@ # PayPaddy -React web app that utilizes most of Chiconnect api endpoints to enable a variety of payouts such including Bank, Airtime, Mobile Money, Giftcards payouts and more. +React web app that utilizes most of Chimoney Developer API api endpoints to enable a variety of payouts such including Bank, Airtime, Mobile Money, Giftcards payouts and more. ## Setup From 00c6f49249573be0c6ee57c93e06a550e9309f1a Mon Sep 17 00:00:00 2001 From: Ayan Joshi Date: Sun, 29 Oct 2023 15:51:45 +0530 Subject: [PATCH 5/5] commit --- .../.gitignore | 0 .../README.md | 0 .../index.html | 0 .../package-lock.json | 0 .../package.json | 0 .../postcss.config.cjs | 0 .../public/vite.svg | 0 .../src/App.jsx | 0 .../src/assets/chimoney-logo.svg | 0 .../src/index.css | 0 .../src/main.jsx | 0 .../src/service/fetchApi.js | 0 .../tailwind.config.cjs | 0 .../vite.config.js | 0 .../.gitignore | 0 .../README.md | 0 .../index.html | 0 .../package-lock.json | 0 .../package.json | 0 .../postcss.config.cjs | 0 .../public/vite.svg | 0 .../src/App.jsx | 0 .../src/assets/chimoney-logo.svg | 0 .../src/components/Giftcard.jsx | 0 .../src/components/Giftcards.jsx | 0 .../src/index.css | 0 .../src/main.jsx | 0 .../src/service/fetchApi.js | 0 .../tailwind.config.cjs | 0 .../vite.config.js | 0 .../.editorconfig | 0 .../.env.example | 0 .../.gitattributes | 0 .../.gitignore | 0 .../Procfile | 0 .../README.md | 0 .../app/Console/Kernel.php | 0 .../app/Exceptions/Handler.php | 0 .../Http/Controllers/AccountController.php | 0 .../Auth/AuthenticatedSessionController.php | 0 .../Auth/ConfirmablePasswordController.php | 0 ...mailVerificationNotificationController.php | 0 .../EmailVerificationPromptController.php | 0 .../Auth/NewPasswordController.php | 0 .../Auth/PasswordResetLinkController.php | 0 .../Auth/RegisteredUserController.php | 0 .../Auth/VerifyEmailController.php | 0 .../app/Http/Controllers/Controller.php | 0 .../app/Http/Controllers/PayoutController.php | 0 .../Http/Controllers/ProfileController.php | 0 .../app/Http/Kernel.php | 0 .../app/Http/Livewire/Auth/RegisterUser.php | 0 .../app/Http/Livewire/ProcessAirtime.php | 0 .../app/Http/Livewire/ProcessBank.php | 0 .../app/Http/Livewire/Username.php | 0 .../app/Http/Middleware/Authenticate.php | 0 .../app/Http/Middleware/EncryptCookies.php | 0 .../PreventRequestsDuringMaintenance.php | 0 .../Middleware/RedirectIfAuthenticated.php | 0 .../app/Http/Middleware/TrimStrings.php | 0 .../app/Http/Middleware/TrustHosts.php | 0 .../app/Http/Middleware/TrustProxies.php | 0 .../app/Http/Middleware/ValidateSignature.php | 0 .../app/Http/Middleware/VerifyCsrfToken.php | 0 .../app/Http/Requests/Auth/LoginRequest.php | 0 .../app/Models/Payout.php | 0 .../app/Models/Transaction.php | 0 .../app/Models/TransactionReference.php | 0 .../app/Models/User.php | 0 .../app/Providers/AppServiceProvider.php | 0 .../app/Providers/AuthServiceProvider.php | 0 .../Providers/BroadcastServiceProvider.php | 0 .../app/Providers/EventServiceProvider.php | 0 .../app/Providers/RouteServiceProvider.php | 0 .../app/Support/Chiconnect/Account.php | 0 .../app/Support/Chiconnect/Info.php | 0 .../app/Support/Chiconnect/Payout.php | 0 .../app/Support/Chiconnect/SubAccount.php | 0 .../app/Support/Chiconnect/Wallet.php | 0 .../app/Support/Helpers.php | 0 .../app/View/Components/AppLayout.php | 0 .../app/View/Components/GuestLayout.php | 0 .../artisan | 0 .../bootstrap/app.php | 0 .../bootstrap/cache/.gitignore | 0 .../composer.json | 0 .../composer.lock | 0 .../config/app.php | 0 .../config/auth.php | 0 .../config/broadcasting.php | 0 .../config/cache.php | 0 .../config/chimoney.php | 0 .../config/cors.php | 0 .../config/country_code.php | 0 .../config/database.php | 0 .../config/filesystems.php | 0 .../config/hashing.php | 0 .../config/logging.php | 0 .../config/mail.php | 0 .../config/queue.php | 0 .../config/sanctum.php | 0 .../config/services.php | 0 .../config/session.php | 0 .../config/view.php | 0 .../database/.gitignore | 0 .../database/factories/UserFactory.php | 0 .../2014_10_12_000000_create_users_table.php | 0 ...12_100000_create_password_resets_table.php | 0 ..._08_19_000000_create_failed_jobs_table.php | 0 ...01_create_personal_access_tokens_table.php | 0 ..._17_080103_add_username_to_users_table.php | 0 ...10_17_194518_create_transactions_table.php | 0 ...80113_add_chi_wallet_id_to_users_table.php | 0 ...2022_10_20_204612_create_payouts_table.php | 0 ...28_create_transaction_references_table.php | 0 ...931_alter_type_column_in_payouts_table.php | 0 .../database/seeders/DatabaseSeeder.php | 0 .../lang/en/auth.php | 0 .../lang/en/pagination.php | 0 .../lang/en/passwords.php | 0 .../lang/en/validation.php | 0 .../package-lock.json | 0 .../package.json | 0 .../phpunit.xml | 0 .../postcss.config.js | 0 .../public/.htaccess | 0 .../public/favicon.ico | 0 .../public/index.php | 0 .../public/robots.txt | 0 .../resources/css/app.css | 0 .../resources/js/app.js | 0 .../resources/js/bootstrap.js | 0 .../views/account/topup-user.blade.php | 0 .../views/auth/confirm-password.blade.php | 0 .../views/auth/forgot-password.blade.php | 0 .../resources/views/auth/login.blade.php | 0 .../resources/views/auth/register.blade.php | 0 .../views/auth/reset-password.blade.php | 0 .../views/auth/verify-email.blade.php | 0 .../components/application-logo.blade.php | 0 .../views/components/auth-card.blade.php | 0 .../components/auth-session-status.blade.php | 0 .../views/components/dropdown-link.blade.php | 0 .../views/components/dropdown.blade.php | 0 .../views/components/input-error.blade.php | 0 .../views/components/input-label.blade.php | 0 .../views/components/modal.blade.php | 0 .../views/components/nav-link.blade.php | 0 .../views/components/primary-button.blade.php | 0 .../components/responsive-nav-link.blade.php | 0 .../views/components/text-input.blade.php | 0 .../resources/views/dashboard.blade.php | 0 .../resources/views/layouts/app.blade.php | 0 .../resources/views/layouts/guest.blade.php | 0 .../views/layouts/navigation.blade.php | 0 .../livewire/auth/register-user.blade.php | 0 .../views/livewire/process-airtime.blade.php | 0 .../views/livewire/process-bank.blade.php | 0 .../views/livewire/username.blade.php | 0 .../resources/views/payout/airtime.blade.php | 0 .../resources/views/payout/bank.blade.php | 0 .../resources/views/payout/history.blade.php | 0 .../resources/views/profile/index.blade.php | 0 .../resources/views/profile/show.blade.php | 0 .../resources/views/transfer/create.blade.php | 0 .../views/transfer/history.blade.php | 0 .../resources/views/welcome.blade.php | 0 .../routes/api.php | 0 .../routes/auth.php | 0 .../routes/channels.php | 0 .../routes/console.php | 0 .../routes/web.php | 0 .../storage/app/.gitignore | 0 .../storage/app/public/.gitignore | 0 .../storage/framework/.gitignore | 0 .../storage/framework/cache/.gitignore | 0 .../storage/framework/cache/data/.gitignore | 0 .../storage/framework/sessions/.gitignore | 0 .../storage/framework/testing/.gitignore | 0 .../storage/framework/views/.gitignore | 0 .../tailwind.config.js | 0 .../tests/CreatesApplication.php | 0 .../tests/Feature/Auth/AuthenticationTest.php | 0 .../Feature/Auth/EmailVerificationTest.php | 0 .../Feature/Auth/PasswordConfirmationTest.php | 0 .../tests/Feature/Auth/PasswordResetTest.php | 0 .../tests/Feature/Auth/RegistrationTest.php | 0 .../tests/Feature/ExampleTest.php | 0 .../tests/TestCase.php | 0 .../tests/Unit/ExampleTest.php | 0 .../vite.config.js | 0 .../.gitignore | 0 .../README.md | 0 .../index.html | 0 .../package-lock.json | 0 .../package.json | 0 .../postcss.config.cjs | 0 .../public/vite.svg | 0 .../src/App.jsx | 0 .../src/assets/chimoney-logo.svg | 0 .../src/assets/desktop-preview.png | Bin .../src/index.css | 0 .../src/main.jsx | 0 .../src/service/fetchApi.js | 0 .../tailwind.config.cjs | 0 .../vite.config.js | 0 .../README.md | 0 submissions/chispend_app/.gitignore | 46 -- submissions/chispend_app/.metadata | 10 - submissions/chispend_app/README.md | 21 - .../chispend_app/analysis_options.yaml | 29 -- submissions/chispend_app/android/.gitignore | 13 - .../chispend_app/android/app/build.gradle | 68 --- .../android/app/src/debug/AndroidManifest.xml | 7 - .../android/app/src/main/AndroidManifest.xml | 34 -- .../com/example/chispend_app/MainActivity.kt | 6 - .../res/drawable-v21/launch_background.xml | 12 - .../main/res/drawable/launch_background.xml | 12 - .../src/main/res/mipmap-hdpi/ic_launcher.png | Bin 544 -> 0 bytes .../src/main/res/mipmap-mdpi/ic_launcher.png | Bin 442 -> 0 bytes .../src/main/res/mipmap-xhdpi/ic_launcher.png | Bin 721 -> 0 bytes .../main/res/mipmap-xxhdpi/ic_launcher.png | Bin 1031 -> 0 bytes .../main/res/mipmap-xxxhdpi/ic_launcher.png | Bin 1443 -> 0 bytes .../app/src/main/res/values-night/styles.xml | 18 - .../app/src/main/res/values/styles.xml | 18 - .../app/src/profile/AndroidManifest.xml | 7 - submissions/chispend_app/android/build.gradle | 31 -- .../chispend_app/android/gradle.properties | 3 - .../gradle/wrapper/gradle-wrapper.properties | 6 - .../chispend_app/android/settings.gradle | 11 - submissions/chispend_app/ios/.gitignore | 34 -- .../ios/Flutter/AppFrameworkInfo.plist | 26 - .../chispend_app/ios/Flutter/Debug.xcconfig | 1 - .../chispend_app/ios/Flutter/Release.xcconfig | 1 - .../ios/Runner.xcodeproj/project.pbxproj | 481 ------------------ .../contents.xcworkspacedata | 7 - .../xcshareddata/IDEWorkspaceChecks.plist | 8 - .../xcshareddata/WorkspaceSettings.xcsettings | 8 - .../xcshareddata/xcschemes/Runner.xcscheme | 87 ---- .../contents.xcworkspacedata | 7 - .../xcshareddata/IDEWorkspaceChecks.plist | 8 - .../xcshareddata/WorkspaceSettings.xcsettings | 8 - .../chispend_app/ios/Runner/AppDelegate.swift | 13 - .../AppIcon.appiconset/Contents.json | 122 ----- .../Icon-App-1024x1024@1x.png | Bin 10932 -> 0 bytes .../AppIcon.appiconset/Icon-App-20x20@1x.png | Bin 564 -> 0 bytes .../AppIcon.appiconset/Icon-App-20x20@2x.png | Bin 1283 -> 0 bytes .../AppIcon.appiconset/Icon-App-20x20@3x.png | Bin 1588 -> 0 bytes .../AppIcon.appiconset/Icon-App-29x29@1x.png | Bin 1025 -> 0 bytes .../AppIcon.appiconset/Icon-App-29x29@2x.png | Bin 1716 -> 0 bytes .../AppIcon.appiconset/Icon-App-29x29@3x.png | Bin 1920 -> 0 bytes .../AppIcon.appiconset/Icon-App-40x40@1x.png | Bin 1283 -> 0 bytes .../AppIcon.appiconset/Icon-App-40x40@2x.png | Bin 1895 -> 0 bytes .../AppIcon.appiconset/Icon-App-40x40@3x.png | Bin 2665 -> 0 bytes .../AppIcon.appiconset/Icon-App-60x60@2x.png | Bin 2665 -> 0 bytes .../AppIcon.appiconset/Icon-App-60x60@3x.png | Bin 3831 -> 0 bytes .../AppIcon.appiconset/Icon-App-76x76@1x.png | Bin 1888 -> 0 bytes .../AppIcon.appiconset/Icon-App-76x76@2x.png | Bin 3294 -> 0 bytes .../Icon-App-83.5x83.5@2x.png | Bin 3612 -> 0 bytes .../LaunchImage.imageset/Contents.json | 23 - .../LaunchImage.imageset/LaunchImage.png | Bin 68 -> 0 bytes .../LaunchImage.imageset/LaunchImage@2x.png | Bin 68 -> 0 bytes .../LaunchImage.imageset/LaunchImage@3x.png | Bin 68 -> 0 bytes .../LaunchImage.imageset/README.md | 5 - .../Runner/Base.lproj/LaunchScreen.storyboard | 37 -- .../ios/Runner/Base.lproj/Main.storyboard | 26 - .../chispend_app/ios/Runner/Info.plist | 47 -- .../ios/Runner/Runner-Bridging-Header.h | 1 - .../lib/data/common/helper_functions.dart | 23 - .../lib/data/constant/api_constants.dart | 5 - .../data/models/api/initiate_chimoney.dart | 44 -- .../lib/data/services/api/payout.dart | 80 --- .../services/api/request_helper/index.dart | 54 -- .../lib/data/services/navigation/index.dart | 47 -- submissions/chispend_app/lib/di/get_it.dart | 25 - submissions/chispend_app/lib/main.dart | 33 -- .../lib/presentation/ui/webview/index.dart | 22 - submissions/chispend_app/pubspec.lock | 238 --------- submissions/chispend_app/pubspec.yaml | 92 ---- .../chispend_app/test/widget_test.dart | 30 -- submissions/chispend_app/web/favicon.png | Bin 917 -> 0 bytes .../chispend_app/web/icons/Icon-192.png | Bin 5292 -> 0 bytes .../chispend_app/web/icons/Icon-512.png | Bin 8252 -> 0 bytes .../web/icons/Icon-maskable-192.png | Bin 5594 -> 0 bytes .../web/icons/Icon-maskable-512.png | Bin 20998 -> 0 bytes submissions/chispend_app/web/index.html | 104 ---- submissions/chispend_app/web/manifest.json | 35 -- submissions/chispend_app/windows/.gitignore | 17 - .../chispend_app/windows/CMakeLists.txt | 95 ---- .../windows/flutter/CMakeLists.txt | 103 ---- .../flutter/generated_plugin_registrant.cc | 11 - .../flutter/generated_plugin_registrant.h | 15 - .../windows/flutter/generated_plugins.cmake | 15 - .../windows/runner/CMakeLists.txt | 17 - .../chispend_app/windows/runner/Runner.rc | 121 ----- .../windows/runner/flutter_window.cpp | 61 --- .../windows/runner/flutter_window.h | 33 -- .../chispend_app/windows/runner/main.cpp | 43 -- .../chispend_app/windows/runner/resource.h | 16 - .../windows/runner/resources/app_icon.ico | Bin 33772 -> 0 bytes .../windows/runner/runner.exe.manifest | 20 - .../chispend_app/windows/runner/utils.cpp | 64 --- .../chispend_app/windows/runner/utils.h | 19 - .../windows/runner/win32_window.cpp | 245 --------- .../windows/runner/win32_window.h | 98 ---- ...spend_widget.dart => unispend_widget.dart} | 0 ...et_test.dart => unispend_widget_test.dart} | 0 307 files changed, 3127 deletions(-) rename submissions/{Chimoney Developer AP-bank-api-payout => Developer API-bank-api-payout}/.gitignore (100%) rename submissions/{Chimoney Developer AP-bank-api-payout => Developer API-bank-api-payout}/README.md (100%) rename submissions/{Chimoney Developer AP-bank-api-payout => Developer API-bank-api-payout}/index.html (100%) rename submissions/{Chimoney Developer AP-bank-api-payout => Developer API-bank-api-payout}/package-lock.json (100%) rename submissions/{Chimoney Developer AP-bank-api-payout => Developer API-bank-api-payout}/package.json (100%) rename submissions/{Chimoney Developer AP-bank-api-payout => Developer API-bank-api-payout}/postcss.config.cjs (100%) rename submissions/{Chimoney Developer AP-bank-api-payout => Developer API-bank-api-payout}/public/vite.svg (100%) rename submissions/{Chimoney Developer AP-bank-api-payout => Developer API-bank-api-payout}/src/App.jsx (100%) rename submissions/{Chimoney Developer AP-bank-api-payout => Developer API-bank-api-payout}/src/assets/chimoney-logo.svg (100%) rename submissions/{Chimoney Developer AP-bank-api-payout => Developer API-bank-api-payout}/src/index.css (100%) rename submissions/{Chimoney Developer AP-bank-api-payout => Developer API-bank-api-payout}/src/main.jsx (100%) rename submissions/{Chimoney Developer AP-bank-api-payout => Developer API-bank-api-payout}/src/service/fetchApi.js (100%) rename submissions/{Chimoney Developer AP-bank-api-payout => Developer API-bank-api-payout}/tailwind.config.cjs (100%) rename submissions/{Chimoney Developer AP-bank-api-payout => Developer API-bank-api-payout}/vite.config.js (100%) rename submissions/{Chimoney Developer AP-giftcard-payout => Developer API-giftcard-payout}/.gitignore (100%) rename submissions/{Chimoney Developer AP-giftcard-payout => Developer API-giftcard-payout}/README.md (100%) rename submissions/{Chimoney Developer AP-giftcard-payout => Developer API-giftcard-payout}/index.html (100%) rename submissions/{Chimoney Developer AP-giftcard-payout => Developer API-giftcard-payout}/package-lock.json (100%) rename submissions/{Chimoney Developer AP-giftcard-payout => Developer API-giftcard-payout}/package.json (100%) rename submissions/{Chimoney Developer AP-giftcard-payout => Developer API-giftcard-payout}/postcss.config.cjs (100%) rename submissions/{Chimoney Developer AP-giftcard-payout => Developer API-giftcard-payout}/public/vite.svg (100%) rename submissions/{Chimoney Developer AP-giftcard-payout => Developer API-giftcard-payout}/src/App.jsx (100%) rename submissions/{Chimoney Developer AP-giftcard-payout => Developer API-giftcard-payout}/src/assets/chimoney-logo.svg (100%) rename submissions/{Chimoney Developer AP-giftcard-payout => Developer API-giftcard-payout}/src/components/Giftcard.jsx (100%) rename submissions/{Chimoney Developer AP-giftcard-payout => Developer API-giftcard-payout}/src/components/Giftcards.jsx (100%) rename submissions/{Chimoney Developer AP-giftcard-payout => Developer API-giftcard-payout}/src/index.css (100%) rename submissions/{Chimoney Developer AP-giftcard-payout => Developer API-giftcard-payout}/src/main.jsx (100%) rename submissions/{Chimoney Developer AP-giftcard-payout => Developer API-giftcard-payout}/src/service/fetchApi.js (100%) rename submissions/{Chimoney Developer AP-giftcard-payout => Developer API-giftcard-payout}/tailwind.config.cjs (100%) rename submissions/{Chimoney Developer AP-giftcard-payout => Developer API-giftcard-payout}/vite.config.js (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/.editorconfig (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/.env.example (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/.gitattributes (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/.gitignore (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/Procfile (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/README.md (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/app/Console/Kernel.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/app/Exceptions/Handler.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/app/Http/Controllers/AccountController.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/app/Http/Controllers/Auth/AuthenticatedSessionController.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/app/Http/Controllers/Auth/ConfirmablePasswordController.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/app/Http/Controllers/Auth/EmailVerificationNotificationController.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/app/Http/Controllers/Auth/EmailVerificationPromptController.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/app/Http/Controllers/Auth/NewPasswordController.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/app/Http/Controllers/Auth/PasswordResetLinkController.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/app/Http/Controllers/Auth/RegisteredUserController.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/app/Http/Controllers/Auth/VerifyEmailController.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/app/Http/Controllers/Controller.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/app/Http/Controllers/PayoutController.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/app/Http/Controllers/ProfileController.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/app/Http/Kernel.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/app/Http/Livewire/Auth/RegisterUser.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/app/Http/Livewire/ProcessAirtime.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/app/Http/Livewire/ProcessBank.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/app/Http/Livewire/Username.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/app/Http/Middleware/Authenticate.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/app/Http/Middleware/EncryptCookies.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/app/Http/Middleware/PreventRequestsDuringMaintenance.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/app/Http/Middleware/RedirectIfAuthenticated.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/app/Http/Middleware/TrimStrings.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/app/Http/Middleware/TrustHosts.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/app/Http/Middleware/TrustProxies.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/app/Http/Middleware/ValidateSignature.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/app/Http/Middleware/VerifyCsrfToken.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/app/Http/Requests/Auth/LoginRequest.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/app/Models/Payout.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/app/Models/Transaction.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/app/Models/TransactionReference.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/app/Models/User.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/app/Providers/AppServiceProvider.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/app/Providers/AuthServiceProvider.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/app/Providers/BroadcastServiceProvider.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/app/Providers/EventServiceProvider.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/app/Providers/RouteServiceProvider.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/app/Support/Chiconnect/Account.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/app/Support/Chiconnect/Info.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/app/Support/Chiconnect/Payout.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/app/Support/Chiconnect/SubAccount.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/app/Support/Chiconnect/Wallet.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/app/Support/Helpers.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/app/View/Components/AppLayout.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/app/View/Components/GuestLayout.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/artisan (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/bootstrap/app.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/bootstrap/cache/.gitignore (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/composer.json (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/composer.lock (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/config/app.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/config/auth.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/config/broadcasting.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/config/cache.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/config/chimoney.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/config/cors.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/config/country_code.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/config/database.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/config/filesystems.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/config/hashing.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/config/logging.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/config/mail.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/config/queue.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/config/sanctum.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/config/services.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/config/session.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/config/view.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/database/.gitignore (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/database/factories/UserFactory.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/database/migrations/2014_10_12_000000_create_users_table.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/database/migrations/2014_10_12_100000_create_password_resets_table.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/database/migrations/2019_08_19_000000_create_failed_jobs_table.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/database/migrations/2022_10_17_080103_add_username_to_users_table.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/database/migrations/2022_10_17_194518_create_transactions_table.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/database/migrations/2022_10_20_180113_add_chi_wallet_id_to_users_table.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/database/migrations/2022_10_20_204612_create_payouts_table.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/database/migrations/2022_10_22_165728_create_transaction_references_table.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/database/migrations/2022_10_22_171931_alter_type_column_in_payouts_table.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/database/seeders/DatabaseSeeder.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/lang/en/auth.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/lang/en/pagination.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/lang/en/passwords.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/lang/en/validation.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/package-lock.json (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/package.json (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/phpunit.xml (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/postcss.config.js (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/public/.htaccess (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/public/favicon.ico (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/public/index.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/public/robots.txt (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/resources/css/app.css (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/resources/js/app.js (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/resources/js/bootstrap.js (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/resources/views/account/topup-user.blade.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/resources/views/auth/confirm-password.blade.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/resources/views/auth/forgot-password.blade.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/resources/views/auth/login.blade.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/resources/views/auth/register.blade.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/resources/views/auth/reset-password.blade.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/resources/views/auth/verify-email.blade.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/resources/views/components/application-logo.blade.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/resources/views/components/auth-card.blade.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/resources/views/components/auth-session-status.blade.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/resources/views/components/dropdown-link.blade.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/resources/views/components/dropdown.blade.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/resources/views/components/input-error.blade.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/resources/views/components/input-label.blade.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/resources/views/components/modal.blade.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/resources/views/components/nav-link.blade.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/resources/views/components/primary-button.blade.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/resources/views/components/responsive-nav-link.blade.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/resources/views/components/text-input.blade.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/resources/views/dashboard.blade.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/resources/views/layouts/app.blade.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/resources/views/layouts/guest.blade.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/resources/views/layouts/navigation.blade.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/resources/views/livewire/auth/register-user.blade.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/resources/views/livewire/process-airtime.blade.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/resources/views/livewire/process-bank.blade.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/resources/views/livewire/username.blade.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/resources/views/payout/airtime.blade.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/resources/views/payout/bank.blade.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/resources/views/payout/history.blade.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/resources/views/profile/index.blade.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/resources/views/profile/show.blade.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/resources/views/transfer/create.blade.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/resources/views/transfer/history.blade.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/resources/views/welcome.blade.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/routes/api.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/routes/auth.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/routes/channels.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/routes/console.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/routes/web.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/storage/app/.gitignore (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/storage/app/public/.gitignore (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/storage/framework/.gitignore (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/storage/framework/cache/.gitignore (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/storage/framework/cache/data/.gitignore (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/storage/framework/sessions/.gitignore (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/storage/framework/testing/.gitignore (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/storage/framework/views/.gitignore (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/tailwind.config.js (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/tests/CreatesApplication.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/tests/Feature/Auth/AuthenticationTest.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/tests/Feature/Auth/EmailVerificationTest.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/tests/Feature/Auth/PasswordConfirmationTest.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/tests/Feature/Auth/PasswordResetTest.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/tests/Feature/Auth/RegistrationTest.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/tests/Feature/ExampleTest.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/tests/TestCase.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/tests/Unit/ExampleTest.php (100%) rename submissions/{Chimoney Developer AP-laravel-web-app => Developer API-laravel-web-app}/vite.config.js (100%) rename submissions/{Chimoney Developer AP-mobile-money-payout => Developer API-mobile-money-payout}/.gitignore (100%) rename submissions/{Chimoney Developer AP-mobile-money-payout => Developer API-mobile-money-payout}/README.md (100%) rename submissions/{Chimoney Developer AP-mobile-money-payout => Developer API-mobile-money-payout}/index.html (100%) rename submissions/{Chimoney Developer AP-mobile-money-payout => Developer API-mobile-money-payout}/package-lock.json (100%) rename submissions/{Chimoney Developer AP-mobile-money-payout => Developer API-mobile-money-payout}/package.json (100%) rename submissions/{Chimoney Developer AP-mobile-money-payout => Developer API-mobile-money-payout}/postcss.config.cjs (100%) rename submissions/{Chimoney Developer AP-mobile-money-payout => Developer API-mobile-money-payout}/public/vite.svg (100%) rename submissions/{Chimoney Developer AP-mobile-money-payout => Developer API-mobile-money-payout}/src/App.jsx (100%) rename submissions/{Chimoney Developer AP-mobile-money-payout => Developer API-mobile-money-payout}/src/assets/chimoney-logo.svg (100%) rename submissions/{Chimoney Developer AP-mobile-money-payout => Developer API-mobile-money-payout}/src/assets/desktop-preview.png (100%) rename submissions/{Chimoney Developer AP-mobile-money-payout => Developer API-mobile-money-payout}/src/index.css (100%) rename submissions/{Chimoney Developer AP-mobile-money-payout => Developer API-mobile-money-payout}/src/main.jsx (100%) rename submissions/{Chimoney Developer AP-mobile-money-payout => Developer API-mobile-money-payout}/src/service/fetchApi.js (100%) rename submissions/{Chimoney Developer AP-mobile-money-payout => Developer API-mobile-money-payout}/tailwind.config.cjs (100%) rename submissions/{Chimoney Developer AP-mobile-money-payout => Developer API-mobile-money-payout}/vite.config.js (100%) rename submissions/{Chimoney Developer AP_dev_article => Developer API_dev_article}/README.md (100%) delete mode 100644 submissions/chispend_app/.gitignore delete mode 100644 submissions/chispend_app/.metadata delete mode 100644 submissions/chispend_app/README.md delete mode 100644 submissions/chispend_app/analysis_options.yaml delete mode 100644 submissions/chispend_app/android/.gitignore delete mode 100644 submissions/chispend_app/android/app/build.gradle delete mode 100644 submissions/chispend_app/android/app/src/debug/AndroidManifest.xml delete mode 100644 submissions/chispend_app/android/app/src/main/AndroidManifest.xml delete mode 100644 submissions/chispend_app/android/app/src/main/kotlin/com/example/chispend_app/MainActivity.kt delete mode 100644 submissions/chispend_app/android/app/src/main/res/drawable-v21/launch_background.xml delete mode 100644 submissions/chispend_app/android/app/src/main/res/drawable/launch_background.xml delete mode 100644 submissions/chispend_app/android/app/src/main/res/mipmap-hdpi/ic_launcher.png delete mode 100644 submissions/chispend_app/android/app/src/main/res/mipmap-mdpi/ic_launcher.png delete mode 100644 submissions/chispend_app/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png delete mode 100644 submissions/chispend_app/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png delete mode 100644 submissions/chispend_app/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png delete mode 100644 submissions/chispend_app/android/app/src/main/res/values-night/styles.xml delete mode 100644 submissions/chispend_app/android/app/src/main/res/values/styles.xml delete mode 100644 submissions/chispend_app/android/app/src/profile/AndroidManifest.xml delete mode 100644 submissions/chispend_app/android/build.gradle delete mode 100644 submissions/chispend_app/android/gradle.properties delete mode 100644 submissions/chispend_app/android/gradle/wrapper/gradle-wrapper.properties delete mode 100644 submissions/chispend_app/android/settings.gradle delete mode 100644 submissions/chispend_app/ios/.gitignore delete mode 100644 submissions/chispend_app/ios/Flutter/AppFrameworkInfo.plist delete mode 100644 submissions/chispend_app/ios/Flutter/Debug.xcconfig delete mode 100644 submissions/chispend_app/ios/Flutter/Release.xcconfig delete mode 100644 submissions/chispend_app/ios/Runner.xcodeproj/project.pbxproj delete mode 100644 submissions/chispend_app/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata delete mode 100644 submissions/chispend_app/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist delete mode 100644 submissions/chispend_app/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings delete mode 100644 submissions/chispend_app/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme delete mode 100644 submissions/chispend_app/ios/Runner.xcworkspace/contents.xcworkspacedata delete mode 100644 submissions/chispend_app/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist delete mode 100644 submissions/chispend_app/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings delete mode 100644 submissions/chispend_app/ios/Runner/AppDelegate.swift delete mode 100644 submissions/chispend_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json delete mode 100644 submissions/chispend_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png delete mode 100644 submissions/chispend_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png delete mode 100644 submissions/chispend_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png delete mode 100644 submissions/chispend_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png delete mode 100644 submissions/chispend_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png delete mode 100644 submissions/chispend_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png delete mode 100644 submissions/chispend_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png delete mode 100644 submissions/chispend_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png delete mode 100644 submissions/chispend_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png delete mode 100644 submissions/chispend_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png delete mode 100644 submissions/chispend_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png delete mode 100644 submissions/chispend_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png delete mode 100644 submissions/chispend_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png delete mode 100644 submissions/chispend_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png delete mode 100644 submissions/chispend_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png delete mode 100644 submissions/chispend_app/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json delete mode 100644 submissions/chispend_app/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png delete mode 100644 submissions/chispend_app/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png delete mode 100644 submissions/chispend_app/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png delete mode 100644 submissions/chispend_app/ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md delete mode 100644 submissions/chispend_app/ios/Runner/Base.lproj/LaunchScreen.storyboard delete mode 100644 submissions/chispend_app/ios/Runner/Base.lproj/Main.storyboard delete mode 100644 submissions/chispend_app/ios/Runner/Info.plist delete mode 100644 submissions/chispend_app/ios/Runner/Runner-Bridging-Header.h delete mode 100644 submissions/chispend_app/lib/data/common/helper_functions.dart delete mode 100644 submissions/chispend_app/lib/data/constant/api_constants.dart delete mode 100644 submissions/chispend_app/lib/data/models/api/initiate_chimoney.dart delete mode 100644 submissions/chispend_app/lib/data/services/api/payout.dart delete mode 100644 submissions/chispend_app/lib/data/services/api/request_helper/index.dart delete mode 100644 submissions/chispend_app/lib/data/services/navigation/index.dart delete mode 100644 submissions/chispend_app/lib/di/get_it.dart delete mode 100644 submissions/chispend_app/lib/main.dart delete mode 100644 submissions/chispend_app/lib/presentation/ui/webview/index.dart delete mode 100644 submissions/chispend_app/pubspec.lock delete mode 100644 submissions/chispend_app/pubspec.yaml delete mode 100644 submissions/chispend_app/test/widget_test.dart delete mode 100644 submissions/chispend_app/web/favicon.png delete mode 100644 submissions/chispend_app/web/icons/Icon-192.png delete mode 100644 submissions/chispend_app/web/icons/Icon-512.png delete mode 100644 submissions/chispend_app/web/icons/Icon-maskable-192.png delete mode 100644 submissions/chispend_app/web/icons/Icon-maskable-512.png delete mode 100644 submissions/chispend_app/web/index.html delete mode 100644 submissions/chispend_app/web/manifest.json delete mode 100644 submissions/chispend_app/windows/.gitignore delete mode 100644 submissions/chispend_app/windows/CMakeLists.txt delete mode 100644 submissions/chispend_app/windows/flutter/CMakeLists.txt delete mode 100644 submissions/chispend_app/windows/flutter/generated_plugin_registrant.cc delete mode 100644 submissions/chispend_app/windows/flutter/generated_plugin_registrant.h delete mode 100644 submissions/chispend_app/windows/flutter/generated_plugins.cmake delete mode 100644 submissions/chispend_app/windows/runner/CMakeLists.txt delete mode 100644 submissions/chispend_app/windows/runner/Runner.rc delete mode 100644 submissions/chispend_app/windows/runner/flutter_window.cpp delete mode 100644 submissions/chispend_app/windows/runner/flutter_window.h delete mode 100644 submissions/chispend_app/windows/runner/main.cpp delete mode 100644 submissions/chispend_app/windows/runner/resource.h delete mode 100644 submissions/chispend_app/windows/runner/resources/app_icon.ico delete mode 100644 submissions/chispend_app/windows/runner/runner.exe.manifest delete mode 100644 submissions/chispend_app/windows/runner/utils.cpp delete mode 100644 submissions/chispend_app/windows/runner/utils.h delete mode 100644 submissions/chispend_app/windows/runner/win32_window.cpp delete mode 100644 submissions/chispend_app/windows/runner/win32_window.h rename submissions/unispend_widget/lib/{chispend_widget.dart => unispend_widget.dart} (100%) rename submissions/unispend_widget/test/{chispend_widget_test.dart => unispend_widget_test.dart} (100%) diff --git a/submissions/Chimoney Developer AP-bank-api-payout/.gitignore b/submissions/Developer API-bank-api-payout/.gitignore similarity index 100% rename from submissions/Chimoney Developer AP-bank-api-payout/.gitignore rename to submissions/Developer API-bank-api-payout/.gitignore diff --git a/submissions/Chimoney Developer AP-bank-api-payout/README.md b/submissions/Developer API-bank-api-payout/README.md similarity index 100% rename from submissions/Chimoney Developer AP-bank-api-payout/README.md rename to submissions/Developer API-bank-api-payout/README.md diff --git a/submissions/Chimoney Developer AP-bank-api-payout/index.html b/submissions/Developer API-bank-api-payout/index.html similarity index 100% rename from submissions/Chimoney Developer AP-bank-api-payout/index.html rename to submissions/Developer API-bank-api-payout/index.html diff --git a/submissions/Chimoney Developer AP-bank-api-payout/package-lock.json b/submissions/Developer API-bank-api-payout/package-lock.json similarity index 100% rename from submissions/Chimoney Developer AP-bank-api-payout/package-lock.json rename to submissions/Developer API-bank-api-payout/package-lock.json diff --git a/submissions/Chimoney Developer AP-bank-api-payout/package.json b/submissions/Developer API-bank-api-payout/package.json similarity index 100% rename from submissions/Chimoney Developer AP-bank-api-payout/package.json rename to submissions/Developer API-bank-api-payout/package.json diff --git a/submissions/Chimoney Developer AP-bank-api-payout/postcss.config.cjs b/submissions/Developer API-bank-api-payout/postcss.config.cjs similarity index 100% rename from submissions/Chimoney Developer AP-bank-api-payout/postcss.config.cjs rename to submissions/Developer API-bank-api-payout/postcss.config.cjs diff --git a/submissions/Chimoney Developer AP-bank-api-payout/public/vite.svg b/submissions/Developer API-bank-api-payout/public/vite.svg similarity index 100% rename from submissions/Chimoney Developer AP-bank-api-payout/public/vite.svg rename to submissions/Developer API-bank-api-payout/public/vite.svg diff --git a/submissions/Chimoney Developer AP-bank-api-payout/src/App.jsx b/submissions/Developer API-bank-api-payout/src/App.jsx similarity index 100% rename from submissions/Chimoney Developer AP-bank-api-payout/src/App.jsx rename to submissions/Developer API-bank-api-payout/src/App.jsx diff --git a/submissions/Chimoney Developer AP-bank-api-payout/src/assets/chimoney-logo.svg b/submissions/Developer API-bank-api-payout/src/assets/chimoney-logo.svg similarity index 100% rename from submissions/Chimoney Developer AP-bank-api-payout/src/assets/chimoney-logo.svg rename to submissions/Developer API-bank-api-payout/src/assets/chimoney-logo.svg diff --git a/submissions/Chimoney Developer AP-bank-api-payout/src/index.css b/submissions/Developer API-bank-api-payout/src/index.css similarity index 100% rename from submissions/Chimoney Developer AP-bank-api-payout/src/index.css rename to submissions/Developer API-bank-api-payout/src/index.css diff --git a/submissions/Chimoney Developer AP-bank-api-payout/src/main.jsx b/submissions/Developer API-bank-api-payout/src/main.jsx similarity index 100% rename from submissions/Chimoney Developer AP-bank-api-payout/src/main.jsx rename to submissions/Developer API-bank-api-payout/src/main.jsx diff --git a/submissions/Chimoney Developer AP-bank-api-payout/src/service/fetchApi.js b/submissions/Developer API-bank-api-payout/src/service/fetchApi.js similarity index 100% rename from submissions/Chimoney Developer AP-bank-api-payout/src/service/fetchApi.js rename to submissions/Developer API-bank-api-payout/src/service/fetchApi.js diff --git a/submissions/Chimoney Developer AP-bank-api-payout/tailwind.config.cjs b/submissions/Developer API-bank-api-payout/tailwind.config.cjs similarity index 100% rename from submissions/Chimoney Developer AP-bank-api-payout/tailwind.config.cjs rename to submissions/Developer API-bank-api-payout/tailwind.config.cjs diff --git a/submissions/Chimoney Developer AP-bank-api-payout/vite.config.js b/submissions/Developer API-bank-api-payout/vite.config.js similarity index 100% rename from submissions/Chimoney Developer AP-bank-api-payout/vite.config.js rename to submissions/Developer API-bank-api-payout/vite.config.js diff --git a/submissions/Chimoney Developer AP-giftcard-payout/.gitignore b/submissions/Developer API-giftcard-payout/.gitignore similarity index 100% rename from submissions/Chimoney Developer AP-giftcard-payout/.gitignore rename to submissions/Developer API-giftcard-payout/.gitignore diff --git a/submissions/Chimoney Developer AP-giftcard-payout/README.md b/submissions/Developer API-giftcard-payout/README.md similarity index 100% rename from submissions/Chimoney Developer AP-giftcard-payout/README.md rename to submissions/Developer API-giftcard-payout/README.md diff --git a/submissions/Chimoney Developer AP-giftcard-payout/index.html b/submissions/Developer API-giftcard-payout/index.html similarity index 100% rename from submissions/Chimoney Developer AP-giftcard-payout/index.html rename to submissions/Developer API-giftcard-payout/index.html diff --git a/submissions/Chimoney Developer AP-giftcard-payout/package-lock.json b/submissions/Developer API-giftcard-payout/package-lock.json similarity index 100% rename from submissions/Chimoney Developer AP-giftcard-payout/package-lock.json rename to submissions/Developer API-giftcard-payout/package-lock.json diff --git a/submissions/Chimoney Developer AP-giftcard-payout/package.json b/submissions/Developer API-giftcard-payout/package.json similarity index 100% rename from submissions/Chimoney Developer AP-giftcard-payout/package.json rename to submissions/Developer API-giftcard-payout/package.json diff --git a/submissions/Chimoney Developer AP-giftcard-payout/postcss.config.cjs b/submissions/Developer API-giftcard-payout/postcss.config.cjs similarity index 100% rename from submissions/Chimoney Developer AP-giftcard-payout/postcss.config.cjs rename to submissions/Developer API-giftcard-payout/postcss.config.cjs diff --git a/submissions/Chimoney Developer AP-giftcard-payout/public/vite.svg b/submissions/Developer API-giftcard-payout/public/vite.svg similarity index 100% rename from submissions/Chimoney Developer AP-giftcard-payout/public/vite.svg rename to submissions/Developer API-giftcard-payout/public/vite.svg diff --git a/submissions/Chimoney Developer AP-giftcard-payout/src/App.jsx b/submissions/Developer API-giftcard-payout/src/App.jsx similarity index 100% rename from submissions/Chimoney Developer AP-giftcard-payout/src/App.jsx rename to submissions/Developer API-giftcard-payout/src/App.jsx diff --git a/submissions/Chimoney Developer AP-giftcard-payout/src/assets/chimoney-logo.svg b/submissions/Developer API-giftcard-payout/src/assets/chimoney-logo.svg similarity index 100% rename from submissions/Chimoney Developer AP-giftcard-payout/src/assets/chimoney-logo.svg rename to submissions/Developer API-giftcard-payout/src/assets/chimoney-logo.svg diff --git a/submissions/Chimoney Developer AP-giftcard-payout/src/components/Giftcard.jsx b/submissions/Developer API-giftcard-payout/src/components/Giftcard.jsx similarity index 100% rename from submissions/Chimoney Developer AP-giftcard-payout/src/components/Giftcard.jsx rename to submissions/Developer API-giftcard-payout/src/components/Giftcard.jsx diff --git a/submissions/Chimoney Developer AP-giftcard-payout/src/components/Giftcards.jsx b/submissions/Developer API-giftcard-payout/src/components/Giftcards.jsx similarity index 100% rename from submissions/Chimoney Developer AP-giftcard-payout/src/components/Giftcards.jsx rename to submissions/Developer API-giftcard-payout/src/components/Giftcards.jsx diff --git a/submissions/Chimoney Developer AP-giftcard-payout/src/index.css b/submissions/Developer API-giftcard-payout/src/index.css similarity index 100% rename from submissions/Chimoney Developer AP-giftcard-payout/src/index.css rename to submissions/Developer API-giftcard-payout/src/index.css diff --git a/submissions/Chimoney Developer AP-giftcard-payout/src/main.jsx b/submissions/Developer API-giftcard-payout/src/main.jsx similarity index 100% rename from submissions/Chimoney Developer AP-giftcard-payout/src/main.jsx rename to submissions/Developer API-giftcard-payout/src/main.jsx diff --git a/submissions/Chimoney Developer AP-giftcard-payout/src/service/fetchApi.js b/submissions/Developer API-giftcard-payout/src/service/fetchApi.js similarity index 100% rename from submissions/Chimoney Developer AP-giftcard-payout/src/service/fetchApi.js rename to submissions/Developer API-giftcard-payout/src/service/fetchApi.js diff --git a/submissions/Chimoney Developer AP-giftcard-payout/tailwind.config.cjs b/submissions/Developer API-giftcard-payout/tailwind.config.cjs similarity index 100% rename from submissions/Chimoney Developer AP-giftcard-payout/tailwind.config.cjs rename to submissions/Developer API-giftcard-payout/tailwind.config.cjs diff --git a/submissions/Chimoney Developer AP-giftcard-payout/vite.config.js b/submissions/Developer API-giftcard-payout/vite.config.js similarity index 100% rename from submissions/Chimoney Developer AP-giftcard-payout/vite.config.js rename to submissions/Developer API-giftcard-payout/vite.config.js diff --git a/submissions/Chimoney Developer AP-laravel-web-app/.editorconfig b/submissions/Developer API-laravel-web-app/.editorconfig similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/.editorconfig rename to submissions/Developer API-laravel-web-app/.editorconfig diff --git a/submissions/Chimoney Developer AP-laravel-web-app/.env.example b/submissions/Developer API-laravel-web-app/.env.example similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/.env.example rename to submissions/Developer API-laravel-web-app/.env.example diff --git a/submissions/Chimoney Developer AP-laravel-web-app/.gitattributes b/submissions/Developer API-laravel-web-app/.gitattributes similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/.gitattributes rename to submissions/Developer API-laravel-web-app/.gitattributes diff --git a/submissions/Chimoney Developer AP-laravel-web-app/.gitignore b/submissions/Developer API-laravel-web-app/.gitignore similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/.gitignore rename to submissions/Developer API-laravel-web-app/.gitignore diff --git a/submissions/Chimoney Developer AP-laravel-web-app/Procfile b/submissions/Developer API-laravel-web-app/Procfile similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/Procfile rename to submissions/Developer API-laravel-web-app/Procfile diff --git a/submissions/Chimoney Developer AP-laravel-web-app/README.md b/submissions/Developer API-laravel-web-app/README.md similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/README.md rename to submissions/Developer API-laravel-web-app/README.md diff --git a/submissions/Chimoney Developer AP-laravel-web-app/app/Console/Kernel.php b/submissions/Developer API-laravel-web-app/app/Console/Kernel.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/app/Console/Kernel.php rename to submissions/Developer API-laravel-web-app/app/Console/Kernel.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/app/Exceptions/Handler.php b/submissions/Developer API-laravel-web-app/app/Exceptions/Handler.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/app/Exceptions/Handler.php rename to submissions/Developer API-laravel-web-app/app/Exceptions/Handler.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/app/Http/Controllers/AccountController.php b/submissions/Developer API-laravel-web-app/app/Http/Controllers/AccountController.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/app/Http/Controllers/AccountController.php rename to submissions/Developer API-laravel-web-app/app/Http/Controllers/AccountController.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/app/Http/Controllers/Auth/AuthenticatedSessionController.php b/submissions/Developer API-laravel-web-app/app/Http/Controllers/Auth/AuthenticatedSessionController.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/app/Http/Controllers/Auth/AuthenticatedSessionController.php rename to submissions/Developer API-laravel-web-app/app/Http/Controllers/Auth/AuthenticatedSessionController.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/app/Http/Controllers/Auth/ConfirmablePasswordController.php b/submissions/Developer API-laravel-web-app/app/Http/Controllers/Auth/ConfirmablePasswordController.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/app/Http/Controllers/Auth/ConfirmablePasswordController.php rename to submissions/Developer API-laravel-web-app/app/Http/Controllers/Auth/ConfirmablePasswordController.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/app/Http/Controllers/Auth/EmailVerificationNotificationController.php b/submissions/Developer API-laravel-web-app/app/Http/Controllers/Auth/EmailVerificationNotificationController.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/app/Http/Controllers/Auth/EmailVerificationNotificationController.php rename to submissions/Developer API-laravel-web-app/app/Http/Controllers/Auth/EmailVerificationNotificationController.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/app/Http/Controllers/Auth/EmailVerificationPromptController.php b/submissions/Developer API-laravel-web-app/app/Http/Controllers/Auth/EmailVerificationPromptController.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/app/Http/Controllers/Auth/EmailVerificationPromptController.php rename to submissions/Developer API-laravel-web-app/app/Http/Controllers/Auth/EmailVerificationPromptController.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/app/Http/Controllers/Auth/NewPasswordController.php b/submissions/Developer API-laravel-web-app/app/Http/Controllers/Auth/NewPasswordController.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/app/Http/Controllers/Auth/NewPasswordController.php rename to submissions/Developer API-laravel-web-app/app/Http/Controllers/Auth/NewPasswordController.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/app/Http/Controllers/Auth/PasswordResetLinkController.php b/submissions/Developer API-laravel-web-app/app/Http/Controllers/Auth/PasswordResetLinkController.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/app/Http/Controllers/Auth/PasswordResetLinkController.php rename to submissions/Developer API-laravel-web-app/app/Http/Controllers/Auth/PasswordResetLinkController.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/app/Http/Controllers/Auth/RegisteredUserController.php b/submissions/Developer API-laravel-web-app/app/Http/Controllers/Auth/RegisteredUserController.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/app/Http/Controllers/Auth/RegisteredUserController.php rename to submissions/Developer API-laravel-web-app/app/Http/Controllers/Auth/RegisteredUserController.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/app/Http/Controllers/Auth/VerifyEmailController.php b/submissions/Developer API-laravel-web-app/app/Http/Controllers/Auth/VerifyEmailController.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/app/Http/Controllers/Auth/VerifyEmailController.php rename to submissions/Developer API-laravel-web-app/app/Http/Controllers/Auth/VerifyEmailController.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/app/Http/Controllers/Controller.php b/submissions/Developer API-laravel-web-app/app/Http/Controllers/Controller.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/app/Http/Controllers/Controller.php rename to submissions/Developer API-laravel-web-app/app/Http/Controllers/Controller.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/app/Http/Controllers/PayoutController.php b/submissions/Developer API-laravel-web-app/app/Http/Controllers/PayoutController.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/app/Http/Controllers/PayoutController.php rename to submissions/Developer API-laravel-web-app/app/Http/Controllers/PayoutController.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/app/Http/Controllers/ProfileController.php b/submissions/Developer API-laravel-web-app/app/Http/Controllers/ProfileController.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/app/Http/Controllers/ProfileController.php rename to submissions/Developer API-laravel-web-app/app/Http/Controllers/ProfileController.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/app/Http/Kernel.php b/submissions/Developer API-laravel-web-app/app/Http/Kernel.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/app/Http/Kernel.php rename to submissions/Developer API-laravel-web-app/app/Http/Kernel.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/app/Http/Livewire/Auth/RegisterUser.php b/submissions/Developer API-laravel-web-app/app/Http/Livewire/Auth/RegisterUser.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/app/Http/Livewire/Auth/RegisterUser.php rename to submissions/Developer API-laravel-web-app/app/Http/Livewire/Auth/RegisterUser.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/app/Http/Livewire/ProcessAirtime.php b/submissions/Developer API-laravel-web-app/app/Http/Livewire/ProcessAirtime.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/app/Http/Livewire/ProcessAirtime.php rename to submissions/Developer API-laravel-web-app/app/Http/Livewire/ProcessAirtime.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/app/Http/Livewire/ProcessBank.php b/submissions/Developer API-laravel-web-app/app/Http/Livewire/ProcessBank.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/app/Http/Livewire/ProcessBank.php rename to submissions/Developer API-laravel-web-app/app/Http/Livewire/ProcessBank.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/app/Http/Livewire/Username.php b/submissions/Developer API-laravel-web-app/app/Http/Livewire/Username.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/app/Http/Livewire/Username.php rename to submissions/Developer API-laravel-web-app/app/Http/Livewire/Username.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/app/Http/Middleware/Authenticate.php b/submissions/Developer API-laravel-web-app/app/Http/Middleware/Authenticate.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/app/Http/Middleware/Authenticate.php rename to submissions/Developer API-laravel-web-app/app/Http/Middleware/Authenticate.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/app/Http/Middleware/EncryptCookies.php b/submissions/Developer API-laravel-web-app/app/Http/Middleware/EncryptCookies.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/app/Http/Middleware/EncryptCookies.php rename to submissions/Developer API-laravel-web-app/app/Http/Middleware/EncryptCookies.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/app/Http/Middleware/PreventRequestsDuringMaintenance.php b/submissions/Developer API-laravel-web-app/app/Http/Middleware/PreventRequestsDuringMaintenance.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/app/Http/Middleware/PreventRequestsDuringMaintenance.php rename to submissions/Developer API-laravel-web-app/app/Http/Middleware/PreventRequestsDuringMaintenance.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/app/Http/Middleware/RedirectIfAuthenticated.php b/submissions/Developer API-laravel-web-app/app/Http/Middleware/RedirectIfAuthenticated.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/app/Http/Middleware/RedirectIfAuthenticated.php rename to submissions/Developer API-laravel-web-app/app/Http/Middleware/RedirectIfAuthenticated.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/app/Http/Middleware/TrimStrings.php b/submissions/Developer API-laravel-web-app/app/Http/Middleware/TrimStrings.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/app/Http/Middleware/TrimStrings.php rename to submissions/Developer API-laravel-web-app/app/Http/Middleware/TrimStrings.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/app/Http/Middleware/TrustHosts.php b/submissions/Developer API-laravel-web-app/app/Http/Middleware/TrustHosts.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/app/Http/Middleware/TrustHosts.php rename to submissions/Developer API-laravel-web-app/app/Http/Middleware/TrustHosts.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/app/Http/Middleware/TrustProxies.php b/submissions/Developer API-laravel-web-app/app/Http/Middleware/TrustProxies.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/app/Http/Middleware/TrustProxies.php rename to submissions/Developer API-laravel-web-app/app/Http/Middleware/TrustProxies.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/app/Http/Middleware/ValidateSignature.php b/submissions/Developer API-laravel-web-app/app/Http/Middleware/ValidateSignature.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/app/Http/Middleware/ValidateSignature.php rename to submissions/Developer API-laravel-web-app/app/Http/Middleware/ValidateSignature.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/app/Http/Middleware/VerifyCsrfToken.php b/submissions/Developer API-laravel-web-app/app/Http/Middleware/VerifyCsrfToken.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/app/Http/Middleware/VerifyCsrfToken.php rename to submissions/Developer API-laravel-web-app/app/Http/Middleware/VerifyCsrfToken.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/app/Http/Requests/Auth/LoginRequest.php b/submissions/Developer API-laravel-web-app/app/Http/Requests/Auth/LoginRequest.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/app/Http/Requests/Auth/LoginRequest.php rename to submissions/Developer API-laravel-web-app/app/Http/Requests/Auth/LoginRequest.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/app/Models/Payout.php b/submissions/Developer API-laravel-web-app/app/Models/Payout.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/app/Models/Payout.php rename to submissions/Developer API-laravel-web-app/app/Models/Payout.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/app/Models/Transaction.php b/submissions/Developer API-laravel-web-app/app/Models/Transaction.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/app/Models/Transaction.php rename to submissions/Developer API-laravel-web-app/app/Models/Transaction.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/app/Models/TransactionReference.php b/submissions/Developer API-laravel-web-app/app/Models/TransactionReference.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/app/Models/TransactionReference.php rename to submissions/Developer API-laravel-web-app/app/Models/TransactionReference.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/app/Models/User.php b/submissions/Developer API-laravel-web-app/app/Models/User.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/app/Models/User.php rename to submissions/Developer API-laravel-web-app/app/Models/User.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/app/Providers/AppServiceProvider.php b/submissions/Developer API-laravel-web-app/app/Providers/AppServiceProvider.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/app/Providers/AppServiceProvider.php rename to submissions/Developer API-laravel-web-app/app/Providers/AppServiceProvider.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/app/Providers/AuthServiceProvider.php b/submissions/Developer API-laravel-web-app/app/Providers/AuthServiceProvider.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/app/Providers/AuthServiceProvider.php rename to submissions/Developer API-laravel-web-app/app/Providers/AuthServiceProvider.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/app/Providers/BroadcastServiceProvider.php b/submissions/Developer API-laravel-web-app/app/Providers/BroadcastServiceProvider.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/app/Providers/BroadcastServiceProvider.php rename to submissions/Developer API-laravel-web-app/app/Providers/BroadcastServiceProvider.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/app/Providers/EventServiceProvider.php b/submissions/Developer API-laravel-web-app/app/Providers/EventServiceProvider.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/app/Providers/EventServiceProvider.php rename to submissions/Developer API-laravel-web-app/app/Providers/EventServiceProvider.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/app/Providers/RouteServiceProvider.php b/submissions/Developer API-laravel-web-app/app/Providers/RouteServiceProvider.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/app/Providers/RouteServiceProvider.php rename to submissions/Developer API-laravel-web-app/app/Providers/RouteServiceProvider.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/app/Support/Chiconnect/Account.php b/submissions/Developer API-laravel-web-app/app/Support/Chiconnect/Account.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/app/Support/Chiconnect/Account.php rename to submissions/Developer API-laravel-web-app/app/Support/Chiconnect/Account.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/app/Support/Chiconnect/Info.php b/submissions/Developer API-laravel-web-app/app/Support/Chiconnect/Info.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/app/Support/Chiconnect/Info.php rename to submissions/Developer API-laravel-web-app/app/Support/Chiconnect/Info.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/app/Support/Chiconnect/Payout.php b/submissions/Developer API-laravel-web-app/app/Support/Chiconnect/Payout.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/app/Support/Chiconnect/Payout.php rename to submissions/Developer API-laravel-web-app/app/Support/Chiconnect/Payout.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/app/Support/Chiconnect/SubAccount.php b/submissions/Developer API-laravel-web-app/app/Support/Chiconnect/SubAccount.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/app/Support/Chiconnect/SubAccount.php rename to submissions/Developer API-laravel-web-app/app/Support/Chiconnect/SubAccount.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/app/Support/Chiconnect/Wallet.php b/submissions/Developer API-laravel-web-app/app/Support/Chiconnect/Wallet.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/app/Support/Chiconnect/Wallet.php rename to submissions/Developer API-laravel-web-app/app/Support/Chiconnect/Wallet.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/app/Support/Helpers.php b/submissions/Developer API-laravel-web-app/app/Support/Helpers.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/app/Support/Helpers.php rename to submissions/Developer API-laravel-web-app/app/Support/Helpers.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/app/View/Components/AppLayout.php b/submissions/Developer API-laravel-web-app/app/View/Components/AppLayout.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/app/View/Components/AppLayout.php rename to submissions/Developer API-laravel-web-app/app/View/Components/AppLayout.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/app/View/Components/GuestLayout.php b/submissions/Developer API-laravel-web-app/app/View/Components/GuestLayout.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/app/View/Components/GuestLayout.php rename to submissions/Developer API-laravel-web-app/app/View/Components/GuestLayout.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/artisan b/submissions/Developer API-laravel-web-app/artisan similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/artisan rename to submissions/Developer API-laravel-web-app/artisan diff --git a/submissions/Chimoney Developer AP-laravel-web-app/bootstrap/app.php b/submissions/Developer API-laravel-web-app/bootstrap/app.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/bootstrap/app.php rename to submissions/Developer API-laravel-web-app/bootstrap/app.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/bootstrap/cache/.gitignore b/submissions/Developer API-laravel-web-app/bootstrap/cache/.gitignore similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/bootstrap/cache/.gitignore rename to submissions/Developer API-laravel-web-app/bootstrap/cache/.gitignore diff --git a/submissions/Chimoney Developer AP-laravel-web-app/composer.json b/submissions/Developer API-laravel-web-app/composer.json similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/composer.json rename to submissions/Developer API-laravel-web-app/composer.json diff --git a/submissions/Chimoney Developer AP-laravel-web-app/composer.lock b/submissions/Developer API-laravel-web-app/composer.lock similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/composer.lock rename to submissions/Developer API-laravel-web-app/composer.lock diff --git a/submissions/Chimoney Developer AP-laravel-web-app/config/app.php b/submissions/Developer API-laravel-web-app/config/app.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/config/app.php rename to submissions/Developer API-laravel-web-app/config/app.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/config/auth.php b/submissions/Developer API-laravel-web-app/config/auth.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/config/auth.php rename to submissions/Developer API-laravel-web-app/config/auth.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/config/broadcasting.php b/submissions/Developer API-laravel-web-app/config/broadcasting.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/config/broadcasting.php rename to submissions/Developer API-laravel-web-app/config/broadcasting.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/config/cache.php b/submissions/Developer API-laravel-web-app/config/cache.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/config/cache.php rename to submissions/Developer API-laravel-web-app/config/cache.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/config/chimoney.php b/submissions/Developer API-laravel-web-app/config/chimoney.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/config/chimoney.php rename to submissions/Developer API-laravel-web-app/config/chimoney.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/config/cors.php b/submissions/Developer API-laravel-web-app/config/cors.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/config/cors.php rename to submissions/Developer API-laravel-web-app/config/cors.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/config/country_code.php b/submissions/Developer API-laravel-web-app/config/country_code.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/config/country_code.php rename to submissions/Developer API-laravel-web-app/config/country_code.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/config/database.php b/submissions/Developer API-laravel-web-app/config/database.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/config/database.php rename to submissions/Developer API-laravel-web-app/config/database.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/config/filesystems.php b/submissions/Developer API-laravel-web-app/config/filesystems.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/config/filesystems.php rename to submissions/Developer API-laravel-web-app/config/filesystems.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/config/hashing.php b/submissions/Developer API-laravel-web-app/config/hashing.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/config/hashing.php rename to submissions/Developer API-laravel-web-app/config/hashing.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/config/logging.php b/submissions/Developer API-laravel-web-app/config/logging.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/config/logging.php rename to submissions/Developer API-laravel-web-app/config/logging.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/config/mail.php b/submissions/Developer API-laravel-web-app/config/mail.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/config/mail.php rename to submissions/Developer API-laravel-web-app/config/mail.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/config/queue.php b/submissions/Developer API-laravel-web-app/config/queue.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/config/queue.php rename to submissions/Developer API-laravel-web-app/config/queue.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/config/sanctum.php b/submissions/Developer API-laravel-web-app/config/sanctum.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/config/sanctum.php rename to submissions/Developer API-laravel-web-app/config/sanctum.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/config/services.php b/submissions/Developer API-laravel-web-app/config/services.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/config/services.php rename to submissions/Developer API-laravel-web-app/config/services.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/config/session.php b/submissions/Developer API-laravel-web-app/config/session.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/config/session.php rename to submissions/Developer API-laravel-web-app/config/session.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/config/view.php b/submissions/Developer API-laravel-web-app/config/view.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/config/view.php rename to submissions/Developer API-laravel-web-app/config/view.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/database/.gitignore b/submissions/Developer API-laravel-web-app/database/.gitignore similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/database/.gitignore rename to submissions/Developer API-laravel-web-app/database/.gitignore diff --git a/submissions/Chimoney Developer AP-laravel-web-app/database/factories/UserFactory.php b/submissions/Developer API-laravel-web-app/database/factories/UserFactory.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/database/factories/UserFactory.php rename to submissions/Developer API-laravel-web-app/database/factories/UserFactory.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/database/migrations/2014_10_12_000000_create_users_table.php b/submissions/Developer API-laravel-web-app/database/migrations/2014_10_12_000000_create_users_table.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/database/migrations/2014_10_12_000000_create_users_table.php rename to submissions/Developer API-laravel-web-app/database/migrations/2014_10_12_000000_create_users_table.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/database/migrations/2014_10_12_100000_create_password_resets_table.php b/submissions/Developer API-laravel-web-app/database/migrations/2014_10_12_100000_create_password_resets_table.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/database/migrations/2014_10_12_100000_create_password_resets_table.php rename to submissions/Developer API-laravel-web-app/database/migrations/2014_10_12_100000_create_password_resets_table.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/database/migrations/2019_08_19_000000_create_failed_jobs_table.php b/submissions/Developer API-laravel-web-app/database/migrations/2019_08_19_000000_create_failed_jobs_table.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/database/migrations/2019_08_19_000000_create_failed_jobs_table.php rename to submissions/Developer API-laravel-web-app/database/migrations/2019_08_19_000000_create_failed_jobs_table.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php b/submissions/Developer API-laravel-web-app/database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php rename to submissions/Developer API-laravel-web-app/database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/database/migrations/2022_10_17_080103_add_username_to_users_table.php b/submissions/Developer API-laravel-web-app/database/migrations/2022_10_17_080103_add_username_to_users_table.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/database/migrations/2022_10_17_080103_add_username_to_users_table.php rename to submissions/Developer API-laravel-web-app/database/migrations/2022_10_17_080103_add_username_to_users_table.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/database/migrations/2022_10_17_194518_create_transactions_table.php b/submissions/Developer API-laravel-web-app/database/migrations/2022_10_17_194518_create_transactions_table.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/database/migrations/2022_10_17_194518_create_transactions_table.php rename to submissions/Developer API-laravel-web-app/database/migrations/2022_10_17_194518_create_transactions_table.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/database/migrations/2022_10_20_180113_add_chi_wallet_id_to_users_table.php b/submissions/Developer API-laravel-web-app/database/migrations/2022_10_20_180113_add_chi_wallet_id_to_users_table.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/database/migrations/2022_10_20_180113_add_chi_wallet_id_to_users_table.php rename to submissions/Developer API-laravel-web-app/database/migrations/2022_10_20_180113_add_chi_wallet_id_to_users_table.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/database/migrations/2022_10_20_204612_create_payouts_table.php b/submissions/Developer API-laravel-web-app/database/migrations/2022_10_20_204612_create_payouts_table.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/database/migrations/2022_10_20_204612_create_payouts_table.php rename to submissions/Developer API-laravel-web-app/database/migrations/2022_10_20_204612_create_payouts_table.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/database/migrations/2022_10_22_165728_create_transaction_references_table.php b/submissions/Developer API-laravel-web-app/database/migrations/2022_10_22_165728_create_transaction_references_table.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/database/migrations/2022_10_22_165728_create_transaction_references_table.php rename to submissions/Developer API-laravel-web-app/database/migrations/2022_10_22_165728_create_transaction_references_table.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/database/migrations/2022_10_22_171931_alter_type_column_in_payouts_table.php b/submissions/Developer API-laravel-web-app/database/migrations/2022_10_22_171931_alter_type_column_in_payouts_table.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/database/migrations/2022_10_22_171931_alter_type_column_in_payouts_table.php rename to submissions/Developer API-laravel-web-app/database/migrations/2022_10_22_171931_alter_type_column_in_payouts_table.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/database/seeders/DatabaseSeeder.php b/submissions/Developer API-laravel-web-app/database/seeders/DatabaseSeeder.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/database/seeders/DatabaseSeeder.php rename to submissions/Developer API-laravel-web-app/database/seeders/DatabaseSeeder.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/lang/en/auth.php b/submissions/Developer API-laravel-web-app/lang/en/auth.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/lang/en/auth.php rename to submissions/Developer API-laravel-web-app/lang/en/auth.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/lang/en/pagination.php b/submissions/Developer API-laravel-web-app/lang/en/pagination.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/lang/en/pagination.php rename to submissions/Developer API-laravel-web-app/lang/en/pagination.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/lang/en/passwords.php b/submissions/Developer API-laravel-web-app/lang/en/passwords.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/lang/en/passwords.php rename to submissions/Developer API-laravel-web-app/lang/en/passwords.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/lang/en/validation.php b/submissions/Developer API-laravel-web-app/lang/en/validation.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/lang/en/validation.php rename to submissions/Developer API-laravel-web-app/lang/en/validation.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/package-lock.json b/submissions/Developer API-laravel-web-app/package-lock.json similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/package-lock.json rename to submissions/Developer API-laravel-web-app/package-lock.json diff --git a/submissions/Chimoney Developer AP-laravel-web-app/package.json b/submissions/Developer API-laravel-web-app/package.json similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/package.json rename to submissions/Developer API-laravel-web-app/package.json diff --git a/submissions/Chimoney Developer AP-laravel-web-app/phpunit.xml b/submissions/Developer API-laravel-web-app/phpunit.xml similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/phpunit.xml rename to submissions/Developer API-laravel-web-app/phpunit.xml diff --git a/submissions/Chimoney Developer AP-laravel-web-app/postcss.config.js b/submissions/Developer API-laravel-web-app/postcss.config.js similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/postcss.config.js rename to submissions/Developer API-laravel-web-app/postcss.config.js diff --git a/submissions/Chimoney Developer AP-laravel-web-app/public/.htaccess b/submissions/Developer API-laravel-web-app/public/.htaccess similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/public/.htaccess rename to submissions/Developer API-laravel-web-app/public/.htaccess diff --git a/submissions/Chimoney Developer AP-laravel-web-app/public/favicon.ico b/submissions/Developer API-laravel-web-app/public/favicon.ico similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/public/favicon.ico rename to submissions/Developer API-laravel-web-app/public/favicon.ico diff --git a/submissions/Chimoney Developer AP-laravel-web-app/public/index.php b/submissions/Developer API-laravel-web-app/public/index.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/public/index.php rename to submissions/Developer API-laravel-web-app/public/index.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/public/robots.txt b/submissions/Developer API-laravel-web-app/public/robots.txt similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/public/robots.txt rename to submissions/Developer API-laravel-web-app/public/robots.txt diff --git a/submissions/Chimoney Developer AP-laravel-web-app/resources/css/app.css b/submissions/Developer API-laravel-web-app/resources/css/app.css similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/resources/css/app.css rename to submissions/Developer API-laravel-web-app/resources/css/app.css diff --git a/submissions/Chimoney Developer AP-laravel-web-app/resources/js/app.js b/submissions/Developer API-laravel-web-app/resources/js/app.js similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/resources/js/app.js rename to submissions/Developer API-laravel-web-app/resources/js/app.js diff --git a/submissions/Chimoney Developer AP-laravel-web-app/resources/js/bootstrap.js b/submissions/Developer API-laravel-web-app/resources/js/bootstrap.js similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/resources/js/bootstrap.js rename to submissions/Developer API-laravel-web-app/resources/js/bootstrap.js diff --git a/submissions/Chimoney Developer AP-laravel-web-app/resources/views/account/topup-user.blade.php b/submissions/Developer API-laravel-web-app/resources/views/account/topup-user.blade.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/resources/views/account/topup-user.blade.php rename to submissions/Developer API-laravel-web-app/resources/views/account/topup-user.blade.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/resources/views/auth/confirm-password.blade.php b/submissions/Developer API-laravel-web-app/resources/views/auth/confirm-password.blade.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/resources/views/auth/confirm-password.blade.php rename to submissions/Developer API-laravel-web-app/resources/views/auth/confirm-password.blade.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/resources/views/auth/forgot-password.blade.php b/submissions/Developer API-laravel-web-app/resources/views/auth/forgot-password.blade.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/resources/views/auth/forgot-password.blade.php rename to submissions/Developer API-laravel-web-app/resources/views/auth/forgot-password.blade.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/resources/views/auth/login.blade.php b/submissions/Developer API-laravel-web-app/resources/views/auth/login.blade.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/resources/views/auth/login.blade.php rename to submissions/Developer API-laravel-web-app/resources/views/auth/login.blade.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/resources/views/auth/register.blade.php b/submissions/Developer API-laravel-web-app/resources/views/auth/register.blade.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/resources/views/auth/register.blade.php rename to submissions/Developer API-laravel-web-app/resources/views/auth/register.blade.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/resources/views/auth/reset-password.blade.php b/submissions/Developer API-laravel-web-app/resources/views/auth/reset-password.blade.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/resources/views/auth/reset-password.blade.php rename to submissions/Developer API-laravel-web-app/resources/views/auth/reset-password.blade.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/resources/views/auth/verify-email.blade.php b/submissions/Developer API-laravel-web-app/resources/views/auth/verify-email.blade.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/resources/views/auth/verify-email.blade.php rename to submissions/Developer API-laravel-web-app/resources/views/auth/verify-email.blade.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/resources/views/components/application-logo.blade.php b/submissions/Developer API-laravel-web-app/resources/views/components/application-logo.blade.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/resources/views/components/application-logo.blade.php rename to submissions/Developer API-laravel-web-app/resources/views/components/application-logo.blade.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/resources/views/components/auth-card.blade.php b/submissions/Developer API-laravel-web-app/resources/views/components/auth-card.blade.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/resources/views/components/auth-card.blade.php rename to submissions/Developer API-laravel-web-app/resources/views/components/auth-card.blade.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/resources/views/components/auth-session-status.blade.php b/submissions/Developer API-laravel-web-app/resources/views/components/auth-session-status.blade.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/resources/views/components/auth-session-status.blade.php rename to submissions/Developer API-laravel-web-app/resources/views/components/auth-session-status.blade.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/resources/views/components/dropdown-link.blade.php b/submissions/Developer API-laravel-web-app/resources/views/components/dropdown-link.blade.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/resources/views/components/dropdown-link.blade.php rename to submissions/Developer API-laravel-web-app/resources/views/components/dropdown-link.blade.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/resources/views/components/dropdown.blade.php b/submissions/Developer API-laravel-web-app/resources/views/components/dropdown.blade.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/resources/views/components/dropdown.blade.php rename to submissions/Developer API-laravel-web-app/resources/views/components/dropdown.blade.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/resources/views/components/input-error.blade.php b/submissions/Developer API-laravel-web-app/resources/views/components/input-error.blade.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/resources/views/components/input-error.blade.php rename to submissions/Developer API-laravel-web-app/resources/views/components/input-error.blade.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/resources/views/components/input-label.blade.php b/submissions/Developer API-laravel-web-app/resources/views/components/input-label.blade.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/resources/views/components/input-label.blade.php rename to submissions/Developer API-laravel-web-app/resources/views/components/input-label.blade.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/resources/views/components/modal.blade.php b/submissions/Developer API-laravel-web-app/resources/views/components/modal.blade.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/resources/views/components/modal.blade.php rename to submissions/Developer API-laravel-web-app/resources/views/components/modal.blade.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/resources/views/components/nav-link.blade.php b/submissions/Developer API-laravel-web-app/resources/views/components/nav-link.blade.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/resources/views/components/nav-link.blade.php rename to submissions/Developer API-laravel-web-app/resources/views/components/nav-link.blade.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/resources/views/components/primary-button.blade.php b/submissions/Developer API-laravel-web-app/resources/views/components/primary-button.blade.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/resources/views/components/primary-button.blade.php rename to submissions/Developer API-laravel-web-app/resources/views/components/primary-button.blade.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/resources/views/components/responsive-nav-link.blade.php b/submissions/Developer API-laravel-web-app/resources/views/components/responsive-nav-link.blade.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/resources/views/components/responsive-nav-link.blade.php rename to submissions/Developer API-laravel-web-app/resources/views/components/responsive-nav-link.blade.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/resources/views/components/text-input.blade.php b/submissions/Developer API-laravel-web-app/resources/views/components/text-input.blade.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/resources/views/components/text-input.blade.php rename to submissions/Developer API-laravel-web-app/resources/views/components/text-input.blade.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/resources/views/dashboard.blade.php b/submissions/Developer API-laravel-web-app/resources/views/dashboard.blade.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/resources/views/dashboard.blade.php rename to submissions/Developer API-laravel-web-app/resources/views/dashboard.blade.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/resources/views/layouts/app.blade.php b/submissions/Developer API-laravel-web-app/resources/views/layouts/app.blade.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/resources/views/layouts/app.blade.php rename to submissions/Developer API-laravel-web-app/resources/views/layouts/app.blade.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/resources/views/layouts/guest.blade.php b/submissions/Developer API-laravel-web-app/resources/views/layouts/guest.blade.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/resources/views/layouts/guest.blade.php rename to submissions/Developer API-laravel-web-app/resources/views/layouts/guest.blade.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/resources/views/layouts/navigation.blade.php b/submissions/Developer API-laravel-web-app/resources/views/layouts/navigation.blade.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/resources/views/layouts/navigation.blade.php rename to submissions/Developer API-laravel-web-app/resources/views/layouts/navigation.blade.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/resources/views/livewire/auth/register-user.blade.php b/submissions/Developer API-laravel-web-app/resources/views/livewire/auth/register-user.blade.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/resources/views/livewire/auth/register-user.blade.php rename to submissions/Developer API-laravel-web-app/resources/views/livewire/auth/register-user.blade.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/resources/views/livewire/process-airtime.blade.php b/submissions/Developer API-laravel-web-app/resources/views/livewire/process-airtime.blade.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/resources/views/livewire/process-airtime.blade.php rename to submissions/Developer API-laravel-web-app/resources/views/livewire/process-airtime.blade.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/resources/views/livewire/process-bank.blade.php b/submissions/Developer API-laravel-web-app/resources/views/livewire/process-bank.blade.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/resources/views/livewire/process-bank.blade.php rename to submissions/Developer API-laravel-web-app/resources/views/livewire/process-bank.blade.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/resources/views/livewire/username.blade.php b/submissions/Developer API-laravel-web-app/resources/views/livewire/username.blade.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/resources/views/livewire/username.blade.php rename to submissions/Developer API-laravel-web-app/resources/views/livewire/username.blade.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/resources/views/payout/airtime.blade.php b/submissions/Developer API-laravel-web-app/resources/views/payout/airtime.blade.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/resources/views/payout/airtime.blade.php rename to submissions/Developer API-laravel-web-app/resources/views/payout/airtime.blade.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/resources/views/payout/bank.blade.php b/submissions/Developer API-laravel-web-app/resources/views/payout/bank.blade.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/resources/views/payout/bank.blade.php rename to submissions/Developer API-laravel-web-app/resources/views/payout/bank.blade.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/resources/views/payout/history.blade.php b/submissions/Developer API-laravel-web-app/resources/views/payout/history.blade.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/resources/views/payout/history.blade.php rename to submissions/Developer API-laravel-web-app/resources/views/payout/history.blade.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/resources/views/profile/index.blade.php b/submissions/Developer API-laravel-web-app/resources/views/profile/index.blade.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/resources/views/profile/index.blade.php rename to submissions/Developer API-laravel-web-app/resources/views/profile/index.blade.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/resources/views/profile/show.blade.php b/submissions/Developer API-laravel-web-app/resources/views/profile/show.blade.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/resources/views/profile/show.blade.php rename to submissions/Developer API-laravel-web-app/resources/views/profile/show.blade.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/resources/views/transfer/create.blade.php b/submissions/Developer API-laravel-web-app/resources/views/transfer/create.blade.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/resources/views/transfer/create.blade.php rename to submissions/Developer API-laravel-web-app/resources/views/transfer/create.blade.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/resources/views/transfer/history.blade.php b/submissions/Developer API-laravel-web-app/resources/views/transfer/history.blade.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/resources/views/transfer/history.blade.php rename to submissions/Developer API-laravel-web-app/resources/views/transfer/history.blade.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/resources/views/welcome.blade.php b/submissions/Developer API-laravel-web-app/resources/views/welcome.blade.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/resources/views/welcome.blade.php rename to submissions/Developer API-laravel-web-app/resources/views/welcome.blade.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/routes/api.php b/submissions/Developer API-laravel-web-app/routes/api.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/routes/api.php rename to submissions/Developer API-laravel-web-app/routes/api.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/routes/auth.php b/submissions/Developer API-laravel-web-app/routes/auth.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/routes/auth.php rename to submissions/Developer API-laravel-web-app/routes/auth.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/routes/channels.php b/submissions/Developer API-laravel-web-app/routes/channels.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/routes/channels.php rename to submissions/Developer API-laravel-web-app/routes/channels.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/routes/console.php b/submissions/Developer API-laravel-web-app/routes/console.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/routes/console.php rename to submissions/Developer API-laravel-web-app/routes/console.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/routes/web.php b/submissions/Developer API-laravel-web-app/routes/web.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/routes/web.php rename to submissions/Developer API-laravel-web-app/routes/web.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/storage/app/.gitignore b/submissions/Developer API-laravel-web-app/storage/app/.gitignore similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/storage/app/.gitignore rename to submissions/Developer API-laravel-web-app/storage/app/.gitignore diff --git a/submissions/Chimoney Developer AP-laravel-web-app/storage/app/public/.gitignore b/submissions/Developer API-laravel-web-app/storage/app/public/.gitignore similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/storage/app/public/.gitignore rename to submissions/Developer API-laravel-web-app/storage/app/public/.gitignore diff --git a/submissions/Chimoney Developer AP-laravel-web-app/storage/framework/.gitignore b/submissions/Developer API-laravel-web-app/storage/framework/.gitignore similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/storage/framework/.gitignore rename to submissions/Developer API-laravel-web-app/storage/framework/.gitignore diff --git a/submissions/Chimoney Developer AP-laravel-web-app/storage/framework/cache/.gitignore b/submissions/Developer API-laravel-web-app/storage/framework/cache/.gitignore similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/storage/framework/cache/.gitignore rename to submissions/Developer API-laravel-web-app/storage/framework/cache/.gitignore diff --git a/submissions/Chimoney Developer AP-laravel-web-app/storage/framework/cache/data/.gitignore b/submissions/Developer API-laravel-web-app/storage/framework/cache/data/.gitignore similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/storage/framework/cache/data/.gitignore rename to submissions/Developer API-laravel-web-app/storage/framework/cache/data/.gitignore diff --git a/submissions/Chimoney Developer AP-laravel-web-app/storage/framework/sessions/.gitignore b/submissions/Developer API-laravel-web-app/storage/framework/sessions/.gitignore similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/storage/framework/sessions/.gitignore rename to submissions/Developer API-laravel-web-app/storage/framework/sessions/.gitignore diff --git a/submissions/Chimoney Developer AP-laravel-web-app/storage/framework/testing/.gitignore b/submissions/Developer API-laravel-web-app/storage/framework/testing/.gitignore similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/storage/framework/testing/.gitignore rename to submissions/Developer API-laravel-web-app/storage/framework/testing/.gitignore diff --git a/submissions/Chimoney Developer AP-laravel-web-app/storage/framework/views/.gitignore b/submissions/Developer API-laravel-web-app/storage/framework/views/.gitignore similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/storage/framework/views/.gitignore rename to submissions/Developer API-laravel-web-app/storage/framework/views/.gitignore diff --git a/submissions/Chimoney Developer AP-laravel-web-app/tailwind.config.js b/submissions/Developer API-laravel-web-app/tailwind.config.js similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/tailwind.config.js rename to submissions/Developer API-laravel-web-app/tailwind.config.js diff --git a/submissions/Chimoney Developer AP-laravel-web-app/tests/CreatesApplication.php b/submissions/Developer API-laravel-web-app/tests/CreatesApplication.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/tests/CreatesApplication.php rename to submissions/Developer API-laravel-web-app/tests/CreatesApplication.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/tests/Feature/Auth/AuthenticationTest.php b/submissions/Developer API-laravel-web-app/tests/Feature/Auth/AuthenticationTest.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/tests/Feature/Auth/AuthenticationTest.php rename to submissions/Developer API-laravel-web-app/tests/Feature/Auth/AuthenticationTest.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/tests/Feature/Auth/EmailVerificationTest.php b/submissions/Developer API-laravel-web-app/tests/Feature/Auth/EmailVerificationTest.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/tests/Feature/Auth/EmailVerificationTest.php rename to submissions/Developer API-laravel-web-app/tests/Feature/Auth/EmailVerificationTest.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/tests/Feature/Auth/PasswordConfirmationTest.php b/submissions/Developer API-laravel-web-app/tests/Feature/Auth/PasswordConfirmationTest.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/tests/Feature/Auth/PasswordConfirmationTest.php rename to submissions/Developer API-laravel-web-app/tests/Feature/Auth/PasswordConfirmationTest.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/tests/Feature/Auth/PasswordResetTest.php b/submissions/Developer API-laravel-web-app/tests/Feature/Auth/PasswordResetTest.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/tests/Feature/Auth/PasswordResetTest.php rename to submissions/Developer API-laravel-web-app/tests/Feature/Auth/PasswordResetTest.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/tests/Feature/Auth/RegistrationTest.php b/submissions/Developer API-laravel-web-app/tests/Feature/Auth/RegistrationTest.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/tests/Feature/Auth/RegistrationTest.php rename to submissions/Developer API-laravel-web-app/tests/Feature/Auth/RegistrationTest.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/tests/Feature/ExampleTest.php b/submissions/Developer API-laravel-web-app/tests/Feature/ExampleTest.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/tests/Feature/ExampleTest.php rename to submissions/Developer API-laravel-web-app/tests/Feature/ExampleTest.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/tests/TestCase.php b/submissions/Developer API-laravel-web-app/tests/TestCase.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/tests/TestCase.php rename to submissions/Developer API-laravel-web-app/tests/TestCase.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/tests/Unit/ExampleTest.php b/submissions/Developer API-laravel-web-app/tests/Unit/ExampleTest.php similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/tests/Unit/ExampleTest.php rename to submissions/Developer API-laravel-web-app/tests/Unit/ExampleTest.php diff --git a/submissions/Chimoney Developer AP-laravel-web-app/vite.config.js b/submissions/Developer API-laravel-web-app/vite.config.js similarity index 100% rename from submissions/Chimoney Developer AP-laravel-web-app/vite.config.js rename to submissions/Developer API-laravel-web-app/vite.config.js diff --git a/submissions/Chimoney Developer AP-mobile-money-payout/.gitignore b/submissions/Developer API-mobile-money-payout/.gitignore similarity index 100% rename from submissions/Chimoney Developer AP-mobile-money-payout/.gitignore rename to submissions/Developer API-mobile-money-payout/.gitignore diff --git a/submissions/Chimoney Developer AP-mobile-money-payout/README.md b/submissions/Developer API-mobile-money-payout/README.md similarity index 100% rename from submissions/Chimoney Developer AP-mobile-money-payout/README.md rename to submissions/Developer API-mobile-money-payout/README.md diff --git a/submissions/Chimoney Developer AP-mobile-money-payout/index.html b/submissions/Developer API-mobile-money-payout/index.html similarity index 100% rename from submissions/Chimoney Developer AP-mobile-money-payout/index.html rename to submissions/Developer API-mobile-money-payout/index.html diff --git a/submissions/Chimoney Developer AP-mobile-money-payout/package-lock.json b/submissions/Developer API-mobile-money-payout/package-lock.json similarity index 100% rename from submissions/Chimoney Developer AP-mobile-money-payout/package-lock.json rename to submissions/Developer API-mobile-money-payout/package-lock.json diff --git a/submissions/Chimoney Developer AP-mobile-money-payout/package.json b/submissions/Developer API-mobile-money-payout/package.json similarity index 100% rename from submissions/Chimoney Developer AP-mobile-money-payout/package.json rename to submissions/Developer API-mobile-money-payout/package.json diff --git a/submissions/Chimoney Developer AP-mobile-money-payout/postcss.config.cjs b/submissions/Developer API-mobile-money-payout/postcss.config.cjs similarity index 100% rename from submissions/Chimoney Developer AP-mobile-money-payout/postcss.config.cjs rename to submissions/Developer API-mobile-money-payout/postcss.config.cjs diff --git a/submissions/Chimoney Developer AP-mobile-money-payout/public/vite.svg b/submissions/Developer API-mobile-money-payout/public/vite.svg similarity index 100% rename from submissions/Chimoney Developer AP-mobile-money-payout/public/vite.svg rename to submissions/Developer API-mobile-money-payout/public/vite.svg diff --git a/submissions/Chimoney Developer AP-mobile-money-payout/src/App.jsx b/submissions/Developer API-mobile-money-payout/src/App.jsx similarity index 100% rename from submissions/Chimoney Developer AP-mobile-money-payout/src/App.jsx rename to submissions/Developer API-mobile-money-payout/src/App.jsx diff --git a/submissions/Chimoney Developer AP-mobile-money-payout/src/assets/chimoney-logo.svg b/submissions/Developer API-mobile-money-payout/src/assets/chimoney-logo.svg similarity index 100% rename from submissions/Chimoney Developer AP-mobile-money-payout/src/assets/chimoney-logo.svg rename to submissions/Developer API-mobile-money-payout/src/assets/chimoney-logo.svg diff --git a/submissions/Chimoney Developer AP-mobile-money-payout/src/assets/desktop-preview.png b/submissions/Developer API-mobile-money-payout/src/assets/desktop-preview.png similarity index 100% rename from submissions/Chimoney Developer AP-mobile-money-payout/src/assets/desktop-preview.png rename to submissions/Developer API-mobile-money-payout/src/assets/desktop-preview.png diff --git a/submissions/Chimoney Developer AP-mobile-money-payout/src/index.css b/submissions/Developer API-mobile-money-payout/src/index.css similarity index 100% rename from submissions/Chimoney Developer AP-mobile-money-payout/src/index.css rename to submissions/Developer API-mobile-money-payout/src/index.css diff --git a/submissions/Chimoney Developer AP-mobile-money-payout/src/main.jsx b/submissions/Developer API-mobile-money-payout/src/main.jsx similarity index 100% rename from submissions/Chimoney Developer AP-mobile-money-payout/src/main.jsx rename to submissions/Developer API-mobile-money-payout/src/main.jsx diff --git a/submissions/Chimoney Developer AP-mobile-money-payout/src/service/fetchApi.js b/submissions/Developer API-mobile-money-payout/src/service/fetchApi.js similarity index 100% rename from submissions/Chimoney Developer AP-mobile-money-payout/src/service/fetchApi.js rename to submissions/Developer API-mobile-money-payout/src/service/fetchApi.js diff --git a/submissions/Chimoney Developer AP-mobile-money-payout/tailwind.config.cjs b/submissions/Developer API-mobile-money-payout/tailwind.config.cjs similarity index 100% rename from submissions/Chimoney Developer AP-mobile-money-payout/tailwind.config.cjs rename to submissions/Developer API-mobile-money-payout/tailwind.config.cjs diff --git a/submissions/Chimoney Developer AP-mobile-money-payout/vite.config.js b/submissions/Developer API-mobile-money-payout/vite.config.js similarity index 100% rename from submissions/Chimoney Developer AP-mobile-money-payout/vite.config.js rename to submissions/Developer API-mobile-money-payout/vite.config.js diff --git a/submissions/Chimoney Developer AP_dev_article/README.md b/submissions/Developer API_dev_article/README.md similarity index 100% rename from submissions/Chimoney Developer AP_dev_article/README.md rename to submissions/Developer API_dev_article/README.md diff --git a/submissions/chispend_app/.gitignore b/submissions/chispend_app/.gitignore deleted file mode 100644 index 0fa6b675..00000000 --- a/submissions/chispend_app/.gitignore +++ /dev/null @@ -1,46 +0,0 @@ -# Miscellaneous -*.class -*.log -*.pyc -*.swp -.DS_Store -.atom/ -.buildlog/ -.history -.svn/ - -# IntelliJ related -*.iml -*.ipr -*.iws -.idea/ - -# The .vscode folder contains launch configuration and tasks you configure in -# VS Code which you may wish to be included in version control, so this line -# is commented out by default. -#.vscode/ - -# Flutter/Dart/Pub related -**/doc/api/ -**/ios/Flutter/.last_build_id -.dart_tool/ -.flutter-plugins -.flutter-plugins-dependencies -.packages -.pub-cache/ -.pub/ -/build/ - -# Web related -lib/generated_plugin_registrant.dart - -# Symbolication related -app.*.symbols - -# Obfuscation related -app.*.map.json - -# Android Studio will place build artifacts here -/android/app/debug -/android/app/profile -/android/app/release diff --git a/submissions/chispend_app/.metadata b/submissions/chispend_app/.metadata deleted file mode 100644 index 0a999ee9..00000000 --- a/submissions/chispend_app/.metadata +++ /dev/null @@ -1,10 +0,0 @@ -# This file tracks properties of this Flutter project. -# Used by Flutter tool to assess capabilities and perform upgrades etc. -# -# This file should be version controlled and should not be manually edited. - -version: - revision: db747aa1331bd95bc9b3874c842261ca2d302cd5 - channel: stable - -project_type: app diff --git a/submissions/chispend_app/README.md b/submissions/chispend_app/README.md deleted file mode 100644 index 7fbf7fa9..00000000 --- a/submissions/chispend_app/README.md +++ /dev/null @@ -1,21 +0,0 @@ -# Unispend-Airtime-Payout-With-Wallet -Buy airtime on Unispend using chimoney wallet. - - - - -## Getting Started with the mobile app: -- run `flutter run` in the app's directory on your terminal. - - - - -## Video of airtime purchase flow: -https://user-images.githubusercontent.com/91986740/197065609-24fd00d3-a559-48a9-9547-4f730183c3d6.mp4 - - - - -## Screenshot of the purchased airtime: -![Screenshot_20221020-182317_Messages](https://user-images.githubusercontent.com/91986740/197065848-0c2b5e9d-30d1-404d-bff4-3a1d3f29c849.jpg) -![Screenshot_20221020-182244_Messages](https://user-images.githubusercontent.com/91986740/197065860-e18e7648-6533-4ff8-a5ac-d2b34e53297b.jpg) diff --git a/submissions/chispend_app/analysis_options.yaml b/submissions/chispend_app/analysis_options.yaml deleted file mode 100644 index 61b6c4de..00000000 --- a/submissions/chispend_app/analysis_options.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# This file configures the analyzer, which statically analyzes Dart code to -# check for errors, warnings, and lints. -# -# The issues identified by the analyzer are surfaced in the UI of Dart-enabled -# IDEs (https://dart.dev/tools#ides-and-editors). The analyzer can also be -# invoked from the command line by running `flutter analyze`. - -# The following line activates a set of recommended lints for Flutter apps, -# packages, and plugins designed to encourage good coding practices. -include: package:flutter_lints/flutter.yaml - -linter: - # The lint rules applied to this project can be customized in the - # section below to disable rules from the `package:flutter_lints/flutter.yaml` - # included above or to enable additional rules. A list of all available lints - # and their documentation is published at - # https://dart-lang.github.io/linter/lints/index.html. - # - # Instead of disabling a lint rule for the entire project in the - # section below, it can also be suppressed for a single line of code - # or a specific dart file by using the `// ignore: name_of_lint` and - # `// ignore_for_file: name_of_lint` syntax on the line or in the file - # producing the lint. - rules: - # avoid_print: false # Uncomment to disable the `avoid_print` rule - # prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule - -# Additional information about this file can be found at -# https://dart.dev/guides/language/analysis-options diff --git a/submissions/chispend_app/android/.gitignore b/submissions/chispend_app/android/.gitignore deleted file mode 100644 index 6f568019..00000000 --- a/submissions/chispend_app/android/.gitignore +++ /dev/null @@ -1,13 +0,0 @@ -gradle-wrapper.jar -/.gradle -/captures/ -/gradlew -/gradlew.bat -/local.properties -GeneratedPluginRegistrant.java - -# Remember to never publicly share your keystore. -# See https://flutter.dev/docs/deployment/android#reference-the-keystore-from-the-app -key.properties -**/*.keystore -**/*.jks diff --git a/submissions/chispend_app/android/app/build.gradle b/submissions/chispend_app/android/app/build.gradle deleted file mode 100644 index fa818972..00000000 --- a/submissions/chispend_app/android/app/build.gradle +++ /dev/null @@ -1,68 +0,0 @@ -def localProperties = new Properties() -def localPropertiesFile = rootProject.file('local.properties') -if (localPropertiesFile.exists()) { - localPropertiesFile.withReader('UTF-8') { reader -> - localProperties.load(reader) - } -} - -def flutterRoot = localProperties.getProperty('flutter.sdk') -if (flutterRoot == null) { - throw new GradleException("Flutter SDK not found. Define location with flutter.sdk in the local.properties file.") -} - -def flutterVersionCode = localProperties.getProperty('flutter.versionCode') -if (flutterVersionCode == null) { - flutterVersionCode = '1' -} - -def flutterVersionName = localProperties.getProperty('flutter.versionName') -if (flutterVersionName == null) { - flutterVersionName = '1.0' -} - -apply plugin: 'com.android.application' -apply plugin: 'kotlin-android' -apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle" - -android { - compileSdkVersion flutter.compileSdkVersion - - compileOptions { - sourceCompatibility JavaVersion.VERSION_1_8 - targetCompatibility JavaVersion.VERSION_1_8 - } - - kotlinOptions { - jvmTarget = '1.8' - } - - sourceSets { - main.java.srcDirs += 'src/main/kotlin' - } - - defaultConfig { - // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). - applicationId "com.example.Unispend_app" - minSdkVersion 21 - targetSdkVersion flutter.targetSdkVersion - versionCode flutterVersionCode.toInteger() - versionName flutterVersionName - } - - buildTypes { - release { - // TODO: Add your own signing config for the release build. - // Signing with the debug keys for now, so `flutter run --release` works. - signingConfig signingConfigs.debug - } - } -} - -flutter { - source '../..' -} - -dependencies { - implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" -} diff --git a/submissions/chispend_app/android/app/src/debug/AndroidManifest.xml b/submissions/chispend_app/android/app/src/debug/AndroidManifest.xml deleted file mode 100644 index ea418fda..00000000 --- a/submissions/chispend_app/android/app/src/debug/AndroidManifest.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - diff --git a/submissions/chispend_app/android/app/src/main/AndroidManifest.xml b/submissions/chispend_app/android/app/src/main/AndroidManifest.xml deleted file mode 100644 index 0e09be63..00000000 --- a/submissions/chispend_app/android/app/src/main/AndroidManifest.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - - - - - diff --git a/submissions/chispend_app/android/app/src/main/kotlin/com/example/chispend_app/MainActivity.kt b/submissions/chispend_app/android/app/src/main/kotlin/com/example/chispend_app/MainActivity.kt deleted file mode 100644 index c71db617..00000000 --- a/submissions/chispend_app/android/app/src/main/kotlin/com/example/chispend_app/MainActivity.kt +++ /dev/null @@ -1,6 +0,0 @@ -package com.example.Unispend_app - -import io.flutter.embedding.android.FlutterActivity - -class MainActivity: FlutterActivity() { -} diff --git a/submissions/chispend_app/android/app/src/main/res/drawable-v21/launch_background.xml b/submissions/chispend_app/android/app/src/main/res/drawable-v21/launch_background.xml deleted file mode 100644 index f74085f3..00000000 --- a/submissions/chispend_app/android/app/src/main/res/drawable-v21/launch_background.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - diff --git a/submissions/chispend_app/android/app/src/main/res/drawable/launch_background.xml b/submissions/chispend_app/android/app/src/main/res/drawable/launch_background.xml deleted file mode 100644 index 304732f8..00000000 --- a/submissions/chispend_app/android/app/src/main/res/drawable/launch_background.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - diff --git a/submissions/chispend_app/android/app/src/main/res/mipmap-hdpi/ic_launcher.png b/submissions/chispend_app/android/app/src/main/res/mipmap-hdpi/ic_launcher.png deleted file mode 100644 index db77bb4b7b0906d62b1847e87f15cdcacf6a4f29..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 544 zcmeAS@N?(olHy`uVBq!ia0vp^9w5xY3?!3`olAj~WQl7;NpOBzNqJ&XDuZK6ep0G} zXKrG8YEWuoN@d~6R2!h8bpbvhu0Wd6uZuB!w&u2PAxD2eNXD>P5D~Wn-+_Wa#27Xc zC?Zj|6r#X(-D3u$NCt}(Ms06KgJ4FxJVv{GM)!I~&n8Bnc94O7-Hd)cjDZswgC;Qs zO=b+9!WcT8F?0rF7!Uys2bs@gozCP?z~o%U|N3vA*22NaGQG zlg@K`O_XuxvZ&Ks^m&R!`&1=spLvfx7oGDKDwpwW`#iqdw@AL`7MR}m`rwr|mZgU`8P7SBkL78fFf!WnuYWm$5Z0 zNXhDbCv&49sM544K|?c)WrFfiZvCi9h0O)B3Pgg&ebxsLQ05GG~ AQ2+n{ diff --git a/submissions/chispend_app/android/app/src/main/res/mipmap-mdpi/ic_launcher.png b/submissions/chispend_app/android/app/src/main/res/mipmap-mdpi/ic_launcher.png deleted file mode 100644 index 17987b79bb8a35cc66c3c1fd44f5a5526c1b78be..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 442 zcmeAS@N?(olHy`uVBq!ia0vp^1|ZDA3?vioaBc-sk|nMYCBgY=CFO}lsSJ)O`AMk? zp1FzXsX?iUDV2pMQ*D5Xx&nMcT!A!W`0S9QKQy;}1Cl^CgaH=;G9cpY;r$Q>i*pfB zP2drbID<_#qf;rPZx^FqH)F_D#*k@@q03KywUtLX8Ua?`H+NMzkczFPK3lFz@i_kW%1NOn0|D2I9n9wzH8m|-tHjsw|9>@K=iMBhxvkv6m8Y-l zytQ?X=U+MF$@3 zt`~i=@j|6y)RWMK--}M|=T`o&^Ni>IoWKHEbBXz7?A@mgWoL>!*SXo`SZH-*HSdS+ yn*9;$7;m`l>wYBC5bq;=U}IMqLzqbYCidGC!)_gkIk_C@Uy!y&wkt5C($~2D>~)O*cj@FGjOCM)M>_ixfudOh)?xMu#Fs z#}Y=@YDTwOM)x{K_j*Q;dPdJ?Mz0n|pLRx{4n|)f>SXlmV)XB04CrSJn#dS5nK2lM zrZ9#~WelCp7&e13Y$jvaEXHskn$2V!!DN-nWS__6T*l;H&Fopn?A6HZ-6WRLFP=R` zqG+CE#d4|IbyAI+rJJ`&x9*T`+a=p|0O(+s{UBcyZdkhj=yS1>AirP+0R;mf2uMgM zC}@~JfByORAh4SyRgi&!(cja>F(l*O+nd+@4m$|6K6KDn_&uvCpV23&>G9HJp{xgg zoq1^2_p9@|WEo z*X_Uko@K)qYYv~>43eQGMdbiGbo>E~Q& zrYBH{QP^@Sti!`2)uG{irBBq@y*$B zi#&(U-*=fp74j)RyIw49+0MRPMRU)+a2r*PJ$L5roHt2$UjExCTZSbq%V!HeS7J$N zdG@vOZB4v_lF7Plrx+hxo7(fCV&}fHq)$ diff --git a/submissions/chispend_app/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/submissions/chispend_app/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png deleted file mode 100644 index d5f1c8d34e7a88e3f88bea192c3a370d44689c3c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1031 zcmeAS@N?(olHy`uVBq!ia0vp^6F``Q8Ax83A=Cw=BuiW)N`mv#O3D+9QW+dm@{>{( zJaZG%Q-e|yQz{EjrrIztFa`(sgt!6~Yi|1%a`XoT0ojZ}lNrNjb9xjc(B0U1_% zz5^97Xt*%oq$rQy4?0GKNfJ44uvxI)gC`h-NZ|&0-7(qS@?b!5r36oQ}zyZrNO3 zMO=Or+<~>+A&uN&E!^Sl+>xE!QC-|oJv`ApDhqC^EWD|@=#J`=d#Xzxs4ah}w&Jnc z$|q_opQ^2TrnVZ0o~wh<3t%W&flvYGe#$xqda2bR_R zvPYgMcHgjZ5nSA^lJr%;<&0do;O^tDDh~=pIxA#coaCY>&N%M2^tq^U%3DB@ynvKo}b?yu-bFc-u0JHzced$sg7S3zqI(2 z#Km{dPr7I=pQ5>FuK#)QwK?Y`E`B?nP+}U)I#c1+FM*1kNvWG|a(TpksZQ3B@sD~b zpQ2)*V*TdwjFOtHvV|;OsiDqHi=6%)o4b!)x$)%9pGTsE z-JL={-Ffv+T87W(Xpooq<`r*VzWQcgBN$$`u}f>-ZQI1BB8ykN*=e4rIsJx9>z}*o zo~|9I;xof diff --git a/submissions/chispend_app/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/submissions/chispend_app/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png deleted file mode 100644 index 4d6372eebdb28e45604e46eeda8dd24651419bc0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1443 zcmb`G{WsKk6vsdJTdFg%tJav9_E4vzrOaqkWF|A724Nly!y+?N9`YV6wZ}5(X(D_N(?!*n3`|_r0Hc?=PQw&*vnU?QTFY zB_MsH|!j$PP;I}?dppoE_gA(4uc!jV&0!l7_;&p2^pxNo>PEcNJv za5_RT$o2Mf!<+r?&EbHH6nMoTsDOa;mN(wv8RNsHpG)`^ymG-S5By8=l9iVXzN_eG%Xg2@Xeq76tTZ*dGh~Lo9vl;Zfs+W#BydUw zCkZ$o1LqWQO$FC9aKlLl*7x9^0q%0}$OMlp@Kk_jHXOjofdePND+j!A{q!8~Jn+s3 z?~~w@4?egS02}8NuulUA=L~QQfm;MzCGd)XhiftT;+zFO&JVyp2mBww?;QByS_1w! zrQlx%{^cMj0|Bo1FjwY@Q8?Hx0cIPF*@-ZRFpPc#bBw{5@tD(5%sClzIfl8WU~V#u zm5Q;_F!wa$BSpqhN>W@2De?TKWR*!ujY;Yylk_X5#~V!L*Gw~;$%4Q8~Mad z@`-kG?yb$a9cHIApZDVZ^U6Xkp<*4rU82O7%}0jjHlK{id@?-wpN*fCHXyXh(bLt* zPc}H-x0e4E&nQ>y%B-(EL=9}RyC%MyX=upHuFhAk&MLbsF0LP-q`XnH78@fT+pKPW zu72MW`|?8ht^tz$iC}ZwLp4tB;Q49K!QCF3@!iB1qOI=?w z7In!}F~ij(18UYUjnbmC!qKhPo%24?8U1x{7o(+?^Zu0Hx81|FuS?bJ0jgBhEMzf< zCgUq7r2OCB(`XkKcN-TL>u5y#dD6D!)5W?`O5)V^>jb)P)GBdy%t$uUMpf$SNV31$ zb||OojAbvMP?T@$h_ZiFLFVHDmbyMhJF|-_)HX3%m=CDI+ID$0^C>kzxprBW)hw(v zr!Gmda);ICoQyhV_oP5+C%?jcG8v+D@9f?Dk*!BxY}dazmrT@64UrP3hlslANK)bq z$67n83eh}OeW&SV@HG95P|bjfqJ7gw$e+`Hxo!4cx`jdK1bJ>YDSpGKLPZ^1cv$ek zIB?0S<#tX?SJCLWdMd{-ME?$hc7A$zBOdIJ)4!KcAwb=VMov)nK;9z>x~rfT1>dS+ zZ6#`2v@`jgbqq)P22H)Tx2CpmM^o1$B+xT6`(v%5xJ(?j#>Q$+rx_R|7TzDZe{J6q zG1*EcU%tE?!kO%^M;3aM6JN*LAKUVb^xz8-Pxo#jR5(-KBeLJvA@-gxNHx0M-ZJLl z;#JwQoh~9V?`UVo#}{6ka@II>++D@%KqGpMdlQ}?9E*wFcf5(#XQnP$Dk5~%iX^>f z%$y;?M0BLp{O3a(-4A?ewryHrrD%cx#Q^%KY1H zNre$ve+vceSLZcNY4U(RBX&)oZn*Py()h)XkE?PL$!bNb{N5FVI2Y%LKEm%yvpyTP z(1P?z~7YxD~Rf<(a@_y` diff --git a/submissions/chispend_app/android/app/src/main/res/values-night/styles.xml b/submissions/chispend_app/android/app/src/main/res/values-night/styles.xml deleted file mode 100644 index 3db14bb5..00000000 --- a/submissions/chispend_app/android/app/src/main/res/values-night/styles.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - diff --git a/submissions/chispend_app/android/app/src/main/res/values/styles.xml b/submissions/chispend_app/android/app/src/main/res/values/styles.xml deleted file mode 100644 index d460d1e9..00000000 --- a/submissions/chispend_app/android/app/src/main/res/values/styles.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - diff --git a/submissions/chispend_app/android/app/src/profile/AndroidManifest.xml b/submissions/chispend_app/android/app/src/profile/AndroidManifest.xml deleted file mode 100644 index ea418fda..00000000 --- a/submissions/chispend_app/android/app/src/profile/AndroidManifest.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - diff --git a/submissions/chispend_app/android/build.gradle b/submissions/chispend_app/android/build.gradle deleted file mode 100644 index 4256f917..00000000 --- a/submissions/chispend_app/android/build.gradle +++ /dev/null @@ -1,31 +0,0 @@ -buildscript { - ext.kotlin_version = '1.6.10' - repositories { - google() - mavenCentral() - } - - dependencies { - classpath 'com.android.tools.build:gradle:4.1.0' - classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" - } -} - -allprojects { - repositories { - google() - mavenCentral() - } -} - -rootProject.buildDir = '../build' -subprojects { - project.buildDir = "${rootProject.buildDir}/${project.name}" -} -subprojects { - project.evaluationDependsOn(':app') -} - -task clean(type: Delete) { - delete rootProject.buildDir -} diff --git a/submissions/chispend_app/android/gradle.properties b/submissions/chispend_app/android/gradle.properties deleted file mode 100644 index 94adc3a3..00000000 --- a/submissions/chispend_app/android/gradle.properties +++ /dev/null @@ -1,3 +0,0 @@ -org.gradle.jvmargs=-Xmx1536M -android.useAndroidX=true -android.enableJetifier=true diff --git a/submissions/chispend_app/android/gradle/wrapper/gradle-wrapper.properties b/submissions/chispend_app/android/gradle/wrapper/gradle-wrapper.properties deleted file mode 100644 index bc6a58af..00000000 --- a/submissions/chispend_app/android/gradle/wrapper/gradle-wrapper.properties +++ /dev/null @@ -1,6 +0,0 @@ -#Fri Jun 23 08:50:38 CEST 2017 -distributionBase=GRADLE_USER_HOME -distributionPath=wrapper/dists -zipStoreBase=GRADLE_USER_HOME -zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip diff --git a/submissions/chispend_app/android/settings.gradle b/submissions/chispend_app/android/settings.gradle deleted file mode 100644 index 44e62bcf..00000000 --- a/submissions/chispend_app/android/settings.gradle +++ /dev/null @@ -1,11 +0,0 @@ -include ':app' - -def localPropertiesFile = new File(rootProject.projectDir, "local.properties") -def properties = new Properties() - -assert localPropertiesFile.exists() -localPropertiesFile.withReader("UTF-8") { reader -> properties.load(reader) } - -def flutterSdkPath = properties.getProperty("flutter.sdk") -assert flutterSdkPath != null, "flutter.sdk not set in local.properties" -apply from: "$flutterSdkPath/packages/flutter_tools/gradle/app_plugin_loader.gradle" diff --git a/submissions/chispend_app/ios/.gitignore b/submissions/chispend_app/ios/.gitignore deleted file mode 100644 index 7a7f9873..00000000 --- a/submissions/chispend_app/ios/.gitignore +++ /dev/null @@ -1,34 +0,0 @@ -**/dgph -*.mode1v3 -*.mode2v3 -*.moved-aside -*.pbxuser -*.perspectivev3 -**/*sync/ -.sconsign.dblite -.tags* -**/.vagrant/ -**/DerivedData/ -Icon? -**/Pods/ -**/.symlinks/ -profile -xcuserdata -**/.generated/ -Flutter/App.framework -Flutter/Flutter.framework -Flutter/Flutter.podspec -Flutter/Generated.xcconfig -Flutter/ephemeral/ -Flutter/app.flx -Flutter/app.zip -Flutter/flutter_assets/ -Flutter/flutter_export_environment.sh -ServiceDefinitions.json -Runner/GeneratedPluginRegistrant.* - -# Exceptions to above rules. -!default.mode1v3 -!default.mode2v3 -!default.pbxuser -!default.perspectivev3 diff --git a/submissions/chispend_app/ios/Flutter/AppFrameworkInfo.plist b/submissions/chispend_app/ios/Flutter/AppFrameworkInfo.plist deleted file mode 100644 index 8d4492f9..00000000 --- a/submissions/chispend_app/ios/Flutter/AppFrameworkInfo.plist +++ /dev/null @@ -1,26 +0,0 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - App - CFBundleIdentifier - io.flutter.flutter.app - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - App - CFBundlePackageType - FMWK - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleVersion - 1.0 - MinimumOSVersion - 9.0 - - diff --git a/submissions/chispend_app/ios/Flutter/Debug.xcconfig b/submissions/chispend_app/ios/Flutter/Debug.xcconfig deleted file mode 100644 index 592ceee8..00000000 --- a/submissions/chispend_app/ios/Flutter/Debug.xcconfig +++ /dev/null @@ -1 +0,0 @@ -#include "Generated.xcconfig" diff --git a/submissions/chispend_app/ios/Flutter/Release.xcconfig b/submissions/chispend_app/ios/Flutter/Release.xcconfig deleted file mode 100644 index 592ceee8..00000000 --- a/submissions/chispend_app/ios/Flutter/Release.xcconfig +++ /dev/null @@ -1 +0,0 @@ -#include "Generated.xcconfig" diff --git a/submissions/chispend_app/ios/Runner.xcodeproj/project.pbxproj b/submissions/chispend_app/ios/Runner.xcodeproj/project.pbxproj deleted file mode 100644 index 42f025f6..00000000 --- a/submissions/chispend_app/ios/Runner.xcodeproj/project.pbxproj +++ /dev/null @@ -1,481 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 50; - objects = { - -/* Begin PBXBuildFile section */ - 1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; }; - 3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; }; - 74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74858FAE1ED2DC5600515810 /* AppDelegate.swift */; }; - 97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; }; - 97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; }; - 97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; }; -/* End PBXBuildFile section */ - -/* Begin PBXCopyFilesBuildPhase section */ - 9705A1C41CF9048500538489 /* Embed Frameworks */ = { - isa = PBXCopyFilesBuildPhase; - buildActionMask = 2147483647; - dstPath = ""; - dstSubfolderSpec = 10; - files = ( - ); - name = "Embed Frameworks"; - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXCopyFilesBuildPhase section */ - -/* Begin PBXFileReference section */ - 1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = ""; }; - 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = ""; }; - 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = ""; }; - 74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = ""; }; - 74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; - 7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = ""; }; - 9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = ""; }; - 9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = ""; }; - 97C146EE1CF9000F007C117D /* Runner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Runner.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 97C146FB1CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; - 97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; - 97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; - 97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 97C146EB1CF9000F007C117D /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 9740EEB11CF90186004384FC /* Flutter */ = { - isa = PBXGroup; - children = ( - 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */, - 9740EEB21CF90195004384FC /* Debug.xcconfig */, - 7AFA3C8E1D35360C0083082E /* Release.xcconfig */, - 9740EEB31CF90195004384FC /* Generated.xcconfig */, - ); - name = Flutter; - sourceTree = ""; - }; - 97C146E51CF9000F007C117D = { - isa = PBXGroup; - children = ( - 9740EEB11CF90186004384FC /* Flutter */, - 97C146F01CF9000F007C117D /* Runner */, - 97C146EF1CF9000F007C117D /* Products */, - ); - sourceTree = ""; - }; - 97C146EF1CF9000F007C117D /* Products */ = { - isa = PBXGroup; - children = ( - 97C146EE1CF9000F007C117D /* Runner.app */, - ); - name = Products; - sourceTree = ""; - }; - 97C146F01CF9000F007C117D /* Runner */ = { - isa = PBXGroup; - children = ( - 97C146FA1CF9000F007C117D /* Main.storyboard */, - 97C146FD1CF9000F007C117D /* Assets.xcassets */, - 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */, - 97C147021CF9000F007C117D /* Info.plist */, - 1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */, - 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */, - 74858FAE1ED2DC5600515810 /* AppDelegate.swift */, - 74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */, - ); - path = Runner; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - 97C146ED1CF9000F007C117D /* Runner */ = { - isa = PBXNativeTarget; - buildConfigurationList = 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */; - buildPhases = ( - 9740EEB61CF901F6004384FC /* Run Script */, - 97C146EA1CF9000F007C117D /* Sources */, - 97C146EB1CF9000F007C117D /* Frameworks */, - 97C146EC1CF9000F007C117D /* Resources */, - 9705A1C41CF9048500538489 /* Embed Frameworks */, - 3B06AD1E1E4923F5004D2608 /* Thin Binary */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = Runner; - productName = Runner; - productReference = 97C146EE1CF9000F007C117D /* Runner.app */; - productType = "com.apple.product-type.application"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 97C146E61CF9000F007C117D /* Project object */ = { - isa = PBXProject; - attributes = { - LastUpgradeCheck = 1300; - ORGANIZATIONNAME = ""; - TargetAttributes = { - 97C146ED1CF9000F007C117D = { - CreatedOnToolsVersion = 7.3.1; - LastSwiftMigration = 1100; - }; - }; - }; - buildConfigurationList = 97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */; - compatibilityVersion = "Xcode 9.3"; - developmentRegion = en; - hasScannedForEncodings = 0; - knownRegions = ( - en, - Base, - ); - mainGroup = 97C146E51CF9000F007C117D; - productRefGroup = 97C146EF1CF9000F007C117D /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - 97C146ED1CF9000F007C117D /* Runner */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - 97C146EC1CF9000F007C117D /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */, - 3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */, - 97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */, - 97C146FC1CF9000F007C117D /* Main.storyboard in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXShellScriptBuildPhase section */ - 3B06AD1E1E4923F5004D2608 /* Thin Binary */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "Thin Binary"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin"; - }; - 9740EEB61CF901F6004384FC /* Run Script */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "Run Script"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build"; - }; -/* End PBXShellScriptBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - 97C146EA1CF9000F007C117D /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */, - 1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXVariantGroup section */ - 97C146FA1CF9000F007C117D /* Main.storyboard */ = { - isa = PBXVariantGroup; - children = ( - 97C146FB1CF9000F007C117D /* Base */, - ); - name = Main.storyboard; - sourceTree = ""; - }; - 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */ = { - isa = PBXVariantGroup; - children = ( - 97C147001CF9000F007C117D /* Base */, - ); - name = LaunchScreen.storyboard; - sourceTree = ""; - }; -/* End PBXVariantGroup section */ - -/* Begin XCBuildConfiguration section */ - 249021D3217E4FDB00AE95B9 /* Profile */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_NONNULL = YES; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - ENABLE_NS_ASSERTIONS = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_NO_COMMON_BLOCKS = YES; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - MTL_ENABLE_DEBUG_INFO = NO; - SDKROOT = iphoneos; - SUPPORTED_PLATFORMS = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Profile; - }; - 249021D4217E4FDB00AE95B9 /* Profile */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CLANG_ENABLE_MODULES = YES; - CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = Runner/Info.plist; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = com.example.UnispendApp; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; - SWIFT_VERSION = 5.0; - VERSIONING_SYSTEM = "apple-generic"; - }; - name = Profile; - }; - 97C147031CF9000F007C117D /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_NONNULL = YES; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = dwarf; - ENABLE_STRICT_OBJC_MSGSEND = YES; - ENABLE_TESTABILITY = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_DYNAMIC_NO_PIC = NO; - GCC_NO_COMMON_BLOCKS = YES; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - MTL_ENABLE_DEBUG_INFO = YES; - ONLY_ACTIVE_ARCH = YES; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 97C147041CF9000F007C117D /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_NONNULL = YES; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - ENABLE_NS_ASSERTIONS = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_NO_COMMON_BLOCKS = YES; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - MTL_ENABLE_DEBUG_INFO = NO; - SDKROOT = iphoneos; - SUPPORTED_PLATFORMS = iphoneos; - SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_OPTIMIZATION_LEVEL = "-O"; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 97C147061CF9000F007C117D /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CLANG_ENABLE_MODULES = YES; - CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = Runner/Info.plist; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = com.example.UnispendApp; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 5.0; - VERSIONING_SYSTEM = "apple-generic"; - }; - name = Debug; - }; - 97C147071CF9000F007C117D /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CLANG_ENABLE_MODULES = YES; - CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = Runner/Info.plist; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = com.example.UnispendApp; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; - SWIFT_VERSION = 5.0; - VERSIONING_SYSTEM = "apple-generic"; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 97C147031CF9000F007C117D /* Debug */, - 97C147041CF9000F007C117D /* Release */, - 249021D3217E4FDB00AE95B9 /* Profile */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 97C147061CF9000F007C117D /* Debug */, - 97C147071CF9000F007C117D /* Release */, - 249021D4217E4FDB00AE95B9 /* Profile */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = 97C146E61CF9000F007C117D /* Project object */; -} diff --git a/submissions/chispend_app/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/submissions/chispend_app/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata deleted file mode 100644 index 919434a6..00000000 --- a/submissions/chispend_app/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,7 +0,0 @@ - - - - - diff --git a/submissions/chispend_app/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/submissions/chispend_app/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist deleted file mode 100644 index 18d98100..00000000 --- a/submissions/chispend_app/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +++ /dev/null @@ -1,8 +0,0 @@ - - - - - IDEDidComputeMac32BitWarning - - - diff --git a/submissions/chispend_app/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings b/submissions/chispend_app/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings deleted file mode 100644 index f9b0d7c5..00000000 --- a/submissions/chispend_app/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings +++ /dev/null @@ -1,8 +0,0 @@ - - - - - PreviewsEnabled - - - diff --git a/submissions/chispend_app/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme b/submissions/chispend_app/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme deleted file mode 100644 index c87d15a3..00000000 --- a/submissions/chispend_app/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/submissions/chispend_app/ios/Runner.xcworkspace/contents.xcworkspacedata b/submissions/chispend_app/ios/Runner.xcworkspace/contents.xcworkspacedata deleted file mode 100644 index 1d526a16..00000000 --- a/submissions/chispend_app/ios/Runner.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,7 +0,0 @@ - - - - - diff --git a/submissions/chispend_app/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/submissions/chispend_app/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist deleted file mode 100644 index 18d98100..00000000 --- a/submissions/chispend_app/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +++ /dev/null @@ -1,8 +0,0 @@ - - - - - IDEDidComputeMac32BitWarning - - - diff --git a/submissions/chispend_app/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings b/submissions/chispend_app/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings deleted file mode 100644 index f9b0d7c5..00000000 --- a/submissions/chispend_app/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings +++ /dev/null @@ -1,8 +0,0 @@ - - - - - PreviewsEnabled - - - diff --git a/submissions/chispend_app/ios/Runner/AppDelegate.swift b/submissions/chispend_app/ios/Runner/AppDelegate.swift deleted file mode 100644 index 70693e4a..00000000 --- a/submissions/chispend_app/ios/Runner/AppDelegate.swift +++ /dev/null @@ -1,13 +0,0 @@ -import UIKit -import Flutter - -@UIApplicationMain -@objc class AppDelegate: FlutterAppDelegate { - override func application( - _ application: UIApplication, - didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]? - ) -> Bool { - GeneratedPluginRegistrant.register(with: self) - return super.application(application, didFinishLaunchingWithOptions: launchOptions) - } -} diff --git a/submissions/chispend_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json b/submissions/chispend_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json deleted file mode 100644 index d36b1fab..00000000 --- a/submissions/chispend_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json +++ /dev/null @@ -1,122 +0,0 @@ -{ - "images" : [ - { - "size" : "20x20", - "idiom" : "iphone", - "filename" : "Icon-App-20x20@2x.png", - "scale" : "2x" - }, - { - "size" : "20x20", - "idiom" : "iphone", - "filename" : "Icon-App-20x20@3x.png", - "scale" : "3x" - }, - { - "size" : "29x29", - "idiom" : "iphone", - "filename" : "Icon-App-29x29@1x.png", - "scale" : "1x" - }, - { - "size" : "29x29", - "idiom" : "iphone", - "filename" : "Icon-App-29x29@2x.png", - "scale" : "2x" - }, - { - "size" : "29x29", - "idiom" : "iphone", - "filename" : "Icon-App-29x29@3x.png", - "scale" : "3x" - }, - { - "size" : "40x40", - "idiom" : "iphone", - "filename" : "Icon-App-40x40@2x.png", - "scale" : "2x" - }, - { - "size" : "40x40", - "idiom" : "iphone", - "filename" : "Icon-App-40x40@3x.png", - "scale" : "3x" - }, - { - "size" : "60x60", - "idiom" : "iphone", - "filename" : "Icon-App-60x60@2x.png", - "scale" : "2x" - }, - { - "size" : "60x60", - "idiom" : "iphone", - "filename" : "Icon-App-60x60@3x.png", - "scale" : "3x" - }, - { - "size" : "20x20", - "idiom" : "ipad", - "filename" : "Icon-App-20x20@1x.png", - "scale" : "1x" - }, - { - "size" : "20x20", - "idiom" : "ipad", - "filename" : "Icon-App-20x20@2x.png", - "scale" : "2x" - }, - { - "size" : "29x29", - "idiom" : "ipad", - "filename" : "Icon-App-29x29@1x.png", - "scale" : "1x" - }, - { - "size" : "29x29", - "idiom" : "ipad", - "filename" : "Icon-App-29x29@2x.png", - "scale" : "2x" - }, - { - "size" : "40x40", - "idiom" : "ipad", - "filename" : "Icon-App-40x40@1x.png", - "scale" : "1x" - }, - { - "size" : "40x40", - "idiom" : "ipad", - "filename" : "Icon-App-40x40@2x.png", - "scale" : "2x" - }, - { - "size" : "76x76", - "idiom" : "ipad", - "filename" : "Icon-App-76x76@1x.png", - "scale" : "1x" - }, - { - "size" : "76x76", - "idiom" : "ipad", - "filename" : "Icon-App-76x76@2x.png", - "scale" : "2x" - }, - { - "size" : "83.5x83.5", - "idiom" : "ipad", - "filename" : "Icon-App-83.5x83.5@2x.png", - "scale" : "2x" - }, - { - "size" : "1024x1024", - "idiom" : "ios-marketing", - "filename" : "Icon-App-1024x1024@1x.png", - "scale" : "1x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} diff --git a/submissions/chispend_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png b/submissions/chispend_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png deleted file mode 100644 index dc9ada4725e9b0ddb1deab583e5b5102493aa332..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 10932 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 diff --git a/submissions/chispend_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png b/submissions/chispend_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png deleted file mode 100644 index f091b6b0bca859a3f474b03065bef75ba58a9e4c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1588 zcmV-42Fv-0P)C1SqPt}wig>|5Crh^=oyX$BK<}M8eLU3e2hGT;=G|!_SP)7zNI6fqUMB=)y zRAZ>eDe#*r`yDAVgB_R*LB*MAc)8(b{g{9McCXW!lq7r(btRoB9!8B-#AI6JMb~YFBEvdsV)`mEQO^&#eRKx@b&x- z5lZm*!WfD8oCLzfHGz#u7sT0^VLMI1MqGxF^v+`4YYnVYgk*=kU?HsSz{v({E3lb9 z>+xILjBN)t6`=g~IBOelGQ(O990@BfXf(DRI5I$qN$0Gkz-FSc$3a+2fX$AedL4u{ z4V+5Ong(9LiGcIKW?_352sR;LtDPmPJXI{YtT=O8=76o9;*n%_m|xo!i>7$IrZ-{l z-x3`7M}qzHsPV@$v#>H-TpjDh2UE$9g6sysUREDy_R(a)>=eHw-WAyfIN z*qb!_hW>G)Tu8nSw9yn#3wFMiLcfc4pY0ek1}8(NqkBR@t4{~oC>ryc-h_ByH(Cg5 z>ao-}771+xE3um9lWAY1FeQFxowa1(!J(;Jg*wrg!=6FdRX+t_<%z&d&?|Bn){>zm zZQj(aA_HeBY&OC^jj*)N`8fa^ePOU72VpInJoI1?`ty#lvlNzs(&MZX+R%2xS~5Kh zX*|AU4QE#~SgPzOXe9>tRj>hjU@c1k5Y_mW*Jp3fI;)1&g3j|zDgC+}2Q_v%YfDax z!?umcN^n}KYQ|a$Lr+51Nf9dkkYFSjZZjkma$0KOj+;aQ&721~t7QUKx61J3(P4P1 zstI~7-wOACnWP4=8oGOwz%vNDqD8w&Q`qcNGGrbbf&0s9L0De{4{mRS?o0MU+nR_! zrvshUau0G^DeMhM_v{5BuLjb#Hh@r23lDAk8oF(C+P0rsBpv85EP>4CVMx#04MOfG z;P%vktHcXwTj~+IE(~px)3*MY77e}p#|c>TD?sMatC0Tu4iKKJ0(X8jxQY*gYtxsC z(zYC$g|@+I+kY;dg_dE>scBf&bP1Nc@Hz<3R)V`=AGkc;8CXqdi=B4l2k|g;2%#m& z*jfX^%b!A8#bI!j9-0Fi0bOXl(-c^AB9|nQaE`*)Hw+o&jS9@7&Gov#HbD~#d{twV zXd^Tr^mWLfFh$@Dr$e;PBEz4(-2q1FF0}c;~B5sA}+Q>TOoP+t>wf)V9Iy=5ruQa;z)y zI9C9*oUga6=hxw6QasLPnee@3^Rr*M{CdaL5=R41nLs(AHk_=Y+A9$2&H(B7!_pURs&8aNw7?`&Z&xY_Ye z)~D5Bog^td-^QbUtkTirdyK^mTHAOuptDflut!#^lnKqU md>ggs(5nOWAqO?umG&QVYK#ibz}*4>0000U6E9hRK9^#O7(mu>ETqrXGsduA8$)?`v2seloOCza43C{NQ$$gAOH**MCn0Q?+L7dl7qnbRdqZ8LSVp1ItDxhxD?t@5_yHg6A8yI zC*%Wgg22K|8E#!~cTNYR~@Y9KepMPrrB8cABapAFa=`H+UGhkXUZV1GnwR1*lPyZ;*K(i~2gp|@bzp8}og7e*#% zEnr|^CWdVV!-4*Y_7rFvlww2Ze+>j*!Z!pQ?2l->4q#nqRu9`ELo6RMS5=br47g_X zRw}P9a7RRYQ%2Vsd0Me{_(EggTnuN6j=-?uFS6j^u69elMypu?t>op*wBx<=Wx8?( ztpe^(fwM6jJX7M-l*k3kEpWOl_Vk3@(_w4oc}4YF4|Rt=2V^XU?#Yz`8(e?aZ@#li0n*=g^qOcVpd-Wbok=@b#Yw zqn8u9a)z>l(1kEaPYZ6hwubN6i<8QHgsu0oE) ziJ(p;Wxm>sf!K+cw>R-(^Y2_bahB+&KI9y^);#0qt}t-$C|Bo71lHi{_+lg#f%RFy z0um=e3$K3i6K{U_4K!EX?F&rExl^W|G8Z8;`5z-k}OGNZ0#WVb$WCpQu-_YsiqKP?BB# vzVHS-CTUF4Ozn5G+mq_~Qqto~ahA+K`|lyv3(-e}00000NkvXXu0mjfd`9t{ diff --git a/submissions/chispend_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png b/submissions/chispend_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png deleted file mode 100644 index d0ef06e7edb86cdfe0d15b4b0d98334a86163658..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1716 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 diff --git a/submissions/chispend_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png b/submissions/chispend_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png deleted file mode 100644 index c8f9ed8f5cee1c98386d13b17e89f719e83555b2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1895 zcmV-t2blPYP)FQtfgmafE#=YDCq`qUBt#QpG%*H6QHY765~R=q zZ6iudfM}q!Pz#~9JgOi8QJ|DSu?1-*(kSi1K4#~5?#|rh?sS)(-JQqX*}ciXJ56_H zdw=^s_srbAdqxlvGyrgGet#6T7_|j;95sL%MtM;q86vOxKM$f#puR)Bjv9Zvz9-di zXOTSsZkM83)E9PYBXC<$6(|>lNLVBb&&6y{NByFCp%6+^ALR@NCTse_wqvNmSWI-m z!$%KlHFH2omF!>#%1l3LTZg(s7eof$7*xB)ZQ0h?ejh?Ta9fDv59+u#MokW+1t8Zb zgHv%K(u9G^Lv`lh#f3<6!JVTL3(dCpxHbnbA;kKqQyd1~^Xe0VIaYBSWm6nsr;dFj z4;G-RyL?cYgsN1{L4ZFFNa;8)Rv0fM0C(~Tkit94 zz#~A)59?QjD&pAPSEQ)p8gP|DS{ng)j=2ux)_EzzJ773GmQ_Cic%3JJhC0t2cx>|v zJcVusIB!%F90{+}8hG3QU4KNeKmK%T>mN57NnCZ^56=0?&3@!j>a>B43pi{!u z7JyDj7`6d)qVp^R=%j>UIY6f+3`+qzIc!Y_=+uN^3BYV|o+$vGo-j-Wm<10%A=(Yk^beI{t%ld@yhKjq0iNjqN4XMGgQtbKubPM$JWBz}YA65k%dm*awtC^+f;a-x4+ddbH^7iDWGg&N0n#MW{kA|=8iMUiFYvMoDY@sPC#t$55gn6ykUTPAr`a@!(;np824>2xJthS z*ZdmT`g5-`BuJs`0LVhz+D9NNa3<=6m;cQLaF?tCv8)zcRSh66*Z|vXhG@$I%U~2l z?`Q zykI#*+rQ=z6Jm=Bui-SfpDYLA=|vzGE(dYm=OC8XM&MDo7ux4UF1~0J1+i%aCUpRe zt3L_uNyQ*cE(38Uy03H%I*)*Bh=Lb^Xj3?I^Hnbeq72(EOK^Y93CNp*uAA{5Lc=ky zx=~RKa4{iTm{_>_vSCm?$Ej=i6@=m%@VvAITnigVg{&@!7CDgs908761meDK5azA} z4?=NOH|PdvabgJ&fW2{Mo$Q0CcD8Qc84%{JPYt5EiG{MdLIAeX%T=D7NIP4%Hw}p9 zg)==!2Lbp#j{u_}hMiao9=!VSyx0gHbeCS`;q&vzeq|fs`y&^X-lso(Ls@-706qmA z7u*T5PMo_w3{se1t2`zWeO^hOvTsohG_;>J0wVqVe+n)AbQCx)yh9;w+J6?NF5Lmo zecS@ieAKL8%bVd@+-KT{yI|S}O>pYckUFs;ry9Ow$CD@ztz5K-*D$^{i(_1llhSh^ zEkL$}tsQt5>QA^;QgjgIfBDmcOgi5YDyu?t6vSnbp=1+@6D& z5MJ}B8q;bRlVoxasyhcUF1+)o`&3r0colr}QJ3hcSdLu;9;td>kf@Tcn<@9sIx&=m z;AD;SCh95=&p;$r{Xz3iWCO^MX83AGJ(yH&eTXgv|0=34#-&WAmw{)U7OU9!Wz^!7 zZ%jZFi@JR;>Mhi7S>V7wQ176|FdW2m?&`qa(ScO^CFPR80HucLHOTy%5s*HR0^8)i h0WYBP*#0Ks^FNSabJA*5${_#%002ovPDHLkV1oKhTl@e3 diff --git a/submissions/chispend_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png b/submissions/chispend_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png deleted file mode 100644 index a6d6b8609df07bf62e5100a53a01510388bd2b22..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2665 zcmV-v3YPVWP)oFh3q0MFesq&64WThn3$;G69TfjsAv=f2G9}p zgSx99+!YV6qME!>9MD13x)k(+XE7W?_O4LoLb5ND8 zaV{9+P@>42xDfRiYBMSgD$0!vssptcb;&?u9u(LLBKmkZ>RMD=kvD3h`sk6!QYtBa ztlZI#nu$8lJ^q2Z79UTgZe>BU73(Aospiq+?SdMt8lDZ;*?@tyWVZVS_Q7S&*tJaiRlJ z+aSMOmbg3@h5}v;A*c8SbqM3icg-`Cnwl;7Ts%A1RkNIp+Txl-Ckkvg4oxrqGA5ewEgYqwtECD<_3Egu)xGllKt&J8g&+=ac@Jq4-?w6M3b*>w5 z69N3O%=I^6&UL5gZ!}trC7bUj*12xLdkNs~Bz4QdJJ*UDZox2UGR}SNg@lmOvhCc~ z*f_UeXv(=#I#*7>VZx2ObEN~UoGUTl=-@)E;YtCRZ>SVp$p9yG5hEFZ!`wI!spd)n zSk+vK0Vin7FL{7f&6OB%f;SH22dtbcF<|9fi2Fp%q4kxL!b1#l^)8dUwJ zwEf{(wJj@8iYDVnKB`eSU+;ml-t2`@%_)0jDM`+a46xhDbBj2+&Ih>1A>6aky#(-SYyE{R3f#y57wfLs z6w1p~$bp;6!9DX$M+J~S@D6vJAaElETnsX4h9a5tvPhC3L@qB~bOzkL@^z0k_hS{T4PF*TDrgdXp+dzsE? z>V|VR035Pl9n5&-RePFdS{7KAr2vPOqR9=M$vXA1Yy5>w;EsF`;OK{2pkn-kpp9Pw z)r;5JfJKKaT$4qCb{TaXHjb$QA{y0EYy*+b1XI;6Ah- zw13P)xT`>~eFoJC!>{2XL(a_#upp3gaR1#5+L(Jmzp4TBnx{~WHedpJ1ch8JFk~Sw z>F+gN+i+VD?gMXwcIhn8rz`>e>J^TI3E-MW>f}6R-pL}>WMOa0k#jN+`RyUVUC;#D zg|~oS^$6%wpF{^Qr+}X>0PKcr3Fc&>Z>uv@C);pwDs@2bZWhYP!rvGx?_|q{d`t<*XEb#=aOb=N+L@CVBGqImZf&+a zCQEa3$~@#kC);pasdG=f6tuIi0PO-y&tvX%>Mv=oY3U$nD zJ#gMegnQ46pq+3r=;zmgcG+zRc9D~c>z+jo9&D+`E6$LmyFqlmCYw;-Zooma{sR@~ z)_^|YL1&&@|GXo*pivH7k!msl+$Sew3%XJnxajt0K%3M6Bd&YFNy9}tWG^aovK2eX z1aL1%7;KRDrA@eG-Wr6w+;*H_VD~qLiVI`{_;>o)k`{8xa3EJT1O_>#iy_?va0eR? zDV=N%;Zjb%Z2s$@O>w@iqt!I}tLjGk!=p`D23I}N4Be@$(|iSA zf3Ih7b<{zqpDB4WF_5X1(peKe+rASze%u8eKLn#KKXt;UZ+Adf$_TO+vTqshLLJ5c z52HucO=lrNVae5XWOLm!V@n-ObU11!b+DN<$RuU+YsrBq*lYT;?AwJpmNKniF0Q1< zJCo>Q$=v$@&y=sj6{r!Y&y&`0$-I}S!H_~pI&2H8Z1C|BX4VgZ^-! zje3-;x0PBD!M`v*J_)rL^+$<1VJhH*2Fi~aA7s&@_rUHYJ9zD=M%4AFQ`}k8OC$9s XsPq=LnkwKG00000NkvXXu0mjfhAk5^ diff --git a/submissions/chispend_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png b/submissions/chispend_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png deleted file mode 100644 index a6d6b8609df07bf62e5100a53a01510388bd2b22..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2665 zcmV-v3YPVWP)oFh3q0MFesq&64WThn3$;G69TfjsAv=f2G9}p zgSx99+!YV6qME!>9MD13x)k(+XE7W?_O4LoLb5ND8 zaV{9+P@>42xDfRiYBMSgD$0!vssptcb;&?u9u(LLBKmkZ>RMD=kvD3h`sk6!QYtBa ztlZI#nu$8lJ^q2Z79UTgZe>BU73(Aospiq+?SdMt8lDZ;*?@tyWVZVS_Q7S&*tJaiRlJ z+aSMOmbg3@h5}v;A*c8SbqM3icg-`Cnwl;7Ts%A1RkNIp+Txl-Ckkvg4oxrqGA5ewEgYqwtECD<_3Egu)xGllKt&J8g&+=ac@Jq4-?w6M3b*>w5 z69N3O%=I^6&UL5gZ!}trC7bUj*12xLdkNs~Bz4QdJJ*UDZox2UGR}SNg@lmOvhCc~ z*f_UeXv(=#I#*7>VZx2ObEN~UoGUTl=-@)E;YtCRZ>SVp$p9yG5hEFZ!`wI!spd)n zSk+vK0Vin7FL{7f&6OB%f;SH22dtbcF<|9fi2Fp%q4kxL!b1#l^)8dUwJ zwEf{(wJj@8iYDVnKB`eSU+;ml-t2`@%_)0jDM`+a46xhDbBj2+&Ih>1A>6aky#(-SYyE{R3f#y57wfLs z6w1p~$bp;6!9DX$M+J~S@D6vJAaElETnsX4h9a5tvPhC3L@qB~bOzkL@^z0k_hS{T4PF*TDrgdXp+dzsE? z>V|VR035Pl9n5&-RePFdS{7KAr2vPOqR9=M$vXA1Yy5>w;EsF`;OK{2pkn-kpp9Pw z)r;5JfJKKaT$4qCb{TaXHjb$QA{y0EYy*+b1XI;6Ah- zw13P)xT`>~eFoJC!>{2XL(a_#upp3gaR1#5+L(Jmzp4TBnx{~WHedpJ1ch8JFk~Sw z>F+gN+i+VD?gMXwcIhn8rz`>e>J^TI3E-MW>f}6R-pL}>WMOa0k#jN+`RyUVUC;#D zg|~oS^$6%wpF{^Qr+}X>0PKcr3Fc&>Z>uv@C);pwDs@2bZWhYP!rvGx?_|q{d`t<*XEb#=aOb=N+L@CVBGqImZf&+a zCQEa3$~@#kC);pasdG=f6tuIi0PO-y&tvX%>Mv=oY3U$nD zJ#gMegnQ46pq+3r=;zmgcG+zRc9D~c>z+jo9&D+`E6$LmyFqlmCYw;-Zooma{sR@~ z)_^|YL1&&@|GXo*pivH7k!msl+$Sew3%XJnxajt0K%3M6Bd&YFNy9}tWG^aovK2eX z1aL1%7;KRDrA@eG-Wr6w+;*H_VD~qLiVI`{_;>o)k`{8xa3EJT1O_>#iy_?va0eR? zDV=N%;Zjb%Z2s$@O>w@iqt!I}tLjGk!=p`D23I}N4Be@$(|iSA zf3Ih7b<{zqpDB4WF_5X1(peKe+rASze%u8eKLn#KKXt;UZ+Adf$_TO+vTqshLLJ5c z52HucO=lrNVae5XWOLm!V@n-ObU11!b+DN<$RuU+YsrBq*lYT;?AwJpmNKniF0Q1< zJCo>Q$=v$@&y=sj6{r!Y&y&`0$-I}S!H_~pI&2H8Z1C|BX4VgZ^-! zje3-;x0PBD!M`v*J_)rL^+$<1VJhH*2Fi~aA7s&@_rUHYJ9zD=M%4AFQ`}k8OC$9s XsPq=LnkwKG00000NkvXXu0mjfhAk5^ diff --git a/submissions/chispend_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png b/submissions/chispend_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png deleted file mode 100644 index 75b2d164a5a98e212cca15ea7bf2ab5de5108680..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3831 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 diff --git a/submissions/chispend_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png b/submissions/chispend_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png deleted file mode 100644 index c4df70d39da7941ef3f6dcb7f06a192d8dcb308d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1888 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 iW8Zci7-kcv6Uzs@r-FtIZ-&5|)J Q1PU{Fy85}Sb4q9e0B4a5jsO4v diff --git a/submissions/chispend_app/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png b/submissions/chispend_app/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png deleted file mode 100644 index 9da19eacad3b03bb08bbddbbf4ac48dd78b3d838..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 68 zcmeAS@N?(olHy`uVBq!ia0vp^j3CUx0wlM}@Gt=>Zci7-kcv6Uzs@r-FtIZ-&5|)J Q1PU{Fy85}Sb4q9e0B4a5jsO4v diff --git a/submissions/chispend_app/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png b/submissions/chispend_app/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png deleted file mode 100644 index 9da19eacad3b03bb08bbddbbf4ac48dd78b3d838..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 68 zcmeAS@N?(olHy`uVBq!ia0vp^j3CUx0wlM}@Gt=>Zci7-kcv6Uzs@r-FtIZ-&5|)J Q1PU{Fy85}Sb4q9e0B4a5jsO4v diff --git a/submissions/chispend_app/ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md b/submissions/chispend_app/ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md deleted file mode 100644 index 89c2725b..00000000 --- a/submissions/chispend_app/ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md +++ /dev/null @@ -1,5 +0,0 @@ -# Launch Screen Assets - -You can customize the launch screen with your own desired assets by replacing the image files in this directory. - -You can also do it by opening your Flutter project's Xcode project with `open ios/Runner.xcworkspace`, selecting `Runner/Assets.xcassets` in the Project Navigator and dropping in the desired images. \ No newline at end of file diff --git a/submissions/chispend_app/ios/Runner/Base.lproj/LaunchScreen.storyboard b/submissions/chispend_app/ios/Runner/Base.lproj/LaunchScreen.storyboard deleted file mode 100644 index f2e259c7..00000000 --- a/submissions/chispend_app/ios/Runner/Base.lproj/LaunchScreen.storyboard +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/submissions/chispend_app/ios/Runner/Base.lproj/Main.storyboard b/submissions/chispend_app/ios/Runner/Base.lproj/Main.storyboard deleted file mode 100644 index f3c28516..00000000 --- a/submissions/chispend_app/ios/Runner/Base.lproj/Main.storyboard +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/submissions/chispend_app/ios/Runner/Info.plist b/submissions/chispend_app/ios/Runner/Info.plist deleted file mode 100644 index b9375990..00000000 --- a/submissions/chispend_app/ios/Runner/Info.plist +++ /dev/null @@ -1,47 +0,0 @@ - - - - - CFBundleDevelopmentRegion - $(DEVELOPMENT_LANGUAGE) - CFBundleDisplayName - Unispend App - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - Unispend_app - CFBundlePackageType - APPL - CFBundleShortVersionString - $(FLUTTER_BUILD_NAME) - CFBundleSignature - ???? - CFBundleVersion - $(FLUTTER_BUILD_NUMBER) - LSRequiresIPhoneOS - - UILaunchStoryboardName - LaunchScreen - UIMainStoryboardFile - Main - UISupportedInterfaceOrientations - - UIInterfaceOrientationPortrait - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - - UISupportedInterfaceOrientations~ipad - - UIInterfaceOrientationPortrait - UIInterfaceOrientationPortraitUpsideDown - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - - UIViewControllerBasedStatusBarAppearance - - - diff --git a/submissions/chispend_app/ios/Runner/Runner-Bridging-Header.h b/submissions/chispend_app/ios/Runner/Runner-Bridging-Header.h deleted file mode 100644 index 308a2a56..00000000 --- a/submissions/chispend_app/ios/Runner/Runner-Bridging-Header.h +++ /dev/null @@ -1 +0,0 @@ -#import "GeneratedPluginRegistrant.h" diff --git a/submissions/chispend_app/lib/data/common/helper_functions.dart b/submissions/chispend_app/lib/data/common/helper_functions.dart deleted file mode 100644 index c57a1563..00000000 --- a/submissions/chispend_app/lib/data/common/helper_functions.dart +++ /dev/null @@ -1,23 +0,0 @@ -import 'package:flutter/material.dart'; - -void loader(BuildContext context) { - showDialog( - context: context, - barrierDismissible: false, - useSafeArea: false, - barrierColor: Colors.black38, - builder: (context) { - return Dialog( - backgroundColor: Colors.transparent, - elevation: 0, - shape: const RoundedRectangleBorder( - borderRadius: BorderRadius.all(Radius.circular(8))), - child: Container( - alignment: Alignment.center, - color: Colors.transparent, - child: const SizedBox( - height: 60, - width: 60, - child: CircularProgressIndicator(strokeWidth: 6, color: Colors.purple)))); - }); -} diff --git a/submissions/chispend_app/lib/data/constant/api_constants.dart b/submissions/chispend_app/lib/data/constant/api_constants.dart deleted file mode 100644 index 9cc0e82b..00000000 --- a/submissions/chispend_app/lib/data/constant/api_constants.dart +++ /dev/null @@ -1,5 +0,0 @@ -class ApiConstants{ - ApiConstants._(); - static const String apiKey = 'f0c4d7259c216be34b19d3290e2c25e729acc4a6851bacfd94f8e6d4d15dc6b6'; - static const String httpHost = 'https://api.chimoney.io/v0.2/'; -} \ No newline at end of file diff --git a/submissions/chispend_app/lib/data/models/api/initiate_chimoney.dart b/submissions/chispend_app/lib/data/models/api/initiate_chimoney.dart deleted file mode 100644 index 5b999aeb..00000000 --- a/submissions/chispend_app/lib/data/models/api/initiate_chimoney.dart +++ /dev/null @@ -1,44 +0,0 @@ -import 'dart:convert'; - -InitiateChimoneyRes initiateChimoneyResFromMap(String str) => InitiateChimoneyRes.fromMap(json.decode(str)); - -class InitiateChimoneyRes { - InitiateChimoneyRes({ - required this.data, - }); - - Data data; - - factory InitiateChimoneyRes.fromMap(Map json) => InitiateChimoneyRes( - data: Data.fromMap(json["data"]), - ); -} - -class Data { - Data({ - required this.paymentLink, - required this.data, - required this.error - }); - - String paymentLink; - List data; - String error; - - factory Data.fromMap(Map json) => Data( - paymentLink: json["paymentLink"]??'', - data: List.from(json["data"].map((x) => Datum.fromMap(x))), - error: json["error"]??'' - ); -} - -class Datum { - Datum({ - required this.chiRef, - }); - - String chiRef; - - factory Datum.fromMap(Map json) => Datum( - chiRef: json["chiRef"]); -} \ No newline at end of file diff --git a/submissions/chispend_app/lib/data/services/api/payout.dart b/submissions/chispend_app/lib/data/services/api/payout.dart deleted file mode 100644 index f9adbc18..00000000 --- a/submissions/chispend_app/lib/data/services/api/payout.dart +++ /dev/null @@ -1,80 +0,0 @@ -import 'dart:convert'; -import '../../models/api/initiate_chimoney.dart'; -import 'request_helper/index.dart'; -import 'package:flutter/material.dart'; -import 'package:http/http.dart' as http; -import '../navigation/index.dart'; - -abstract class PayoutService { - Future initiateChimoney({required String channelStr}); - Future redeemAny({required String chiRef}); -} - -class PayoutServiceImpl extends PayoutService { - final RequestHelpersImpl requestHelpersImpl; - final NavigationServiceImpl navigationServiceImpl; - PayoutServiceImpl( - {required this.requestHelpersImpl, required this.navigationServiceImpl}); - @override - Future initiateChimoney({required String channelStr}) async { - try { - String url = 'payouts/chimoney'; - http.Response? res = await requestHelpersImpl.post(url: url, body: jsonDecode(channelStr)); - if (res?.statusCode == 200) { - ScaffoldMessenger.of( - navigationServiceImpl.navigationKey.currentContext!) - .showSnackBar( - const SnackBar(content: Text('Transaction successful'))); - InitiateChimoneyRes initiateChimoneyRes = - initiateChimoneyResFromMap(res!.body); - bool success = false; - for (var element in initiateChimoneyRes.data.data) { - success = await redeemAny(chiRef: element.chiRef); - } - return success; - } else { - ScaffoldMessenger.of( - navigationServiceImpl.navigationKey.currentContext!) - .showSnackBar(SnackBar( - content: Text(jsonDecode(res!.body)['error'] ?? - 'Failed to make transaction'))); - return false; - } - } catch (e) { - ScaffoldMessenger.of(navigationServiceImpl.navigationKey.currentContext!) - .showSnackBar( - const SnackBar(content: Text('Failed to make transaction'))); - debugPrint(e.toString()); - return false; - } - } - - @override - Future redeemAny({required String chiRef}) async { - try { - String url = 'redeem/any'; - http.Response? res = - await requestHelpersImpl.post(url: url, body: {'chiRef': chiRef, 'redeemData': {}}); - if (res?.statusCode == 200) { - ScaffoldMessenger.of( - navigationServiceImpl.navigationKey.currentContext!) - .showSnackBar( - const SnackBar(content: Text('Transaction successful'))); - return true; - } else { - ScaffoldMessenger.of( - navigationServiceImpl.navigationKey.currentContext!) - .showSnackBar(SnackBar( - content: Text(jsonDecode(res!.body)['error'] ?? - 'Failed to make transaction'))); - return false; - } - } catch (e) { - ScaffoldMessenger.of(navigationServiceImpl.navigationKey.currentContext!) - .showSnackBar( - const SnackBar(content: Text('Failed to make transaction'))); - debugPrint(e.toString()); - return false; - } - } -} diff --git a/submissions/chispend_app/lib/data/services/api/request_helper/index.dart b/submissions/chispend_app/lib/data/services/api/request_helper/index.dart deleted file mode 100644 index bd83b304..00000000 --- a/submissions/chispend_app/lib/data/services/api/request_helper/index.dart +++ /dev/null @@ -1,54 +0,0 @@ -import 'dart:convert'; -import 'dart:io'; -import 'package:Unispend/data/constant/api_constants.dart'; -import 'package:flutter/material.dart'; -import 'package:http/http.dart' as http; -import '../../navigation/index.dart'; - -abstract class RequestHelpers { - Future post( - {required String url, required Map body}); -} - -class RequestHelpersImpl extends RequestHelpers { - final http.Client httpClient; - final NavigationServiceImpl navigationServiceImpl; - - RequestHelpersImpl( - {required this.httpClient, required this.navigationServiceImpl}); - - @override - Future post( - {required String url, required Map body}) async { - http.Response res; - String uri = ApiConstants.httpHost + url; - debugPrint('Url: $uri'); - debugPrint('Payload: ${json.encode(body)}'); - try { - res = await httpClient - .post(Uri.parse(uri), - headers: { - HttpHeaders.acceptHeader: 'application/json', - 'Content-Type': 'application/json; charset=UTF-8', - 'X-API-KEY': ApiConstants.apiKey - }, - body: jsonEncode(body)) - .timeout(const Duration(seconds: 10), onTimeout: () { - ScaffoldMessenger.of( - navigationServiceImpl.navigationKey.currentContext!) - .showSnackBar( - const SnackBar(content: Text('Connection Timeout')), - ); - return Future.delayed(const Duration(seconds: 1)); - }); - debugPrint('Response Code: ${res.statusCode}'); - debugPrint('Response Body: ${json.encode(res.body)}'); - return res; - } catch (e) { - debugPrint(e.toString()); - ScaffoldMessenger.of(navigationServiceImpl.navigationKey.currentContext!) - .showSnackBar(const SnackBar(content: Text('Connection Timeout'))); - } - return null; - } -} diff --git a/submissions/chispend_app/lib/data/services/navigation/index.dart b/submissions/chispend_app/lib/data/services/navigation/index.dart deleted file mode 100644 index 3852ef19..00000000 --- a/submissions/chispend_app/lib/data/services/navigation/index.dart +++ /dev/null @@ -1,47 +0,0 @@ -import 'package:flutter/material.dart'; - -abstract class NavigationService { - Future navigateTo(String routeName, {dynamic arguments}); - - Future replaceWith(String routeName, {dynamic arguments}); - - void pop({dynamic v}); - - Future replaceUntil( - {required String routeName, - required String lastRouteName, - dynamic arguments}); -} - -class NavigationServiceImpl extends NavigationService { - final GlobalKey _navigationKey = GlobalKey(); - - GlobalKey get navigationKey => _navigationKey; - - @override - void pop({dynamic v = false}) { - return _navigationKey.currentState!.pop(v); - } - - @override - Future navigateTo(String routeName, {dynamic arguments}) { - return _navigationKey.currentState! - .pushNamed(routeName, arguments: arguments); - } - - @override - Future replaceWith(String routeName, {dynamic arguments}) { - return _navigationKey.currentState! - .pushReplacementNamed(routeName, arguments: arguments); - } - - @override - Future replaceUntil( - {required String routeName, - required String lastRouteName, - dynamic arguments}) { - return _navigationKey.currentState!.pushNamedAndRemoveUntil( - lastRouteName, ModalRoute.withName(routeName), - arguments: arguments); - } -} diff --git a/submissions/chispend_app/lib/di/get_it.dart b/submissions/chispend_app/lib/di/get_it.dart deleted file mode 100644 index fa6e459e..00000000 --- a/submissions/chispend_app/lib/di/get_it.dart +++ /dev/null @@ -1,25 +0,0 @@ -import 'package:Unispend/data/services/api/payout.dart'; -import 'package:Unispend/data/services/api/request_helper/index.dart'; -import 'package:get_it/get_it.dart'; -import 'package:http/http.dart' as http; - -import '../data/services/navigation/index.dart'; - -final getItInstance = GetIt.I; - -Future initDependencies() async { - final http.Client _client = http.Client(); - getItInstance.registerLazySingleton(() => _client); - - // NAVIGATION - getItInstance.registerLazySingleton( - () => NavigationServiceImpl()); - - // REQUEST HELPER - getItInstance.registerLazySingleton(() => - RequestHelpersImpl( - httpClient: getItInstance(), navigationServiceImpl: getItInstance())); - - getItInstance.registerLazySingleton( - () => PayoutServiceImpl(requestHelpersImpl: getItInstance(), navigationServiceImpl: getItInstance())); -} diff --git a/submissions/chispend_app/lib/main.dart b/submissions/chispend_app/lib/main.dart deleted file mode 100644 index 959ba58d..00000000 --- a/submissions/chispend_app/lib/main.dart +++ /dev/null @@ -1,33 +0,0 @@ -import 'package:Unispend/di/get_it.dart'; -import 'package:Unispend/presentation/ui/webview/index.dart'; -import 'package:flutter/material.dart'; -import 'package:flutter/services.dart'; -import 'data/services/navigation/index.dart'; - -void main() async{ - await initDependencies(); - runApp(const MyApp()); -} - -class MyApp extends StatelessWidget { - const MyApp({Key? key}) : super(key: key); - - // This widget is the root of your application. - @override - Widget build(BuildContext context) { - SystemChrome.setSystemUIOverlayStyle(SystemUiOverlayStyle.light - .copyWith( - statusBarIconBrightness: Brightness.dark, - statusBarColor: Colors.white)); - return MaterialApp( - title: 'Unispend', - theme: ThemeData( - scaffoldBackgroundColor: Colors.white, - primarySwatch: Colors.purple - ), - navigatorKey: getItInstance().navigationKey, - debugShowCheckedModeBanner: false, - home: const UnispendWebView(), - ); - } -} diff --git a/submissions/chispend_app/lib/presentation/ui/webview/index.dart b/submissions/chispend_app/lib/presentation/ui/webview/index.dart deleted file mode 100644 index 9f390ed7..00000000 --- a/submissions/chispend_app/lib/presentation/ui/webview/index.dart +++ /dev/null @@ -1,22 +0,0 @@ -import 'package:Unispend/data/common/helper_functions.dart'; -import 'package:Unispend/data/services/navigation/index.dart'; -import 'package:Unispend_widget/Unispend_widget.dart'; -import 'package:Unispend/data/services/api/payout.dart'; -import 'package:Unispend/di/get_it.dart'; -import 'package:flutter/material.dart'; - -class UnispendWebView extends StatelessWidget { - const UnispendWebView({Key? key}) : super(key: key); - - @override - Widget build(BuildContext context) { - return UnispendWidget( - maxAmountInUSD: 1000, - onMessageReceived: (v) async{ - loader(context); - await getItInstance().initiateChimoney(channelStr: v); - getItInstance().pop(); - }, - ); - } -} diff --git a/submissions/chispend_app/pubspec.lock b/submissions/chispend_app/pubspec.lock deleted file mode 100644 index 67505ddf..00000000 --- a/submissions/chispend_app/pubspec.lock +++ /dev/null @@ -1,238 +0,0 @@ -# Generated by pub -# See https://dart.dev/tools/pub/glossary#lockfile -packages: - async: - dependency: transitive - description: - name: async - url: "https://pub.dartlang.org" - source: hosted - version: "2.8.2" - boolean_selector: - dependency: transitive - description: - name: boolean_selector - url: "https://pub.dartlang.org" - source: hosted - version: "2.1.0" - characters: - dependency: transitive - description: - name: characters - url: "https://pub.dartlang.org" - source: hosted - version: "1.2.0" - charcode: - dependency: transitive - description: - name: charcode - url: "https://pub.dartlang.org" - source: hosted - version: "1.3.1" - Unispend_widget: - dependency: "direct main" - description: - name: Unispend_widget - url: "https://pub.dartlang.org" - source: hosted - version: "0.0.1" - clock: - dependency: transitive - description: - name: clock - url: "https://pub.dartlang.org" - source: hosted - version: "1.1.0" - collection: - dependency: transitive - description: - name: collection - url: "https://pub.dartlang.org" - source: hosted - version: "1.15.0" - cupertino_icons: - dependency: "direct main" - description: - name: cupertino_icons - url: "https://pub.dartlang.org" - source: hosted - version: "1.0.5" - fake_async: - dependency: transitive - description: - name: fake_async - url: "https://pub.dartlang.org" - source: hosted - version: "1.2.0" - flutter: - dependency: "direct main" - description: flutter - source: sdk - version: "0.0.0" - flutter_lints: - dependency: "direct dev" - description: - name: flutter_lints - url: "https://pub.dartlang.org" - source: hosted - version: "1.0.4" - flutter_test: - dependency: "direct dev" - description: flutter - source: sdk - version: "0.0.0" - get_it: - dependency: "direct main" - description: - name: get_it - url: "https://pub.dartlang.org" - source: hosted - version: "7.2.0" - http: - dependency: "direct main" - description: - name: http - url: "https://pub.dartlang.org" - source: hosted - version: "0.13.5" - http_parser: - dependency: transitive - description: - name: http_parser - url: "https://pub.dartlang.org" - source: hosted - version: "4.0.2" - lints: - dependency: transitive - description: - name: lints - url: "https://pub.dartlang.org" - source: hosted - version: "1.0.1" - matcher: - dependency: transitive - description: - name: matcher - url: "https://pub.dartlang.org" - source: hosted - version: "0.12.11" - material_color_utilities: - dependency: transitive - description: - name: material_color_utilities - url: "https://pub.dartlang.org" - source: hosted - version: "0.1.3" - meta: - dependency: transitive - description: - name: meta - url: "https://pub.dartlang.org" - source: hosted - version: "1.7.0" - path: - dependency: transitive - description: - name: path - url: "https://pub.dartlang.org" - source: hosted - version: "1.8.0" - plugin_platform_interface: - dependency: transitive - description: - name: plugin_platform_interface - url: "https://pub.dartlang.org" - source: hosted - version: "2.1.3" - sky_engine: - dependency: transitive - description: flutter - source: sdk - version: "0.0.99" - source_span: - dependency: transitive - description: - name: source_span - url: "https://pub.dartlang.org" - source: hosted - version: "1.8.1" - stack_trace: - dependency: transitive - description: - name: stack_trace - url: "https://pub.dartlang.org" - source: hosted - version: "1.10.0" - stream_channel: - dependency: transitive - description: - name: stream_channel - url: "https://pub.dartlang.org" - source: hosted - version: "2.1.0" - string_scanner: - dependency: transitive - description: - name: string_scanner - url: "https://pub.dartlang.org" - source: hosted - version: "1.1.0" - term_glyph: - dependency: transitive - description: - name: term_glyph - url: "https://pub.dartlang.org" - source: hosted - version: "1.2.0" - test_api: - dependency: transitive - description: - name: test_api - url: "https://pub.dartlang.org" - source: hosted - version: "0.4.8" - typed_data: - dependency: transitive - description: - name: typed_data - url: "https://pub.dartlang.org" - source: hosted - version: "1.3.0" - vector_math: - dependency: transitive - description: - name: vector_math - url: "https://pub.dartlang.org" - source: hosted - version: "2.1.1" - webview_flutter: - dependency: transitive - description: - name: webview_flutter - url: "https://pub.dartlang.org" - source: hosted - version: "3.0.4" - webview_flutter_android: - dependency: transitive - description: - name: webview_flutter_android - url: "https://pub.dartlang.org" - source: hosted - version: "2.8.14" - webview_flutter_platform_interface: - dependency: transitive - description: - name: webview_flutter_platform_interface - url: "https://pub.dartlang.org" - source: hosted - version: "1.9.5" - webview_flutter_wkwebview: - dependency: transitive - description: - name: webview_flutter_wkwebview - url: "https://pub.dartlang.org" - source: hosted - version: "2.7.5" -sdks: - dart: ">=2.16.1 <3.0.0" - flutter: ">=2.10.0" diff --git a/submissions/chispend_app/pubspec.yaml b/submissions/chispend_app/pubspec.yaml deleted file mode 100644 index fc9f6c32..00000000 --- a/submissions/chispend_app/pubspec.yaml +++ /dev/null @@ -1,92 +0,0 @@ -name: Unispend -description: A new Flutter project. - -# The following line prevents the package from being accidentally published to -# pub.dev using `flutter pub publish`. This is preferred for private packages. -publish_to: 'none' # Remove this line if you wish to publish to pub.dev - -# The following defines the version and build number for your application. -# A version number is three numbers separated by dots, like 1.2.43 -# followed by an optional build number separated by a +. -# Both the version and the builder number may be overridden in flutter -# build by specifying --build-name and --build-number, respectively. -# In Android, build-name is used as versionName while build-number used as versionCode. -# Read more about Android versioning at https://developer.android.com/studio/publish/versioning -# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. -# Read more about iOS versioning at -# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 1.0.0+1 - -environment: - sdk: ">=2.16.1 <3.0.0" - -# Dependencies specify other packages that your package needs in order to work. -# To automatically upgrade your package dependencies to the latest versions -# consider running `flutter pub upgrade --major-versions`. Alternatively, -# dependencies can be manually updated by changing the version numbers below to -# the latest version available on pub.dev. To see which dependencies have newer -# versions available, run `flutter pub outdated`. -dependencies: - flutter: - sdk: flutter - get_it: ^7.2.0 - http: ^0.13.4 - Unispend_widget: ^0.0.1 - - - # The following adds the Cupertino Icons font to your application. - # Use with the CupertinoIcons class for iOS style icons. - cupertino_icons: ^1.0.2 - -dev_dependencies: - flutter_test: - sdk: flutter - - # The "flutter_lints" package below contains a set of recommended lints to - # encourage good coding practices. The lint set provided by the package is - # activated in the `analysis_options.yaml` file located at the root of your - # package. See that file for information about deactivating specific lint - # rules and activating additional ones. - flutter_lints: ^1.0.0 - -# For information on the generic Dart part of this file, see the -# following page: https://dart.dev/tools/pub/pubspec - -# The following section is specific to Flutter. -flutter: - - # The following line ensures that the Material Icons font is - # included with your application, so that you can use the icons in - # the material Icons class. - uses-material-design: true - - # To add assets to your application, add an assets section, like this: - # assets: - # - images/a_dot_burr.jpeg - # - images/a_dot_ham.jpeg - - # An image asset can refer to one or more resolution-specific "variants", see - # https://flutter.dev/assets-and-images/#resolution-aware. - - # For details regarding adding assets from package dependencies, see - # https://flutter.dev/assets-and-images/#from-packages - - # To add custom fonts to your application, add a fonts section here, - # in this "flutter" section. Each entry in this list should have a - # "family" key with the font family name, and a "fonts" key with a - # list giving the asset and other descriptors for the font. For - # example: - # fonts: - # - family: Schyler - # fonts: - # - asset: fonts/Schyler-Regular.ttf - # - asset: fonts/Schyler-Italic.ttf - # style: italic - # - family: Trajan Pro - # fonts: - # - asset: fonts/TrajanPro.ttf - # - asset: fonts/TrajanPro_Bold.ttf - # weight: 700 - # - # For details regarding fonts from package dependencies, - # see https://flutter.dev/custom-fonts/#from-packages diff --git a/submissions/chispend_app/test/widget_test.dart b/submissions/chispend_app/test/widget_test.dart deleted file mode 100644 index 8fa5a636..00000000 --- a/submissions/chispend_app/test/widget_test.dart +++ /dev/null @@ -1,30 +0,0 @@ -// This is a basic Flutter widget test. -// -// To perform an interaction with a widget in your test, use the WidgetTester -// utility that Flutter provides. For example, you can send tap and scroll -// gestures. You can also use WidgetTester to find child widgets in the widget -// tree, read text, and verify that the values of widget properties are correct. - -import 'package:flutter/material.dart'; -import 'package:flutter_test/flutter_test.dart'; - -import 'package:Unispend_app/main.dart'; - -void main() { - testWidgets('Counter increments smoke test', (WidgetTester tester) async { - // Build our app and trigger a frame. - await tester.pumpWidget(const MyApp()); - - // Verify that our counter starts at 0. - expect(find.text('0'), findsOneWidget); - expect(find.text('1'), findsNothing); - - // Tap the '+' icon and trigger a frame. - await tester.tap(find.byIcon(Icons.add)); - await tester.pump(); - - // Verify that our counter has incremented. - expect(find.text('0'), findsNothing); - expect(find.text('1'), findsOneWidget); - }); -} diff --git a/submissions/chispend_app/web/favicon.png b/submissions/chispend_app/web/favicon.png deleted file mode 100644 index 8aaa46ac1ae21512746f852a42ba87e4165dfdd1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 917 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|I14-?iy0X7 zltGxWVyS%@P(fs7NJL45ua8x7ey(0(N`6wRUPW#JP&EUCO@$SZnVVXYs8ErclUHn2 zVXFjIVFhG^g!Ppaz)DK8ZIvQ?0~DO|i&7O#^-S~(l1AfjnEK zjFOT9D}DX)@^Za$W4-*MbbUihOG|wNBYh(yU7!lx;>x^|#0uTKVr7USFmqf|i<65o z3raHc^AtelCMM;Vme?vOfh>Xph&xL%(-1c06+^uR^q@XSM&D4+Kp$>4P^%3{)XKjo zGZknv$b36P8?Z_gF{nK@`XI}Z90TzwSQO}0J1!f2c(B=V`5aP@1P1a|PZ!4!3&Gl8 zTYqUsf!gYFyJnXpu0!n&N*SYAX-%d(5gVjrHJWqXQshj@!Zm{!01WsQrH~9=kTxW#6SvuapgMqt>$=j#%eyGrQzr zP{L-3gsMA^$I1&gsBAEL+vxi1*Igl=8#8`5?A-T5=z-sk46WA1IUT)AIZHx1rdUrf zVJrJn<74DDw`j)Ki#gt}mIT-Q`XRa2-jQXQoI%w`nb|XblvzK${ZzlV)m-XcwC(od z71_OEC5Bt9GEXosOXaPTYOia#R4ID2TiU~`zVMl08TV_C%DnU4^+HE>9(CE4D6?Fz oujB08i7adh9xk7*FX66dWH6F5TM;?E2b5PlUHx3vIVCg!0Dx9vYXATM diff --git a/submissions/chispend_app/web/icons/Icon-192.png b/submissions/chispend_app/web/icons/Icon-192.png deleted file mode 100644 index b749bfef07473333cf1dd31e9eed89862a5d52aa..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5292 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 diff --git a/submissions/chispend_app/web/icons/Icon-512.png b/submissions/chispend_app/web/icons/Icon-512.png deleted file mode 100644 index 88cfd48dff1169879ba46840804b412fe02fefd6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8252 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 diff --git a/submissions/chispend_app/web/icons/Icon-maskable-192.png b/submissions/chispend_app/web/icons/Icon-maskable-192.png deleted file mode 100644 index eb9b4d76e525556d5d89141648c724331630325d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5594 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 X>c!)3PgKfL&lX^$Z>Cpu&6)6jvi^Z! diff --git a/submissions/chispend_app/web/icons/Icon-maskable-512.png b/submissions/chispend_app/web/icons/Icon-maskable-512.png deleted file mode 100644 index d69c56691fbdb0b7efa65097c7cc1edac12a6d3e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 20998 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 MPgg&ebxsLQ025IeI{*Lx diff --git a/submissions/chispend_app/web/index.html b/submissions/chispend_app/web/index.html deleted file mode 100644 index c270c23e..00000000 --- a/submissions/chispend_app/web/index.html +++ /dev/null @@ -1,104 +0,0 @@ - - - - - - - - - - - - - - - - - - - - Unispend_app - - - - - - - diff --git a/submissions/chispend_app/web/manifest.json b/submissions/chispend_app/web/manifest.json deleted file mode 100644 index 2cf9e464..00000000 --- a/submissions/chispend_app/web/manifest.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "name": "Unispend_app", - "short_name": "Unispend_app", - "start_url": ".", - "display": "standalone", - "background_color": "#0175C2", - "theme_color": "#0175C2", - "description": "A new Flutter project.", - "orientation": "portrait-primary", - "prefer_related_applications": false, - "icons": [ - { - "src": "icons/Icon-192.png", - "sizes": "192x192", - "type": "image/png" - }, - { - "src": "icons/Icon-512.png", - "sizes": "512x512", - "type": "image/png" - }, - { - "src": "icons/Icon-maskable-192.png", - "sizes": "192x192", - "type": "image/png", - "purpose": "maskable" - }, - { - "src": "icons/Icon-maskable-512.png", - "sizes": "512x512", - "type": "image/png", - "purpose": "maskable" - } - ] -} diff --git a/submissions/chispend_app/windows/.gitignore b/submissions/chispend_app/windows/.gitignore deleted file mode 100644 index d492d0d9..00000000 --- a/submissions/chispend_app/windows/.gitignore +++ /dev/null @@ -1,17 +0,0 @@ -flutter/ephemeral/ - -# Visual Studio user-specific files. -*.suo -*.user -*.userosscache -*.sln.docstates - -# Visual Studio build-related files. -x64/ -x86/ - -# Visual Studio cache files -# files ending in .cache can be ignored -*.[Cc]ache -# but keep track of directories ending in .cache -!*.[Cc]ache/ diff --git a/submissions/chispend_app/windows/CMakeLists.txt b/submissions/chispend_app/windows/CMakeLists.txt deleted file mode 100644 index 074ba342..00000000 --- a/submissions/chispend_app/windows/CMakeLists.txt +++ /dev/null @@ -1,95 +0,0 @@ -cmake_minimum_required(VERSION 3.14) -project(Unispend_app LANGUAGES CXX) - -set(BINARY_NAME "Unispend_app") - -cmake_policy(SET CMP0063 NEW) - -set(CMAKE_INSTALL_RPATH "$ORIGIN/lib") - -# Configure build options. -get_property(IS_MULTICONFIG GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG) -if(IS_MULTICONFIG) - set(CMAKE_CONFIGURATION_TYPES "Debug;Profile;Release" - CACHE STRING "" FORCE) -else() - if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES) - set(CMAKE_BUILD_TYPE "Debug" CACHE - STRING "Flutter build mode" FORCE) - set_property(CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS - "Debug" "Profile" "Release") - endif() -endif() - -set(CMAKE_EXE_LINKER_FLAGS_PROFILE "${CMAKE_EXE_LINKER_FLAGS_RELEASE}") -set(CMAKE_SHARED_LINKER_FLAGS_PROFILE "${CMAKE_SHARED_LINKER_FLAGS_RELEASE}") -set(CMAKE_C_FLAGS_PROFILE "${CMAKE_C_FLAGS_RELEASE}") -set(CMAKE_CXX_FLAGS_PROFILE "${CMAKE_CXX_FLAGS_RELEASE}") - -# Use Unicode for all projects. -add_definitions(-DUNICODE -D_UNICODE) - -# Compilation settings that should be applied to most targets. -function(APPLY_STANDARD_SETTINGS TARGET) - target_compile_features(${TARGET} PUBLIC cxx_std_17) - target_compile_options(${TARGET} PRIVATE /W4 /WX /wd"4100") - target_compile_options(${TARGET} PRIVATE /EHsc) - target_compile_definitions(${TARGET} PRIVATE "_HAS_EXCEPTIONS=0") - target_compile_definitions(${TARGET} PRIVATE "$<$:_DEBUG>") -endfunction() - -set(FLUTTER_MANAGED_DIR "${CMAKE_CURRENT_SOURCE_DIR}/flutter") - -# Flutter library and tool build rules. -add_subdirectory(${FLUTTER_MANAGED_DIR}) - -# Application build -add_subdirectory("runner") - -# Generated plugin build rules, which manage building the plugins and adding -# them to the application. -include(flutter/generated_plugins.cmake) - - -# === Installation === -# Support files are copied into place next to the executable, so that it can -# run in place. This is done instead of making a separate bundle (as on Linux) -# so that building and running from within Visual Studio will work. -set(BUILD_BUNDLE_DIR "$") -# Make the "install" step default, as it's required to run. -set(CMAKE_VS_INCLUDE_INSTALL_TO_DEFAULT_BUILD 1) -if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT) - set(CMAKE_INSTALL_PREFIX "${BUILD_BUNDLE_DIR}" CACHE PATH "..." FORCE) -endif() - -set(INSTALL_BUNDLE_DATA_DIR "${CMAKE_INSTALL_PREFIX}/data") -set(INSTALL_BUNDLE_LIB_DIR "${CMAKE_INSTALL_PREFIX}") - -install(TARGETS ${BINARY_NAME} RUNTIME DESTINATION "${CMAKE_INSTALL_PREFIX}" - COMPONENT Runtime) - -install(FILES "${FLUTTER_ICU_DATA_FILE}" DESTINATION "${INSTALL_BUNDLE_DATA_DIR}" - COMPONENT Runtime) - -install(FILES "${FLUTTER_LIBRARY}" DESTINATION "${INSTALL_BUNDLE_LIB_DIR}" - COMPONENT Runtime) - -if(PLUGIN_BUNDLED_LIBRARIES) - install(FILES "${PLUGIN_BUNDLED_LIBRARIES}" - DESTINATION "${INSTALL_BUNDLE_LIB_DIR}" - COMPONENT Runtime) -endif() - -# Fully re-copy the assets directory on each build to avoid having stale files -# from a previous install. -set(FLUTTER_ASSET_DIR_NAME "flutter_assets") -install(CODE " - file(REMOVE_RECURSE \"${INSTALL_BUNDLE_DATA_DIR}/${FLUTTER_ASSET_DIR_NAME}\") - " COMPONENT Runtime) -install(DIRECTORY "${PROJECT_BUILD_DIR}/${FLUTTER_ASSET_DIR_NAME}" - DESTINATION "${INSTALL_BUNDLE_DATA_DIR}" COMPONENT Runtime) - -# Install the AOT library on non-Debug builds only. -install(FILES "${AOT_LIBRARY}" DESTINATION "${INSTALL_BUNDLE_DATA_DIR}" - CONFIGURATIONS Profile;Release - COMPONENT Runtime) diff --git a/submissions/chispend_app/windows/flutter/CMakeLists.txt b/submissions/chispend_app/windows/flutter/CMakeLists.txt deleted file mode 100644 index b2e4bd8d..00000000 --- a/submissions/chispend_app/windows/flutter/CMakeLists.txt +++ /dev/null @@ -1,103 +0,0 @@ -cmake_minimum_required(VERSION 3.14) - -set(EPHEMERAL_DIR "${CMAKE_CURRENT_SOURCE_DIR}/ephemeral") - -# Configuration provided via flutter tool. -include(${EPHEMERAL_DIR}/generated_config.cmake) - -# TODO: Move the rest of this into files in ephemeral. See -# https://github.com/flutter/flutter/issues/57146. -set(WRAPPER_ROOT "${EPHEMERAL_DIR}/cpp_client_wrapper") - -# === Flutter Library === -set(FLUTTER_LIBRARY "${EPHEMERAL_DIR}/flutter_windows.dll") - -# Published to parent scope for install step. -set(FLUTTER_LIBRARY ${FLUTTER_LIBRARY} PARENT_SCOPE) -set(FLUTTER_ICU_DATA_FILE "${EPHEMERAL_DIR}/icudtl.dat" PARENT_SCOPE) -set(PROJECT_BUILD_DIR "${PROJECT_DIR}/build/" PARENT_SCOPE) -set(AOT_LIBRARY "${PROJECT_DIR}/build/windows/app.so" PARENT_SCOPE) - -list(APPEND FLUTTER_LIBRARY_HEADERS - "flutter_export.h" - "flutter_windows.h" - "flutter_messenger.h" - "flutter_plugin_registrar.h" - "flutter_texture_registrar.h" -) -list(TRANSFORM FLUTTER_LIBRARY_HEADERS PREPEND "${EPHEMERAL_DIR}/") -add_library(flutter INTERFACE) -target_include_directories(flutter INTERFACE - "${EPHEMERAL_DIR}" -) -target_link_libraries(flutter INTERFACE "${FLUTTER_LIBRARY}.lib") -add_dependencies(flutter flutter_assemble) - -# === Wrapper === -list(APPEND CPP_WRAPPER_SOURCES_CORE - "core_implementations.cc" - "standard_codec.cc" -) -list(TRANSFORM CPP_WRAPPER_SOURCES_CORE PREPEND "${WRAPPER_ROOT}/") -list(APPEND CPP_WRAPPER_SOURCES_PLUGIN - "plugin_registrar.cc" -) -list(TRANSFORM CPP_WRAPPER_SOURCES_PLUGIN PREPEND "${WRAPPER_ROOT}/") -list(APPEND CPP_WRAPPER_SOURCES_APP - "flutter_engine.cc" - "flutter_view_controller.cc" -) -list(TRANSFORM CPP_WRAPPER_SOURCES_APP PREPEND "${WRAPPER_ROOT}/") - -# Wrapper sources needed for a plugin. -add_library(flutter_wrapper_plugin STATIC - ${CPP_WRAPPER_SOURCES_CORE} - ${CPP_WRAPPER_SOURCES_PLUGIN} -) -apply_standard_settings(flutter_wrapper_plugin) -set_target_properties(flutter_wrapper_plugin PROPERTIES - POSITION_INDEPENDENT_CODE ON) -set_target_properties(flutter_wrapper_plugin PROPERTIES - CXX_VISIBILITY_PRESET hidden) -target_link_libraries(flutter_wrapper_plugin PUBLIC flutter) -target_include_directories(flutter_wrapper_plugin PUBLIC - "${WRAPPER_ROOT}/include" -) -add_dependencies(flutter_wrapper_plugin flutter_assemble) - -# Wrapper sources needed for the runner. -add_library(flutter_wrapper_app STATIC - ${CPP_WRAPPER_SOURCES_CORE} - ${CPP_WRAPPER_SOURCES_APP} -) -apply_standard_settings(flutter_wrapper_app) -target_link_libraries(flutter_wrapper_app PUBLIC flutter) -target_include_directories(flutter_wrapper_app PUBLIC - "${WRAPPER_ROOT}/include" -) -add_dependencies(flutter_wrapper_app flutter_assemble) - -# === Flutter tool backend === -# _phony_ is a non-existent file to force this command to run every time, -# since currently there's no way to get a full input/output list from the -# flutter tool. -set(PHONY_OUTPUT "${CMAKE_CURRENT_BINARY_DIR}/_phony_") -set_source_files_properties("${PHONY_OUTPUT}" PROPERTIES SYMBOLIC TRUE) -add_custom_command( - OUTPUT ${FLUTTER_LIBRARY} ${FLUTTER_LIBRARY_HEADERS} - ${CPP_WRAPPER_SOURCES_CORE} ${CPP_WRAPPER_SOURCES_PLUGIN} - ${CPP_WRAPPER_SOURCES_APP} - ${PHONY_OUTPUT} - COMMAND ${CMAKE_COMMAND} -E env - ${FLUTTER_TOOL_ENVIRONMENT} - "${FLUTTER_ROOT}/packages/flutter_tools/bin/tool_backend.bat" - windows-x64 $ - VERBATIM -) -add_custom_target(flutter_assemble DEPENDS - "${FLUTTER_LIBRARY}" - ${FLUTTER_LIBRARY_HEADERS} - ${CPP_WRAPPER_SOURCES_CORE} - ${CPP_WRAPPER_SOURCES_PLUGIN} - ${CPP_WRAPPER_SOURCES_APP} -) diff --git a/submissions/chispend_app/windows/flutter/generated_plugin_registrant.cc b/submissions/chispend_app/windows/flutter/generated_plugin_registrant.cc deleted file mode 100644 index 8b6d4680..00000000 --- a/submissions/chispend_app/windows/flutter/generated_plugin_registrant.cc +++ /dev/null @@ -1,11 +0,0 @@ -// -// Generated file. Do not edit. -// - -// clang-format off - -#include "generated_plugin_registrant.h" - - -void RegisterPlugins(flutter::PluginRegistry* registry) { -} diff --git a/submissions/chispend_app/windows/flutter/generated_plugin_registrant.h b/submissions/chispend_app/windows/flutter/generated_plugin_registrant.h deleted file mode 100644 index dc139d85..00000000 --- a/submissions/chispend_app/windows/flutter/generated_plugin_registrant.h +++ /dev/null @@ -1,15 +0,0 @@ -// -// Generated file. Do not edit. -// - -// clang-format off - -#ifndef GENERATED_PLUGIN_REGISTRANT_ -#define GENERATED_PLUGIN_REGISTRANT_ - -#include - -// Registers Flutter plugins. -void RegisterPlugins(flutter::PluginRegistry* registry); - -#endif // GENERATED_PLUGIN_REGISTRANT_ diff --git a/submissions/chispend_app/windows/flutter/generated_plugins.cmake b/submissions/chispend_app/windows/flutter/generated_plugins.cmake deleted file mode 100644 index 4d10c251..00000000 --- a/submissions/chispend_app/windows/flutter/generated_plugins.cmake +++ /dev/null @@ -1,15 +0,0 @@ -# -# Generated file, do not edit. -# - -list(APPEND FLUTTER_PLUGIN_LIST -) - -set(PLUGIN_BUNDLED_LIBRARIES) - -foreach(plugin ${FLUTTER_PLUGIN_LIST}) - add_subdirectory(flutter/ephemeral/.plugin_symlinks/${plugin}/windows plugins/${plugin}) - target_link_libraries(${BINARY_NAME} PRIVATE ${plugin}_plugin) - list(APPEND PLUGIN_BUNDLED_LIBRARIES $) - list(APPEND PLUGIN_BUNDLED_LIBRARIES ${${plugin}_bundled_libraries}) -endforeach(plugin) diff --git a/submissions/chispend_app/windows/runner/CMakeLists.txt b/submissions/chispend_app/windows/runner/CMakeLists.txt deleted file mode 100644 index de2d8916..00000000 --- a/submissions/chispend_app/windows/runner/CMakeLists.txt +++ /dev/null @@ -1,17 +0,0 @@ -cmake_minimum_required(VERSION 3.14) -project(runner LANGUAGES CXX) - -add_executable(${BINARY_NAME} WIN32 - "flutter_window.cpp" - "main.cpp" - "utils.cpp" - "win32_window.cpp" - "${FLUTTER_MANAGED_DIR}/generated_plugin_registrant.cc" - "Runner.rc" - "runner.exe.manifest" -) -apply_standard_settings(${BINARY_NAME}) -target_compile_definitions(${BINARY_NAME} PRIVATE "NOMINMAX") -target_link_libraries(${BINARY_NAME} PRIVATE flutter flutter_wrapper_app) -target_include_directories(${BINARY_NAME} PRIVATE "${CMAKE_SOURCE_DIR}") -add_dependencies(${BINARY_NAME} flutter_assemble) diff --git a/submissions/chispend_app/windows/runner/Runner.rc b/submissions/chispend_app/windows/runner/Runner.rc deleted file mode 100644 index d4c9cdd9..00000000 --- a/submissions/chispend_app/windows/runner/Runner.rc +++ /dev/null @@ -1,121 +0,0 @@ -// Microsoft Visual C++ generated resource script. -// -#pragma code_page(65001) -#include "resource.h" - -#define APSTUDIO_READONLY_SYMBOLS -///////////////////////////////////////////////////////////////////////////// -// -// Generated from the TEXTINCLUDE 2 resource. -// -#include "winres.h" - -///////////////////////////////////////////////////////////////////////////// -#undef APSTUDIO_READONLY_SYMBOLS - -///////////////////////////////////////////////////////////////////////////// -// English (United States) resources - -#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) -LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US - -#ifdef APSTUDIO_INVOKED -///////////////////////////////////////////////////////////////////////////// -// -// TEXTINCLUDE -// - -1 TEXTINCLUDE -BEGIN - "resource.h\0" -END - -2 TEXTINCLUDE -BEGIN - "#include ""winres.h""\r\n" - "\0" -END - -3 TEXTINCLUDE -BEGIN - "\r\n" - "\0" -END - -#endif // APSTUDIO_INVOKED - - -///////////////////////////////////////////////////////////////////////////// -// -// Icon -// - -// Icon with lowest ID value placed first to ensure application icon -// remains consistent on all systems. -IDI_APP_ICON ICON "resources\\app_icon.ico" - - -///////////////////////////////////////////////////////////////////////////// -// -// Version -// - -#ifdef FLUTTER_BUILD_NUMBER -#define VERSION_AS_NUMBER FLUTTER_BUILD_NUMBER -#else -#define VERSION_AS_NUMBER 1,0,0 -#endif - -#ifdef FLUTTER_BUILD_NAME -#define VERSION_AS_STRING #FLUTTER_BUILD_NAME -#else -#define VERSION_AS_STRING "1.0.0" -#endif - -VS_VERSION_INFO VERSIONINFO - FILEVERSION VERSION_AS_NUMBER - PRODUCTVERSION VERSION_AS_NUMBER - FILEFLAGSMASK VS_FFI_FILEFLAGSMASK -#ifdef _DEBUG - FILEFLAGS VS_FF_DEBUG -#else - FILEFLAGS 0x0L -#endif - FILEOS VOS__WINDOWS32 - FILETYPE VFT_APP - FILESUBTYPE 0x0L -BEGIN - BLOCK "StringFileInfo" - BEGIN - BLOCK "040904e4" - BEGIN - VALUE "CompanyName", "com.example" "\0" - VALUE "FileDescription", "Unispend_app" "\0" - VALUE "FileVersion", VERSION_AS_STRING "\0" - VALUE "InternalName", "Unispend_app" "\0" - VALUE "LegalCopyright", "Copyright (C) 2022 com.example. All rights reserved." "\0" - VALUE "OriginalFilename", "Unispend_app.exe" "\0" - VALUE "ProductName", "Unispend_app" "\0" - VALUE "ProductVersion", VERSION_AS_STRING "\0" - END - END - BLOCK "VarFileInfo" - BEGIN - VALUE "Translation", 0x409, 1252 - END -END - -#endif // English (United States) resources -///////////////////////////////////////////////////////////////////////////// - - - -#ifndef APSTUDIO_INVOKED -///////////////////////////////////////////////////////////////////////////// -// -// Generated from the TEXTINCLUDE 3 resource. -// - - -///////////////////////////////////////////////////////////////////////////// -#endif // not APSTUDIO_INVOKED diff --git a/submissions/chispend_app/windows/runner/flutter_window.cpp b/submissions/chispend_app/windows/runner/flutter_window.cpp deleted file mode 100644 index b43b9095..00000000 --- a/submissions/chispend_app/windows/runner/flutter_window.cpp +++ /dev/null @@ -1,61 +0,0 @@ -#include "flutter_window.h" - -#include - -#include "flutter/generated_plugin_registrant.h" - -FlutterWindow::FlutterWindow(const flutter::DartProject& project) - : project_(project) {} - -FlutterWindow::~FlutterWindow() {} - -bool FlutterWindow::OnCreate() { - if (!Win32Window::OnCreate()) { - return false; - } - - RECT frame = GetClientArea(); - - // The size here must match the window dimensions to avoid unnecessary surface - // creation / destruction in the startup path. - flutter_controller_ = std::make_unique( - frame.right - frame.left, frame.bottom - frame.top, project_); - // Ensure that basic setup of the controller was successful. - if (!flutter_controller_->engine() || !flutter_controller_->view()) { - return false; - } - RegisterPlugins(flutter_controller_->engine()); - SetChildContent(flutter_controller_->view()->GetNativeWindow()); - return true; -} - -void FlutterWindow::OnDestroy() { - if (flutter_controller_) { - flutter_controller_ = nullptr; - } - - Win32Window::OnDestroy(); -} - -LRESULT -FlutterWindow::MessageHandler(HWND hwnd, UINT const message, - WPARAM const wparam, - LPARAM const lparam) noexcept { - // Give Flutter, including plugins, an opportunity to handle window messages. - if (flutter_controller_) { - std::optional result = - flutter_controller_->HandleTopLevelWindowProc(hwnd, message, wparam, - lparam); - if (result) { - return *result; - } - } - - switch (message) { - case WM_FONTCHANGE: - flutter_controller_->engine()->ReloadSystemFonts(); - break; - } - - return Win32Window::MessageHandler(hwnd, message, wparam, lparam); -} diff --git a/submissions/chispend_app/windows/runner/flutter_window.h b/submissions/chispend_app/windows/runner/flutter_window.h deleted file mode 100644 index 6da0652f..00000000 --- a/submissions/chispend_app/windows/runner/flutter_window.h +++ /dev/null @@ -1,33 +0,0 @@ -#ifndef RUNNER_FLUTTER_WINDOW_H_ -#define RUNNER_FLUTTER_WINDOW_H_ - -#include -#include - -#include - -#include "win32_window.h" - -// A window that does nothing but host a Flutter view. -class FlutterWindow : public Win32Window { - public: - // Creates a new FlutterWindow hosting a Flutter view running |project|. - explicit FlutterWindow(const flutter::DartProject& project); - virtual ~FlutterWindow(); - - protected: - // Win32Window: - bool OnCreate() override; - void OnDestroy() override; - LRESULT MessageHandler(HWND window, UINT const message, WPARAM const wparam, - LPARAM const lparam) noexcept override; - - private: - // The project to run. - flutter::DartProject project_; - - // The Flutter instance hosted by this window. - std::unique_ptr flutter_controller_; -}; - -#endif // RUNNER_FLUTTER_WINDOW_H_ diff --git a/submissions/chispend_app/windows/runner/main.cpp b/submissions/chispend_app/windows/runner/main.cpp deleted file mode 100644 index e611ca5f..00000000 --- a/submissions/chispend_app/windows/runner/main.cpp +++ /dev/null @@ -1,43 +0,0 @@ -#include -#include -#include - -#include "flutter_window.h" -#include "utils.h" - -int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev, - _In_ wchar_t *command_line, _In_ int show_command) { - // Attach to console when present (e.g., 'flutter run') or create a - // new console when running with a debugger. - if (!::AttachConsole(ATTACH_PARENT_PROCESS) && ::IsDebuggerPresent()) { - CreateAndAttachConsole(); - } - - // Initialize COM, so that it is available for use in the library and/or - // plugins. - ::CoInitializeEx(nullptr, COINIT_APARTMENTTHREADED); - - flutter::DartProject project(L"data"); - - std::vector command_line_arguments = - GetCommandLineArguments(); - - project.set_dart_entrypoint_arguments(std::move(command_line_arguments)); - - FlutterWindow window(project); - Win32Window::Point origin(10, 10); - Win32Window::Size size(1280, 720); - if (!window.CreateAndShow(L"Unispend_app", origin, size)) { - return EXIT_FAILURE; - } - window.SetQuitOnClose(true); - - ::MSG msg; - while (::GetMessage(&msg, nullptr, 0, 0)) { - ::TranslateMessage(&msg); - ::DispatchMessage(&msg); - } - - ::CoUninitialize(); - return EXIT_SUCCESS; -} diff --git a/submissions/chispend_app/windows/runner/resource.h b/submissions/chispend_app/windows/runner/resource.h deleted file mode 100644 index 66a65d1e..00000000 --- a/submissions/chispend_app/windows/runner/resource.h +++ /dev/null @@ -1,16 +0,0 @@ -//{{NO_DEPENDENCIES}} -// Microsoft Visual C++ generated include file. -// Used by Runner.rc -// -#define IDI_APP_ICON 101 - -// Next default values for new objects -// -#ifdef APSTUDIO_INVOKED -#ifndef APSTUDIO_READONLY_SYMBOLS -#define _APS_NEXT_RESOURCE_VALUE 102 -#define _APS_NEXT_COMMAND_VALUE 40001 -#define _APS_NEXT_CONTROL_VALUE 1001 -#define _APS_NEXT_SYMED_VALUE 101 -#endif -#endif diff --git a/submissions/chispend_app/windows/runner/resources/app_icon.ico b/submissions/chispend_app/windows/runner/resources/app_icon.ico deleted file mode 100644 index c04e20caf6370ebb9253ad831cc31de4a9c965f6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 33772 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 diff --git a/submissions/chispend_app/windows/runner/runner.exe.manifest b/submissions/chispend_app/windows/runner/runner.exe.manifest deleted file mode 100644 index c977c4a4..00000000 --- a/submissions/chispend_app/windows/runner/runner.exe.manifest +++ /dev/null @@ -1,20 +0,0 @@ - - - - - PerMonitorV2 - - - - - - - - - - - - - - - diff --git a/submissions/chispend_app/windows/runner/utils.cpp b/submissions/chispend_app/windows/runner/utils.cpp deleted file mode 100644 index d19bdbbc..00000000 --- a/submissions/chispend_app/windows/runner/utils.cpp +++ /dev/null @@ -1,64 +0,0 @@ -#include "utils.h" - -#include -#include -#include -#include - -#include - -void CreateAndAttachConsole() { - if (::AllocConsole()) { - FILE *unused; - if (freopen_s(&unused, "CONOUT$", "w", stdout)) { - _dup2(_fileno(stdout), 1); - } - if (freopen_s(&unused, "CONOUT$", "w", stderr)) { - _dup2(_fileno(stdout), 2); - } - std::ios::sync_with_stdio(); - FlutterDesktopResyncOutputStreams(); - } -} - -std::vector GetCommandLineArguments() { - // Convert the UTF-16 command line arguments to UTF-8 for the Engine to use. - int argc; - wchar_t** argv = ::CommandLineToArgvW(::GetCommandLineW(), &argc); - if (argv == nullptr) { - return std::vector(); - } - - std::vector command_line_arguments; - - // Skip the first argument as it's the binary name. - for (int i = 1; i < argc; i++) { - command_line_arguments.push_back(Utf8FromUtf16(argv[i])); - } - - ::LocalFree(argv); - - return command_line_arguments; -} - -std::string Utf8FromUtf16(const wchar_t* utf16_string) { - if (utf16_string == nullptr) { - return std::string(); - } - int target_length = ::WideCharToMultiByte( - CP_UTF8, WC_ERR_INVALID_CHARS, utf16_string, - -1, nullptr, 0, nullptr, nullptr); - if (target_length == 0) { - return std::string(); - } - std::string utf8_string; - utf8_string.resize(target_length); - int converted_length = ::WideCharToMultiByte( - CP_UTF8, WC_ERR_INVALID_CHARS, utf16_string, - -1, utf8_string.data(), - target_length, nullptr, nullptr); - if (converted_length == 0) { - return std::string(); - } - return utf8_string; -} diff --git a/submissions/chispend_app/windows/runner/utils.h b/submissions/chispend_app/windows/runner/utils.h deleted file mode 100644 index 3879d547..00000000 --- a/submissions/chispend_app/windows/runner/utils.h +++ /dev/null @@ -1,19 +0,0 @@ -#ifndef RUNNER_UTILS_H_ -#define RUNNER_UTILS_H_ - -#include -#include - -// Creates a console for the process, and redirects stdout and stderr to -// it for both the runner and the Flutter library. -void CreateAndAttachConsole(); - -// Takes a null-terminated wchar_t* encoded in UTF-16 and returns a std::string -// encoded in UTF-8. Returns an empty std::string on failure. -std::string Utf8FromUtf16(const wchar_t* utf16_string); - -// Gets the command line arguments passed in as a std::vector, -// encoded in UTF-8. Returns an empty std::vector on failure. -std::vector GetCommandLineArguments(); - -#endif // RUNNER_UTILS_H_ diff --git a/submissions/chispend_app/windows/runner/win32_window.cpp b/submissions/chispend_app/windows/runner/win32_window.cpp deleted file mode 100644 index c10f08dc..00000000 --- a/submissions/chispend_app/windows/runner/win32_window.cpp +++ /dev/null @@ -1,245 +0,0 @@ -#include "win32_window.h" - -#include - -#include "resource.h" - -namespace { - -constexpr const wchar_t kWindowClassName[] = L"FLUTTER_RUNNER_WIN32_WINDOW"; - -// The number of Win32Window objects that currently exist. -static int g_active_window_count = 0; - -using EnableNonClientDpiScaling = BOOL __stdcall(HWND hwnd); - -// Scale helper to convert logical scaler values to physical using passed in -// scale factor -int Scale(int source, double scale_factor) { - return static_cast(source * scale_factor); -} - -// Dynamically loads the |EnableNonClientDpiScaling| from the User32 module. -// This API is only needed for PerMonitor V1 awareness mode. -void EnableFullDpiSupportIfAvailable(HWND hwnd) { - HMODULE user32_module = LoadLibraryA("User32.dll"); - if (!user32_module) { - return; - } - auto enable_non_client_dpi_scaling = - reinterpret_cast( - GetProcAddress(user32_module, "EnableNonClientDpiScaling")); - if (enable_non_client_dpi_scaling != nullptr) { - enable_non_client_dpi_scaling(hwnd); - FreeLibrary(user32_module); - } -} - -} // namespace - -// Manages the Win32Window's window class registration. -class WindowClassRegistrar { - public: - ~WindowClassRegistrar() = default; - - // Returns the singleton registar instance. - static WindowClassRegistrar* GetInstance() { - if (!instance_) { - instance_ = new WindowClassRegistrar(); - } - return instance_; - } - - // Returns the name of the window class, registering the class if it hasn't - // previously been registered. - const wchar_t* GetWindowClass(); - - // Unregisters the window class. Should only be called if there are no - // instances of the window. - void UnregisterWindowClass(); - - private: - WindowClassRegistrar() = default; - - static WindowClassRegistrar* instance_; - - bool class_registered_ = false; -}; - -WindowClassRegistrar* WindowClassRegistrar::instance_ = nullptr; - -const wchar_t* WindowClassRegistrar::GetWindowClass() { - if (!class_registered_) { - WNDCLASS window_class{}; - window_class.hCursor = LoadCursor(nullptr, IDC_ARROW); - window_class.lpszClassName = kWindowClassName; - window_class.style = CS_HREDRAW | CS_VREDRAW; - window_class.cbClsExtra = 0; - window_class.cbWndExtra = 0; - window_class.hInstance = GetModuleHandle(nullptr); - window_class.hIcon = - LoadIcon(window_class.hInstance, MAKEINTRESOURCE(IDI_APP_ICON)); - window_class.hbrBackground = 0; - window_class.lpszMenuName = nullptr; - window_class.lpfnWndProc = Win32Window::WndProc; - RegisterClass(&window_class); - class_registered_ = true; - } - return kWindowClassName; -} - -void WindowClassRegistrar::UnregisterWindowClass() { - UnregisterClass(kWindowClassName, nullptr); - class_registered_ = false; -} - -Win32Window::Win32Window() { - ++g_active_window_count; -} - -Win32Window::~Win32Window() { - --g_active_window_count; - Destroy(); -} - -bool Win32Window::CreateAndShow(const std::wstring& title, - const Point& origin, - const Size& size) { - Destroy(); - - const wchar_t* window_class = - WindowClassRegistrar::GetInstance()->GetWindowClass(); - - const POINT target_point = {static_cast(origin.x), - static_cast(origin.y)}; - HMONITOR monitor = MonitorFromPoint(target_point, MONITOR_DEFAULTTONEAREST); - UINT dpi = FlutterDesktopGetDpiForMonitor(monitor); - double scale_factor = dpi / 96.0; - - HWND window = CreateWindow( - window_class, title.c_str(), WS_OVERLAPPEDWINDOW | WS_VISIBLE, - Scale(origin.x, scale_factor), Scale(origin.y, scale_factor), - Scale(size.width, scale_factor), Scale(size.height, scale_factor), - nullptr, nullptr, GetModuleHandle(nullptr), this); - - if (!window) { - return false; - } - - return OnCreate(); -} - -// static -LRESULT CALLBACK Win32Window::WndProc(HWND const window, - UINT const message, - WPARAM const wparam, - LPARAM const lparam) noexcept { - if (message == WM_NCCREATE) { - auto window_struct = reinterpret_cast(lparam); - SetWindowLongPtr(window, GWLP_USERDATA, - reinterpret_cast(window_struct->lpCreateParams)); - - auto that = static_cast(window_struct->lpCreateParams); - EnableFullDpiSupportIfAvailable(window); - that->window_handle_ = window; - } else if (Win32Window* that = GetThisFromHandle(window)) { - return that->MessageHandler(window, message, wparam, lparam); - } - - return DefWindowProc(window, message, wparam, lparam); -} - -LRESULT -Win32Window::MessageHandler(HWND hwnd, - UINT const message, - WPARAM const wparam, - LPARAM const lparam) noexcept { - switch (message) { - case WM_DESTROY: - window_handle_ = nullptr; - Destroy(); - if (quit_on_close_) { - PostQuitMessage(0); - } - return 0; - - case WM_DPICHANGED: { - auto newRectSize = reinterpret_cast(lparam); - LONG newWidth = newRectSize->right - newRectSize->left; - LONG newHeight = newRectSize->bottom - newRectSize->top; - - SetWindowPos(hwnd, nullptr, newRectSize->left, newRectSize->top, newWidth, - newHeight, SWP_NOZORDER | SWP_NOACTIVATE); - - return 0; - } - case WM_SIZE: { - RECT rect = GetClientArea(); - if (child_content_ != nullptr) { - // Size and position the child window. - MoveWindow(child_content_, rect.left, rect.top, rect.right - rect.left, - rect.bottom - rect.top, TRUE); - } - return 0; - } - - case WM_ACTIVATE: - if (child_content_ != nullptr) { - SetFocus(child_content_); - } - return 0; - } - - return DefWindowProc(window_handle_, message, wparam, lparam); -} - -void Win32Window::Destroy() { - OnDestroy(); - - if (window_handle_) { - DestroyWindow(window_handle_); - window_handle_ = nullptr; - } - if (g_active_window_count == 0) { - WindowClassRegistrar::GetInstance()->UnregisterWindowClass(); - } -} - -Win32Window* Win32Window::GetThisFromHandle(HWND const window) noexcept { - return reinterpret_cast( - GetWindowLongPtr(window, GWLP_USERDATA)); -} - -void Win32Window::SetChildContent(HWND content) { - child_content_ = content; - SetParent(content, window_handle_); - RECT frame = GetClientArea(); - - MoveWindow(content, frame.left, frame.top, frame.right - frame.left, - frame.bottom - frame.top, true); - - SetFocus(child_content_); -} - -RECT Win32Window::GetClientArea() { - RECT frame; - GetClientRect(window_handle_, &frame); - return frame; -} - -HWND Win32Window::GetHandle() { - return window_handle_; -} - -void Win32Window::SetQuitOnClose(bool quit_on_close) { - quit_on_close_ = quit_on_close; -} - -bool Win32Window::OnCreate() { - // No-op; provided for subclasses. - return true; -} - -void Win32Window::OnDestroy() { - // No-op; provided for subclasses. -} diff --git a/submissions/chispend_app/windows/runner/win32_window.h b/submissions/chispend_app/windows/runner/win32_window.h deleted file mode 100644 index 17ba4311..00000000 --- a/submissions/chispend_app/windows/runner/win32_window.h +++ /dev/null @@ -1,98 +0,0 @@ -#ifndef RUNNER_WIN32_WINDOW_H_ -#define RUNNER_WIN32_WINDOW_H_ - -#include - -#include -#include -#include - -// A class abstraction for a high DPI-aware Win32 Window. Intended to be -// inherited from by classes that wish to specialize with custom -// rendering and input handling -class Win32Window { - public: - struct Point { - unsigned int x; - unsigned int y; - Point(unsigned int x, unsigned int y) : x(x), y(y) {} - }; - - struct Size { - unsigned int width; - unsigned int height; - Size(unsigned int width, unsigned int height) - : width(width), height(height) {} - }; - - Win32Window(); - virtual ~Win32Window(); - - // Creates and shows a win32 window with |title| and position and size using - // |origin| and |size|. New windows are created on the default monitor. Window - // sizes are specified to the OS in physical pixels, hence to ensure a - // consistent size to will treat the width height passed in to this function - // as logical pixels and scale to appropriate for the default monitor. Returns - // true if the window was created successfully. - bool CreateAndShow(const std::wstring& title, - const Point& origin, - const Size& size); - - // Release OS resources associated with window. - void Destroy(); - - // Inserts |content| into the window tree. - void SetChildContent(HWND content); - - // Returns the backing Window handle to enable clients to set icon and other - // window properties. Returns nullptr if the window has been destroyed. - HWND GetHandle(); - - // If true, closing this window will quit the application. - void SetQuitOnClose(bool quit_on_close); - - // Return a RECT representing the bounds of the current client area. - RECT GetClientArea(); - - protected: - // Processes and route salient window messages for mouse handling, - // size change and DPI. Delegates handling of these to member overloads that - // inheriting classes can handle. - virtual LRESULT MessageHandler(HWND window, - UINT const message, - WPARAM const wparam, - LPARAM const lparam) noexcept; - - // Called when CreateAndShow is called, allowing subclass window-related - // setup. Subclasses should return false if setup fails. - virtual bool OnCreate(); - - // Called when Destroy is called. - virtual void OnDestroy(); - - private: - friend class WindowClassRegistrar; - - // OS callback called by message pump. Handles the WM_NCCREATE message which - // is passed when the non-client area is being created and enables automatic - // non-client DPI scaling so that the non-client area automatically - // responsponds to changes in DPI. All other messages are handled by - // MessageHandler. - static LRESULT CALLBACK WndProc(HWND const window, - UINT const message, - WPARAM const wparam, - LPARAM const lparam) noexcept; - - // Retrieves a class instance pointer for |window| - static Win32Window* GetThisFromHandle(HWND const window) noexcept; - - bool quit_on_close_ = false; - - // window handle for top level window. - HWND window_handle_ = nullptr; - - // window handle for hosted content. - HWND child_content_ = nullptr; -}; - -#endif // RUNNER_WIN32_WINDOW_H_ diff --git a/submissions/unispend_widget/lib/chispend_widget.dart b/submissions/unispend_widget/lib/unispend_widget.dart similarity index 100% rename from submissions/unispend_widget/lib/chispend_widget.dart rename to submissions/unispend_widget/lib/unispend_widget.dart diff --git a/submissions/unispend_widget/test/chispend_widget_test.dart b/submissions/unispend_widget/test/unispend_widget_test.dart similarity index 100% rename from submissions/unispend_widget/test/chispend_widget_test.dart rename to submissions/unispend_widget/test/unispend_widget_test.dart