Skip to content

Commit 60e05dc

Browse files
committed
Final: Enhance app functionalities (#196)
1 parent fbef68a commit 60e05dc

File tree

6 files changed

+45
-35
lines changed

6 files changed

+45
-35
lines changed

MovieVerse-Backend/.idea/dataSources.local.xml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

MovieVerse-Backend/.idea/workspace.xml

+16-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

MovieVerse-Backend/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ Quit the server with CONTROL-C.
270270
[17/Jun/2024 08:39:00] "GET /search/?search=g HTTP/1.1" 200 2693
271271
```
272272
273-
If you go to `http://127.0.0.1:8000/admin/` in your browser, you should see te following admin interface for the backend of MovieVerse:
273+
If you go to `http://127.0.0.1:8000/admin/` in your browser, you should see the following admin interface for the backend of MovieVerse:
274274
275275
<p align="center" style="cursor: pointer">
276276
<img src="../images/Administration-UI.png" alt="The MovieVerse Backend Admin Interface" width="100%" height="auto" style="border-radius: 10px"/>

MovieVerse-Mobile/platforms/ios/CordovaLib/CordovaLib.xcodeproj/xcuserdata/davidnguyen.xcuserdatad/xcschemes/xcschememanagement.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<key>Cordova.xcscheme_^#shared#^_</key>
88
<dict>
99
<key>orderHint</key>
10-
<integer>2</integer>
10+
<integer>3</integer>
1111
</dict>
1212
<key>CordovaLib.xcscheme_^#shared#^_</key>
1313
<dict>
1414
<key>orderHint</key>
15-
<integer>3</integer>
15+
<integer>2</integer>
1616
</dict>
1717
</dict>
1818
</dict>

MovieVerse-Mobile/platforms/ios/MovieVerse.xcodeproj/project.pbxproj

+25-25
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
302D95F214D2391D003F00A1 /* MainViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 302D95F014D2391D003F00A1 /* MainViewController.xib */; };
1616
4E7CA2B6272ABB0D00177EF9 /* config.xml in Copy Staging Resources */ = {isa = PBXBuildFile; fileRef = F840E1F0165FE0F500CFE078 /* config.xml */; };
1717
4E7CA2B7272ABB0D00177EF9 /* www in Copy Staging Resources */ = {isa = PBXBuildFile; fileRef = 301BF56E109A69640062928A /* www */; };
18+
5D01A4A7EBD549199BB2BD33 /* CDVStatusBar.m in Sources */ = {isa = PBXBuildFile; fileRef = 690A5B5EE67046E28BE0843D /* CDVStatusBar.m */; };
1819
6AFF5BF91D6E424B00AB3073 /* CDVLaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 6AFF5BF81D6E424B00AB3073 /* CDVLaunchScreen.storyboard */; };
19-
89A7D722F7DD4B0590430A0E /* CDVStatusBar.m in Sources */ = {isa = PBXBuildFile; fileRef = 1C78407F78814ACE96CF660B /* CDVStatusBar.m */; };
20-
94C87B2494FE0BB09758C1A0 /* libPods-MovieVerse.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 07501A22C045BE0F7F4FCA00 /* libPods-MovieVerse.a */; };
20+
BC5B861E7CCEB293CF7D962B /* libPods-MovieVerse.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5E9668E419CD3AE043444A18 /* libPods-MovieVerse.a */; };
2121
/* End PBXBuildFile section */
2222

2323
/* Begin PBXContainerItemProxy section */
@@ -61,8 +61,6 @@
6161

6262
/* Begin PBXFileReference section */
6363
0207DA571B56EA530066E2B4 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
64-
07501A22C045BE0F7F4FCA00 /* libPods-MovieVerse.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-MovieVerse.a"; sourceTree = BUILT_PRODUCTS_DIR; };
65-
1C78407F78814ACE96CF660B /* CDVStatusBar.m */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 4; includeInIndex = 0; lastKnownFileType = sourcecode.c.objc; name = CDVStatusBar.m; path = "cordova-plugin-statusbar/CDVStatusBar.m"; sourceTree = "<group>"; };
6664
1D3623240D0F684500981E51 /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
6765
1D3623250D0F684500981E51 /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
6866
1D6058910D05DD3D006BFB54 /* MovieVerse.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MovieVerse.app; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -76,11 +74,13 @@
7674
3047A5101AB8059700498E2A /* build-release.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = "build-release.xcconfig"; path = "cordova/build-release.xcconfig"; sourceTree = SOURCE_ROOT; };
7775
3047A5111AB8059700498E2A /* build.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = build.xcconfig; path = cordova/build.xcconfig; sourceTree = SOURCE_ROOT; };
7876
32CA4F630368D1EE00C91783 /* MovieVerse-Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "MovieVerse-Prefix.pch"; sourceTree = "<group>"; };
77+
36AF0B27E29F40AFA5B481AB /* CDVStatusBar.h */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 4; includeInIndex = 0; lastKnownFileType = sourcecode.c.h; name = CDVStatusBar.h; path = "cordova-plugin-statusbar/CDVStatusBar.h"; sourceTree = "<group>"; };
78+
5400111F7E207D90B2D3E2F9 /* Pods-MovieVerse.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MovieVerse.release.xcconfig"; path = "Target Support Files/Pods-MovieVerse/Pods-MovieVerse.release.xcconfig"; sourceTree = "<group>"; };
79+
5E9668E419CD3AE043444A18 /* libPods-MovieVerse.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-MovieVerse.a"; sourceTree = BUILT_PRODUCTS_DIR; };
80+
690A5B5EE67046E28BE0843D /* CDVStatusBar.m */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 4; includeInIndex = 0; lastKnownFileType = sourcecode.c.objc; name = CDVStatusBar.m; path = "cordova-plugin-statusbar/CDVStatusBar.m"; sourceTree = "<group>"; };
7981
6AFF5BF81D6E424B00AB3073 /* CDVLaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = CDVLaunchScreen.storyboard; sourceTree = "<group>"; };
82+
84382604D67BB9C83D76600A /* Pods-MovieVerse.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MovieVerse.debug.xcconfig"; path = "Target Support Files/Pods-MovieVerse/Pods-MovieVerse.debug.xcconfig"; sourceTree = "<group>"; };
8083
8D1107310486CEB800E47090 /* MovieVerse-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "MovieVerse-Info.plist"; plistStructureDefinitionIdentifier = "com.apple.xcode.plist.structure-definition.iphone.info-plist"; sourceTree = "<group>"; };
81-
A776FF04915E4CAB7FF56C31 /* Pods-MovieVerse.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MovieVerse.release.xcconfig"; path = "Target Support Files/Pods-MovieVerse/Pods-MovieVerse.release.xcconfig"; sourceTree = "<group>"; };
82-
C53968DEB99E3EFD7C21A78E /* Pods-MovieVerse.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MovieVerse.debug.xcconfig"; path = "Target Support Files/Pods-MovieVerse/Pods-MovieVerse.debug.xcconfig"; sourceTree = "<group>"; };
83-
DAC899F0148B441D880C416B /* CDVStatusBar.h */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 4; includeInIndex = 0; lastKnownFileType = sourcecode.c.h; name = CDVStatusBar.h; path = "cordova-plugin-statusbar/CDVStatusBar.h"; sourceTree = "<group>"; };
8484
EB87FDF31871DA8E0020F90C /* www */ = {isa = PBXFileReference; lastKnownFileType = folder; name = www; path = ../../www; sourceTree = "<group>"; };
8585
EB87FDF41871DAF40020F90C /* config.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; name = config.xml; path = ../../config.xml; sourceTree = "<group>"; };
8686
ED33DF2A687741AEAF9F8254 /* Bridging-Header.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "Bridging-Header.h"; sourceTree = "<group>"; };
@@ -93,7 +93,7 @@
9393
buildActionMask = 2147483647;
9494
files = (
9595
301BF552109A68D80062928A /* libCordova.a in Frameworks */,
96-
94C87B2494FE0BB09758C1A0 /* libPods-MovieVerse.a in Frameworks */,
96+
BC5B861E7CCEB293CF7D962B /* libPods-MovieVerse.a in Frameworks */,
9797
);
9898
runOnlyForDeploymentPostprocessing = 0;
9999
};
@@ -121,7 +121,7 @@
121121
29B97317FDCFA39411CA2CEA /* Resources */,
122122
29B97323FDCFA39411CA2CEA /* Frameworks */,
123123
19C28FACFE9D520D11CA2CBB /* Products */,
124-
2DD374EFC792B1E1D1D697AA /* Pods */,
124+
BC43F484E7C8E2F2E0FFB443 /* Pods */,
125125
);
126126
name = CustomTemplate;
127127
sourceTree = "<group>";
@@ -156,21 +156,11 @@
156156
29B97323FDCFA39411CA2CEA /* Frameworks */ = {
157157
isa = PBXGroup;
158158
children = (
159-
07501A22C045BE0F7F4FCA00 /* libPods-MovieVerse.a */,
159+
5E9668E419CD3AE043444A18 /* libPods-MovieVerse.a */,
160160
);
161161
name = Frameworks;
162162
sourceTree = "<group>";
163163
};
164-
2DD374EFC792B1E1D1D697AA /* Pods */ = {
165-
isa = PBXGroup;
166-
children = (
167-
C53968DEB99E3EFD7C21A78E /* Pods-MovieVerse.debug.xcconfig */,
168-
A776FF04915E4CAB7FF56C31 /* Pods-MovieVerse.release.xcconfig */,
169-
);
170-
name = Pods;
171-
path = Pods;
172-
sourceTree = "<group>";
173-
};
174164
301BF52E109A57CC0062928A /* Products */ = {
175165
isa = PBXGroup;
176166
children = (
@@ -193,13 +183,23 @@
193183
307C750510C5A3420062BCA9 /* Plugins */ = {
194184
isa = PBXGroup;
195185
children = (
196-
1C78407F78814ACE96CF660B /* CDVStatusBar.m */,
197-
DAC899F0148B441D880C416B /* CDVStatusBar.h */,
186+
690A5B5EE67046E28BE0843D /* CDVStatusBar.m */,
187+
36AF0B27E29F40AFA5B481AB /* CDVStatusBar.h */,
198188
);
199189
name = Plugins;
200190
path = MovieVerse/Plugins;
201191
sourceTree = SOURCE_ROOT;
202192
};
193+
BC43F484E7C8E2F2E0FFB443 /* Pods */ = {
194+
isa = PBXGroup;
195+
children = (
196+
84382604D67BB9C83D76600A /* Pods-MovieVerse.debug.xcconfig */,
197+
5400111F7E207D90B2D3E2F9 /* Pods-MovieVerse.release.xcconfig */,
198+
);
199+
name = Pods;
200+
path = Pods;
201+
sourceTree = "<group>";
202+
};
203203
EB87FDF11871DA420020F90C /* Staging */ = {
204204
isa = PBXGroup;
205205
children = (
@@ -216,7 +216,7 @@
216216
isa = PBXNativeTarget;
217217
buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "MovieVerse" */;
218218
buildPhases = (
219-
B4285C8CF6CE616B5D48F56E /* [CP] Check Pods Manifest.lock */,
219+
634C83DE7A2B6FF6A8492961 /* [CP] Check Pods Manifest.lock */,
220220
857339E32710CC9700A1C74C /* Copy Staging Resources */,
221221
1D60588D0D05DD3D006BFB54 /* Resources */,
222222
1D60588E0D05DD3D006BFB54 /* Sources */,
@@ -301,7 +301,7 @@
301301
/* End PBXResourcesBuildPhase section */
302302

303303
/* Begin PBXShellScriptBuildPhase section */
304-
B4285C8CF6CE616B5D48F56E /* [CP] Check Pods Manifest.lock */ = {
304+
634C83DE7A2B6FF6A8492961 /* [CP] Check Pods Manifest.lock */ = {
305305
isa = PBXShellScriptBuildPhase;
306306
buildActionMask = 2147483647;
307307
files = (
@@ -333,7 +333,7 @@
333333
1D60589B0D05DD56006BFB54 /* main.m in Sources */,
334334
1D3623260D0F684500981E51 /* AppDelegate.m in Sources */,
335335
302D95F114D2391D003F00A1 /* MainViewController.m in Sources */,
336-
89A7D722F7DD4B0590430A0E /* CDVStatusBar.m in Sources */,
336+
5D01A4A7EBD549199BB2BD33 /* CDVStatusBar.m in Sources */,
337337
);
338338
runOnlyForDeploymentPostprocessing = 0;
339339
};

0 commit comments

Comments
 (0)