28 Commits

Autor SHA1 Mensagem Data
  Chad 2214b82e06 Merge branch 'master' of https://git.zipcode.rocks/hallinanc/ZipTeam 6 anos atrás
  alizalang b2dd1ce63e messages posting 6 anos atrás
  alizalang b6d8ceb973 sending chat to database 6 anos atrás
  alizalang 3f0f3b10b5 chat 6 anos atrás
  Chad 650043c909 minor fix 6 anos atrás
  Chad 8b9ea69fa4 updates from group meeting added a lot 6 anos atrás
  Chad 95520e3d8a changed the application properties 6 anos atrás
  Chad 1144cf70e7 all classes built out 6 anos atrás
  Chad b8d0c1d8d8 merged dev 6 anos atrás
  Chad 4a6aefe826 added Chat classes 6 anos atrás
  Roy e985b65caf added messaging 6 anos atrás
  Roy ccc56bf311 changed UI name 6 anos atrás
  Roy bf0d344716 fix git submodules 6 anos atrás
  Roy db5ff3fd95 connected server to front-end 6 anos atrás
  Roy 9acff7e376 connected server to front-end 6 anos atrás
  Roy 3c4b8b7cfd added ionic-app 6 anos atrás
  Roy 3da6bb02b0 added ionic-app 6 anos atrás
  alizalang c73a9e2769 created user database 6 anos atrás
  alizalang c786983a60 saved 6 anos atrás
  alizalang e032299e24 created spring boot file version 6 anos atrás
  Chad 863fe9759d fixed an error 6 anos atrás
  Chad 8dbe5cd3f0 forced to compile 6 anos atrás
  JaseG256 4727025962 user class annotations 6 anos atrás
  JaseG256 3053f6ac30 user class 6 anos atrás
  Chad 6a0f92fbf5 added UML 6 anos atrás
  Chad 73347c3f35 added UI 6 anos atrás
  JaseG256 f4d297c49c controllers added# 6 anos atrás
  Chad 7c0c3a2958 UML started 6 anos atrás
100 arquivos alterados com 7752 adições e 0 exclusões
  1. BIN
      .DS_Store
  2. 2
    0
      .gitignore
  3. 9
    0
      .idea/ZipTeam.iml
  4. 7
    0
      .idea/misc.xml
  5. 8
    0
      .idea/modules.xml
  6. 6
    0
      .idea/vcs.xml
  7. 350
    0
      .idea/workspace.xml
  8. BIN
      IMG_20180709_105418-2.jpg
  9. 1
    0
      README.md
  10. 17
    0
      ZipTeamOrange-ionic-UI/.editorconfig
  11. 1
    0
      ZipTeamOrange-ionic-UI/.sourcemaps/0.js.map
  12. 1
    0
      ZipTeamOrange-ionic-UI/.sourcemaps/1.js.map
  13. 1
    0
      ZipTeamOrange-ionic-UI/.sourcemaps/2.js.map
  14. 1
    0
      ZipTeamOrange-ionic-UI/.sourcemaps/main.js.map
  15. 84
    0
      ZipTeamOrange-ionic-UI/config.xml
  16. 8
    0
      ZipTeamOrange-ionic-UI/ionic.config.json
  17. 6731
    0
      ZipTeamOrange-ionic-UI/package-lock.json
  18. 41
    0
      ZipTeamOrange-ionic-UI/package.json
  19. 8
    0
      ZipTeamOrange-ionic-UI/resources/README.md
  20. BIN
      ZipTeamOrange-ionic-UI/resources/android/icon/drawable-hdpi-icon.png
  21. BIN
      ZipTeamOrange-ionic-UI/resources/android/icon/drawable-ldpi-icon.png
  22. BIN
      ZipTeamOrange-ionic-UI/resources/android/icon/drawable-mdpi-icon.png
  23. BIN
      ZipTeamOrange-ionic-UI/resources/android/icon/drawable-xhdpi-icon.png
  24. BIN
      ZipTeamOrange-ionic-UI/resources/android/icon/drawable-xxhdpi-icon.png
  25. BIN
      ZipTeamOrange-ionic-UI/resources/android/icon/drawable-xxxhdpi-icon.png
  26. BIN
      ZipTeamOrange-ionic-UI/resources/android/splash/drawable-land-hdpi-screen.png
  27. BIN
      ZipTeamOrange-ionic-UI/resources/android/splash/drawable-land-ldpi-screen.png
  28. BIN
      ZipTeamOrange-ionic-UI/resources/android/splash/drawable-land-mdpi-screen.png
  29. BIN
      ZipTeamOrange-ionic-UI/resources/android/splash/drawable-land-xhdpi-screen.png
  30. BIN
      ZipTeamOrange-ionic-UI/resources/android/splash/drawable-land-xxhdpi-screen.png
  31. BIN
      ZipTeamOrange-ionic-UI/resources/android/splash/drawable-land-xxxhdpi-screen.png
  32. BIN
      ZipTeamOrange-ionic-UI/resources/android/splash/drawable-port-hdpi-screen.png
  33. BIN
      ZipTeamOrange-ionic-UI/resources/android/splash/drawable-port-ldpi-screen.png
  34. BIN
      ZipTeamOrange-ionic-UI/resources/android/splash/drawable-port-mdpi-screen.png
  35. BIN
      ZipTeamOrange-ionic-UI/resources/android/splash/drawable-port-xhdpi-screen.png
  36. BIN
      ZipTeamOrange-ionic-UI/resources/android/splash/drawable-port-xxhdpi-screen.png
  37. BIN
      ZipTeamOrange-ionic-UI/resources/android/splash/drawable-port-xxxhdpi-screen.png
  38. BIN
      ZipTeamOrange-ionic-UI/resources/icon.png
  39. BIN
      ZipTeamOrange-ionic-UI/resources/ios/icon/icon-1024.png
  40. BIN
      ZipTeamOrange-ionic-UI/resources/ios/icon/icon-40.png
  41. BIN
      ZipTeamOrange-ionic-UI/resources/ios/icon/icon-40@2x.png
  42. BIN
      ZipTeamOrange-ionic-UI/resources/ios/icon/icon-40@3x.png
  43. BIN
      ZipTeamOrange-ionic-UI/resources/ios/icon/icon-50.png
  44. BIN
      ZipTeamOrange-ionic-UI/resources/ios/icon/icon-50@2x.png
  45. BIN
      ZipTeamOrange-ionic-UI/resources/ios/icon/icon-60.png
  46. BIN
      ZipTeamOrange-ionic-UI/resources/ios/icon/icon-60@2x.png
  47. BIN
      ZipTeamOrange-ionic-UI/resources/ios/icon/icon-60@3x.png
  48. BIN
      ZipTeamOrange-ionic-UI/resources/ios/icon/icon-72.png
  49. BIN
      ZipTeamOrange-ionic-UI/resources/ios/icon/icon-72@2x.png
  50. BIN
      ZipTeamOrange-ionic-UI/resources/ios/icon/icon-76.png
  51. BIN
      ZipTeamOrange-ionic-UI/resources/ios/icon/icon-76@2x.png
  52. BIN
      ZipTeamOrange-ionic-UI/resources/ios/icon/icon-83.5@2x.png
  53. BIN
      ZipTeamOrange-ionic-UI/resources/ios/icon/icon-small.png
  54. BIN
      ZipTeamOrange-ionic-UI/resources/ios/icon/icon-small@2x.png
  55. BIN
      ZipTeamOrange-ionic-UI/resources/ios/icon/icon-small@3x.png
  56. BIN
      ZipTeamOrange-ionic-UI/resources/ios/icon/icon.png
  57. BIN
      ZipTeamOrange-ionic-UI/resources/ios/icon/icon@2x.png
  58. BIN
      ZipTeamOrange-ionic-UI/resources/ios/splash/Default-568h@2x~iphone.png
  59. BIN
      ZipTeamOrange-ionic-UI/resources/ios/splash/Default-667h.png
  60. BIN
      ZipTeamOrange-ionic-UI/resources/ios/splash/Default-736h.png
  61. BIN
      ZipTeamOrange-ionic-UI/resources/ios/splash/Default-Landscape-736h.png
  62. BIN
      ZipTeamOrange-ionic-UI/resources/ios/splash/Default-Landscape@2x~ipad.png
  63. BIN
      ZipTeamOrange-ionic-UI/resources/ios/splash/Default-Landscape@~ipadpro.png
  64. BIN
      ZipTeamOrange-ionic-UI/resources/ios/splash/Default-Landscape~ipad.png
  65. BIN
      ZipTeamOrange-ionic-UI/resources/ios/splash/Default-Portrait@2x~ipad.png
  66. BIN
      ZipTeamOrange-ionic-UI/resources/ios/splash/Default-Portrait@~ipadpro.png
  67. BIN
      ZipTeamOrange-ionic-UI/resources/ios/splash/Default-Portrait~ipad.png
  68. BIN
      ZipTeamOrange-ionic-UI/resources/ios/splash/Default@2x~iphone.png
  69. BIN
      ZipTeamOrange-ionic-UI/resources/ios/splash/Default@2x~universal~anyany.png
  70. BIN
      ZipTeamOrange-ionic-UI/resources/ios/splash/Default~iphone.png
  71. BIN
      ZipTeamOrange-ionic-UI/resources/splash.png
  72. 9
    0
      ZipTeamOrange-ionic-UI/src/Classes/Chat.ts
  73. 9
    0
      ZipTeamOrange-ionic-UI/src/Classes/Messsage.ts
  74. 11
    0
      ZipTeamOrange-ionic-UI/src/Classes/User.ts
  75. 22
    0
      ZipTeamOrange-ionic-UI/src/app/app.component.ts
  76. 1
    0
      ZipTeamOrange-ionic-UI/src/app/app.html
  77. 58
    0
      ZipTeamOrange-ionic-UI/src/app/app.module.ts
  78. 16
    0
      ZipTeamOrange-ionic-UI/src/app/app.scss
  79. 5
    0
      ZipTeamOrange-ionic-UI/src/app/main.ts
  80. BIN
      ZipTeamOrange-ionic-UI/src/assets/icon/favicon.ico
  81. BIN
      ZipTeamOrange-ionic-UI/src/assets/imgs/logo.png
  82. 49
    0
      ZipTeamOrange-ionic-UI/src/index.html
  83. 13
    0
      ZipTeamOrange-ionic-UI/src/manifest.json
  84. 11
    0
      ZipTeamOrange-ionic-UI/src/pages/about/about.html
  85. 3
    0
      ZipTeamOrange-ionic-UI/src/pages/about/about.scss
  86. 14
    0
      ZipTeamOrange-ionic-UI/src/pages/about/about.ts
  87. 25
    0
      ZipTeamOrange-ionic-UI/src/pages/chat/chat.html
  88. 13
    0
      ZipTeamOrange-ionic-UI/src/pages/chat/chat.module.ts
  89. 3
    0
      ZipTeamOrange-ionic-UI/src/pages/chat/chat.scss
  90. 46
    0
      ZipTeamOrange-ionic-UI/src/pages/chat/chat.ts
  91. 17
    0
      ZipTeamOrange-ionic-UI/src/pages/contact/contact.html
  92. 3
    0
      ZipTeamOrange-ionic-UI/src/pages/contact/contact.scss
  93. 14
    0
      ZipTeamOrange-ionic-UI/src/pages/contact/contact.ts
  94. 47
    0
      ZipTeamOrange-ionic-UI/src/pages/firstPage/first.html
  95. 13
    0
      ZipTeamOrange-ionic-UI/src/pages/firstPage/first.module.ts
  96. 3
    0
      ZipTeamOrange-ionic-UI/src/pages/firstPage/first.scss
  97. 51
    0
      ZipTeamOrange-ionic-UI/src/pages/firstPage/first.ts
  98. 17
    0
      ZipTeamOrange-ionic-UI/src/pages/home/home.html
  99. 3
    0
      ZipTeamOrange-ionic-UI/src/pages/home/home.scss
  100. 0
    0
      ZipTeamOrange-ionic-UI/src/pages/home/home.ts

BIN
.DS_Store Ver arquivo


+ 2
- 0
.gitignore Ver arquivo

@@ -0,0 +1,2 @@
1
+node_modules/
2
+.idea

+ 9
- 0
.idea/ZipTeam.iml Ver arquivo

@@ -0,0 +1,9 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<module type="JAVA_MODULE" version="4">
3
+  <component name="NewModuleRootManager" inherit-compiler-output="true">
4
+    <exclude-output />
5
+    <content url="file://$MODULE_DIR$" />
6
+    <orderEntry type="inheritedJdk" />
7
+    <orderEntry type="sourceFolder" forTests="false" />
8
+  </component>
9
+</module>

+ 7
- 0
.idea/misc.xml Ver arquivo

@@ -0,0 +1,7 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="4">
3
+  <component name="JavaScriptSettings">
4
+    <option name="languageLevel" value="ES6" />
5
+  </component>
6
+  <component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" project-jdk-name="10" project-jdk-type="JavaSDK" />
7
+</project>

+ 8
- 0
.idea/modules.xml Ver arquivo

@@ -0,0 +1,8 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="4">
3
+  <component name="ProjectModuleManager">
4
+    <modules>
5
+      <module fileurl="file://$PROJECT_DIR$/.idea/ZipTeam.iml" filepath="$PROJECT_DIR$/.idea/ZipTeam.iml" />
6
+    </modules>
7
+  </component>
8
+</project>

+ 6
- 0
.idea/vcs.xml Ver arquivo

@@ -0,0 +1,6 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="4">
3
+  <component name="VcsDirectoryMappings">
4
+    <mapping directory="" vcs="Git" />
5
+  </component>
6
+</project>

+ 350
- 0
.idea/workspace.xml Ver arquivo

@@ -0,0 +1,350 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="4">
3
+  <component name="ChangeListManager">
4
+    <list default="true" id="b17f0c7b-7b15-4e2a-9434-f5f9847c8e3b" name="Default" comment="">
5
+      <change beforePath="$PROJECT_DIR$/ZipTeamOrange/.idea/compiler.xml" beforeDir="false" />
6
+      <change beforePath="$PROJECT_DIR$/ZipTeamOrange/.idea/encodings.xml" beforeDir="false" />
7
+      <change beforePath="$PROJECT_DIR$/ZipTeamOrange/.idea/uiDesigner.xml" beforeDir="false" />
8
+      <change beforePath="$PROJECT_DIR$/ZipTeamOrange/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/ZipTeamOrange/.idea/workspace.xml" afterDir="false" />
9
+      <change beforePath="$PROJECT_DIR$/ZipTeamOrange/Middleteir.uml" beforeDir="false" />
10
+      <change beforePath="$PROJECT_DIR$/ZipTeamOrange/src/main/java/ZipTeamOrange/ZipTeamOrangeApplication.java" beforeDir="false" afterPath="$PROJECT_DIR$/ZipTeamOrange/src/main/java/ZipTeamOrange/ZipTeamOrangeApplication.java" afterDir="false" />
11
+    </list>
12
+    <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
13
+    <option name="TRACKING_ENABLED" value="true" />
14
+    <option name="SHOW_DIALOG" value="false" />
15
+    <option name="HIGHLIGHT_CONFLICTS" value="true" />
16
+    <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
17
+    <option name="LAST_RESOLUTION" value="IGNORE" />
18
+  </component>
19
+  <component name="FileEditorManager">
20
+    <leaf>
21
+      <file leaf-file-name="ZipTeamOrangeApplication.java" pinned="false" current-in-tab="true">
22
+        <entry file="file://$PROJECT_DIR$/ZipTeamOrange/src/main/java/ZipTeamOrange/ZipTeamOrangeApplication.java">
23
+          <provider selected="true" editor-type-id="text-editor">
24
+            <state relative-caret-position="90">
25
+              <caret line="7" column="4" lean-forward="true" selection-start-line="7" selection-start-column="4" selection-end-line="7" selection-end-column="4" />
26
+            </state>
27
+          </provider>
28
+        </entry>
29
+      </file>
30
+    </leaf>
31
+  </component>
32
+  <component name="Git.Settings">
33
+    <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
34
+  </component>
35
+  <component name="IdeDocumentHistory">
36
+    <option name="CHANGED_PATHS">
37
+      <list>
38
+        <option value="$PROJECT_DIR$/ZipTeamOrange/src/main/java/ZipTeamOrange/ZipTeamOrangeApplication.java" />
39
+      </list>
40
+    </option>
41
+  </component>
42
+  <component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
43
+  <component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
44
+  <component name="JsGulpfileManager">
45
+    <detection-done>true</detection-done>
46
+    <sorting>DEFINITION_ORDER</sorting>
47
+  </component>
48
+  <component name="NodePackageJsonFileManager">
49
+    <packageJsonPaths />
50
+  </component>
51
+  <component name="ProjectFrameBounds" extendedState="6">
52
+    <option name="x" value="442" />
53
+    <option name="y" value="115" />
54
+    <option name="width" value="1280" />
55
+    <option name="height" value="709" />
56
+  </component>
57
+  <component name="ProjectView">
58
+    <navigator proportions="" version="1">
59
+      <foldersAlwaysOnTop value="true" />
60
+    </navigator>
61
+    <panes>
62
+      <pane id="ProjectPane">
63
+        <subPane>
64
+          <expand>
65
+            <path>
66
+              <item name="ZipTeam" type="b2602c69:ProjectViewProjectNode" />
67
+              <item name="ZipTeam" type="462c0819:PsiDirectoryNode" />
68
+            </path>
69
+            <path>
70
+              <item name="ZipTeam" type="b2602c69:ProjectViewProjectNode" />
71
+              <item name="ZipTeam" type="462c0819:PsiDirectoryNode" />
72
+              <item name="ZipTeamOrange" type="462c0819:PsiDirectoryNode" />
73
+            </path>
74
+            <path>
75
+              <item name="ZipTeam" type="b2602c69:ProjectViewProjectNode" />
76
+              <item name="ZipTeam" type="462c0819:PsiDirectoryNode" />
77
+              <item name="ZipTeamOrange" type="462c0819:PsiDirectoryNode" />
78
+              <item name=".mvn" type="462c0819:PsiDirectoryNode" />
79
+            </path>
80
+            <path>
81
+              <item name="ZipTeam" type="b2602c69:ProjectViewProjectNode" />
82
+              <item name="ZipTeam" type="462c0819:PsiDirectoryNode" />
83
+              <item name="ZipTeamOrange" type="462c0819:PsiDirectoryNode" />
84
+              <item name="src" type="462c0819:PsiDirectoryNode" />
85
+            </path>
86
+            <path>
87
+              <item name="ZipTeam" type="b2602c69:ProjectViewProjectNode" />
88
+              <item name="ZipTeam" type="462c0819:PsiDirectoryNode" />
89
+              <item name="ZipTeamOrange" type="462c0819:PsiDirectoryNode" />
90
+              <item name="src" type="462c0819:PsiDirectoryNode" />
91
+              <item name="main" type="462c0819:PsiDirectoryNode" />
92
+            </path>
93
+            <path>
94
+              <item name="ZipTeam" type="b2602c69:ProjectViewProjectNode" />
95
+              <item name="ZipTeam" type="462c0819:PsiDirectoryNode" />
96
+              <item name="ZipTeamOrange" type="462c0819:PsiDirectoryNode" />
97
+              <item name="src" type="462c0819:PsiDirectoryNode" />
98
+              <item name="main" type="462c0819:PsiDirectoryNode" />
99
+              <item name="java" type="462c0819:PsiDirectoryNode" />
100
+            </path>
101
+            <path>
102
+              <item name="ZipTeam" type="b2602c69:ProjectViewProjectNode" />
103
+              <item name="ZipTeam" type="462c0819:PsiDirectoryNode" />
104
+              <item name="ZipTeamOrange" type="462c0819:PsiDirectoryNode" />
105
+              <item name="src" type="462c0819:PsiDirectoryNode" />
106
+              <item name="main" type="462c0819:PsiDirectoryNode" />
107
+              <item name="java" type="462c0819:PsiDirectoryNode" />
108
+              <item name="ZipTeamOrange" type="462c0819:PsiDirectoryNode" />
109
+            </path>
110
+            <path>
111
+              <item name="ZipTeam" type="b2602c69:ProjectViewProjectNode" />
112
+              <item name="ZipTeam" type="462c0819:PsiDirectoryNode" />
113
+              <item name="ZipTeamOrange" type="462c0819:PsiDirectoryNode" />
114
+              <item name="src" type="462c0819:PsiDirectoryNode" />
115
+              <item name="main" type="462c0819:PsiDirectoryNode" />
116
+              <item name="java" type="462c0819:PsiDirectoryNode" />
117
+              <item name="ZipTeamOrange" type="462c0819:PsiDirectoryNode" />
118
+              <item name="user" type="462c0819:PsiDirectoryNode" />
119
+            </path>
120
+          </expand>
121
+          <select />
122
+        </subPane>
123
+      </pane>
124
+      <pane id="AndroidView" />
125
+      <pane id="Scope" />
126
+      <pane id="PackagesPane" />
127
+    </panes>
128
+  </component>
129
+  <component name="PropertiesComponent">
130
+    <property name="WebServerToolWindowFactoryState" value="false" />
131
+    <property name="android.sdk.path" value="$USER_HOME$/Library/Android/sdk" />
132
+    <property name="aspect.path.notification.shown" value="true" />
133
+    <property name="last_opened_file_path" value="$PROJECT_DIR$" />
134
+    <property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
135
+    <property name="nodejs_npm_path_reset_for_default_project" value="true" />
136
+    <property name="project.structure.last.edited" value="Facets" />
137
+    <property name="project.structure.proportion" value="0.15" />
138
+    <property name="project.structure.side.proportion" value="0.2" />
139
+    <property name="settings.editor.selected.configurable" value="reference.projectsettings.compiler.javacompiler" />
140
+  </component>
141
+  <component name="RunDashboard">
142
+    <option name="ruleStates">
143
+      <list>
144
+        <RuleState>
145
+          <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
146
+        </RuleState>
147
+        <RuleState>
148
+          <option name="name" value="StatusDashboardGroupingRule" />
149
+        </RuleState>
150
+      </list>
151
+    </option>
152
+  </component>
153
+  <component name="RunManager">
154
+    <configuration default="true" type="Application" factoryName="Application">
155
+      <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
156
+    </configuration>
157
+    <configuration default="true" type="JUnit" factoryName="JUnit">
158
+      <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
159
+      <option name="ALTERNATIVE_JRE_PATH" />
160
+      <option name="PACKAGE_NAME" />
161
+      <option name="MAIN_CLASS_NAME" />
162
+      <option name="METHOD_NAME" />
163
+      <option name="TEST_OBJECT" value="class" />
164
+      <option name="VM_PARAMETERS" value="-ea" />
165
+      <option name="PARAMETERS" />
166
+      <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
167
+      <option name="PASS_PARENT_ENVS" value="true" />
168
+      <option name="TEST_SEARCH_SCOPE">
169
+        <value defaultName="singleModule" />
170
+      </option>
171
+      <patterns />
172
+    </configuration>
173
+    <configuration default="true" type="TestNG" factoryName="TestNG">
174
+      <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
175
+      <option name="ALTERNATIVE_JRE_PATH" />
176
+      <option name="SUITE_NAME" />
177
+      <option name="PACKAGE_NAME" />
178
+      <option name="MAIN_CLASS_NAME" />
179
+      <option name="METHOD_NAME" />
180
+      <option name="GROUP_NAME" />
181
+      <option name="TEST_OBJECT" value="CLASS" />
182
+      <option name="VM_PARAMETERS" value="-ea" />
183
+      <option name="PARAMETERS" />
184
+      <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
185
+      <option name="OUTPUT_DIRECTORY" />
186
+      <option name="PASS_PARENT_ENVS" value="true" />
187
+      <option name="TEST_SEARCH_SCOPE">
188
+        <value defaultName="singleModule" />
189
+      </option>
190
+      <option name="USE_DEFAULT_REPORTERS" value="false" />
191
+      <option name="PROPERTIES_FILE" />
192
+      <properties />
193
+      <listeners />
194
+    </configuration>
195
+  </component>
196
+  <component name="SvnConfiguration">
197
+    <configuration />
198
+  </component>
199
+  <component name="TaskManager">
200
+    <task active="true" id="Default" summary="Default task">
201
+      <changelist id="b17f0c7b-7b15-4e2a-9434-f5f9847c8e3b" name="Default" comment="" />
202
+      <created>1531074219472</created>
203
+      <option name="number" value="Default" />
204
+      <option name="presentableId" value="Default" />
205
+      <updated>1531074219472</updated>
206
+      <workItem from="1531074221218" duration="56000" />
207
+      <workItem from="1531074452837" duration="81000" />
208
+      <workItem from="1531695315706" duration="69000" />
209
+    </task>
210
+    <servers />
211
+  </component>
212
+  <component name="TimeTrackingManager">
213
+    <option name="totallyTimeSpent" value="206000" />
214
+  </component>
215
+  <component name="ToolWindowManager">
216
+    <frame x="0" y="31" width="1280" height="709" extended-state="6" />
217
+    <editor active="true" />
218
+    <layout>
219
+      <window_info anchor="right" id="Palette" order="3" />
220
+      <window_info anchor="bottom" id="TODO" order="6" />
221
+      <window_info anchor="right" id="Palette&#9;" order="3" />
222
+      <window_info id="Image Layers" order="2" />
223
+      <window_info anchor="right" id="Capture Analysis" order="3" />
224
+      <window_info anchor="bottom" id="Event Log" order="7" side_tool="true" />
225
+      <window_info anchor="right" id="Maven Projects" order="3" />
226
+      <window_info anchor="bottom" id="Database Changes" order="7" show_stripe_button="false" />
227
+      <window_info anchor="bottom" id="Run" order="2" />
228
+      <window_info anchor="bottom" id="Version Control" order="7" />
229
+      <window_info anchor="bottom" id="Terminal" order="7" />
230
+      <window_info id="Capture Tool" order="2" />
231
+      <window_info id="Designer" order="2" />
232
+      <window_info active="true" content_ui="combo" id="Project" order="0" visible="true" weight="0.2536349" />
233
+      <window_info anchor="right" id="Database" order="3" />
234
+      <window_info id="Structure" order="1" side_tool="true" weight="0.25" />
235
+      <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
236
+      <window_info id="UI Designer" order="2" />
237
+      <window_info anchor="right" id="Theme Preview" order="3" />
238
+      <window_info anchor="bottom" id="Debug" order="3" weight="0.4" />
239
+      <window_info id="Favorites" order="2" side_tool="true" />
240
+      <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
241
+      <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
242
+      <window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
243
+      <window_info anchor="bottom" id="Message" order="0" />
244
+      <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
245
+      <window_info anchor="bottom" id="Find" order="1" />
246
+    </layout>
247
+  </component>
248
+  <component name="TypeScriptGeneratedFilesManager">
249
+    <option name="version" value="1" />
250
+  </component>
251
+  <component name="VcsContentAnnotationSettings">
252
+    <option name="myLimit" value="2678400000" />
253
+  </component>
254
+  <component name="editorHistoryManager">
255
+    <entry file="file://$PROJECT_DIR$/ZipTeamOrange/src/main/java/ZipTeamOrange/ZipTeamOrangeApplication.java">
256
+      <provider selected="true" editor-type-id="text-editor">
257
+        <state relative-caret-position="90">
258
+          <caret line="7" column="4" lean-forward="true" selection-start-line="7" selection-start-column="4" selection-end-line="7" selection-end-column="4" />
259
+        </state>
260
+      </provider>
261
+    </entry>
262
+  </component>
263
+  <component name="masterDetails">
264
+    <states>
265
+      <state key="ArtifactsStructureConfigurable.UI">
266
+        <settings>
267
+          <artifact-editor />
268
+          <splitter-proportions>
269
+            <option name="proportions">
270
+              <list>
271
+                <option value="0.2" />
272
+              </list>
273
+            </option>
274
+          </splitter-proportions>
275
+        </settings>
276
+      </state>
277
+      <state key="FacetStructureConfigurable.UI">
278
+        <settings>
279
+          <last-edited>No facets are configured</last-edited>
280
+          <splitter-proportions>
281
+            <option name="proportions">
282
+              <list>
283
+                <option value="0.2" />
284
+              </list>
285
+            </option>
286
+          </splitter-proportions>
287
+        </settings>
288
+      </state>
289
+      <state key="GlobalLibrariesConfigurable.UI">
290
+        <settings>
291
+          <splitter-proportions>
292
+            <option name="proportions">
293
+              <list>
294
+                <option value="0.2" />
295
+              </list>
296
+            </option>
297
+          </splitter-proportions>
298
+        </settings>
299
+      </state>
300
+      <state key="JdkListConfigurable.UI">
301
+        <settings>
302
+          <last-edited>10</last-edited>
303
+          <splitter-proportions>
304
+            <option name="proportions">
305
+              <list>
306
+                <option value="0.2" />
307
+              </list>
308
+            </option>
309
+          </splitter-proportions>
310
+        </settings>
311
+      </state>
312
+      <state key="ModuleStructureConfigurable.UI">
313
+        <settings>
314
+          <last-edited>ZipTeam</last-edited>
315
+          <splitter-proportions>
316
+            <option name="proportions">
317
+              <list>
318
+                <option value="0.2" />
319
+                <option value="0.6" />
320
+              </list>
321
+            </option>
322
+          </splitter-proportions>
323
+        </settings>
324
+      </state>
325
+      <state key="ProjectJDKs.UI">
326
+        <settings>
327
+          <last-edited>10</last-edited>
328
+          <splitter-proportions>
329
+            <option name="proportions">
330
+              <list>
331
+                <option value="0.2" />
332
+              </list>
333
+            </option>
334
+          </splitter-proportions>
335
+        </settings>
336
+      </state>
337
+      <state key="ProjectLibrariesConfigurable.UI">
338
+        <settings>
339
+          <splitter-proportions>
340
+            <option name="proportions">
341
+              <list>
342
+                <option value="0.2" />
343
+              </list>
344
+            </option>
345
+          </splitter-proportions>
346
+        </settings>
347
+      </state>
348
+    </states>
349
+  </component>
350
+</project>

BIN
IMG_20180709_105418-2.jpg Ver arquivo


+ 1
- 0
README.md Ver arquivo

@@ -1,5 +1,6 @@
1 1
 # ZipTeam
2 2
 
3
+
3 4
 a zip code slack clone
4 5
 
5 6
 ### Project planning:

+ 17
- 0
ZipTeamOrange-ionic-UI/.editorconfig Ver arquivo

@@ -0,0 +1,17 @@
1
+# EditorConfig helps developers define and maintain consistent coding styles between different editors and IDEs
2
+# editorconfig.org
3
+
4
+root = true
5
+
6
+[*]
7
+indent_style = space
8
+indent_size = 2
9
+
10
+# We recommend you to keep these unchanged
11
+end_of_line = lf
12
+charset = utf-8
13
+trim_trailing_whitespace = true
14
+insert_final_newline = true
15
+
16
+[*.md]
17
+trim_trailing_whitespace = false

+ 1
- 0
ZipTeamOrange-ionic-UI/.sourcemaps/0.js.map Ver arquivo

@@ -0,0 +1 @@
1
+{"version":3,"sources":["../../src/pages/sign-up/sign-up.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAyC;AACO;AACT;AAUvC;IAAA;IAA+B,CAAC;IAAnB,gBAAgB;QAR5B,uEAAQ,CAAC;YACR,YAAY,EAAE;gBACZ,4DAAU;aACX;YACD,OAAO,EAAE;gBACP,sEAAe,CAAC,QAAQ,CAAC,4DAAU,CAAC;aACrC;SACF,CAAC;OACW,gBAAgB,CAAG;IAAD,uBAAC;CAAA;AAAH","file":"0.js","sourcesContent":["import { NgModule } from '@angular/core';\nimport { IonicPageModule } from 'ionic-angular';\nimport { SignUpPage } from './sign-up';\n\n@NgModule({\n  declarations: [\n    SignUpPage,\n  ],\n  imports: [\n    IonicPageModule.forChild(SignUpPage),\n  ],\n})\nexport class SignUpPageModule {}\n\n\n\n// WEBPACK FOOTER //\n// ./src/pages/sign-up/sign-up.module.ts"],"sourceRoot":""}

+ 1
- 0
ZipTeamOrange-ionic-UI/.sourcemaps/1.js.map Ver arquivo

@@ -0,0 +1 @@
1
+{"version":3,"sources":["../../src/pages/firstPage/first.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAyC;AACO;AACZ;AAUpC;IAAA;IAA8B,CAAC;IAAlB,eAAe;QAR3B,uEAAQ,CAAC;YACR,YAAY,EAAE;gBACZ,yDAAS;aACV;YACD,OAAO,EAAE;gBACP,sEAAe,CAAC,QAAQ,CAAC,yDAAS,CAAC;aACpC;SACF,CAAC;OACW,eAAe,CAAG;IAAD,sBAAC;CAAA;AAAH","file":"1.js","sourcesContent":["import { NgModule } from '@angular/core';\nimport { IonicPageModule } from 'ionic-angular';\nimport { FirstPage } from './first';\n\n@NgModule({\n  declarations: [\n    FirstPage,\n  ],\n  imports: [\n    IonicPageModule.forChild(FirstPage),\n  ],\n})\nexport class FirstPageModule {}\n\n\n\n// WEBPACK FOOTER //\n// ./src/pages/firstPage/first.module.ts"],"sourceRoot":""}

+ 1
- 0
ZipTeamOrange-ionic-UI/.sourcemaps/2.js.map Ver arquivo

@@ -0,0 +1 @@
1
+{"version":3,"sources":["../../src/pages/chat/chat.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAyC;AACO;AACd;AAUlC;IAAA;IAA6B,CAAC;IAAjB,cAAc;QAR1B,uEAAQ,CAAC;YACR,YAAY,EAAE;gBACZ,uDAAQ;aACT;YACD,OAAO,EAAE;gBACP,sEAAe,CAAC,QAAQ,CAAC,uDAAQ,CAAC;aACnC;SACF,CAAC;OACW,cAAc,CAAG;IAAD,qBAAC;CAAA;AAAH","file":"2.js","sourcesContent":["import { NgModule } from '@angular/core';\nimport { IonicPageModule } from 'ionic-angular';\nimport { ChatPage } from './chat';\n\n@NgModule({\n  declarations: [\n    ChatPage,\n  ],\n  imports: [\n    IonicPageModule.forChild(ChatPage),\n  ],\n})\nexport class ChatPageModule {}\n\n\n\n// WEBPACK FOOTER //\n// ./src/pages/chat/chat.module.ts"],"sourceRoot":""}

+ 1
- 0
ZipTeamOrange-ionic-UI/.sourcemaps/main.js.map
Diferenças do arquivo suprimidas por serem muito extensas
Ver arquivo


+ 84
- 0
ZipTeamOrange-ionic-UI/config.xml Ver arquivo

@@ -0,0 +1,84 @@
1
+<?xml version='1.0' encoding='utf-8'?>
2
+<widget id="io.ionic.starter" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
3
+    <name>ionic-ZipTeamOrange</name>
4
+    <description>An awesome Ionic/Cordova app.</description>
5
+    <author email="hi@ionicframework" href="http://ionicframework.com/">Ionic Framework Team</author>
6
+    <content src="index.html" />
7
+    <access origin="*" />
8
+    <allow-intent href="http://*/*" />
9
+    <allow-intent href="https://*/*" />
10
+    <allow-intent href="tel:*" />
11
+    <allow-intent href="sms:*" />
12
+    <allow-intent href="mailto:*" />
13
+    <allow-intent href="geo:*" />
14
+    <preference name="ScrollEnabled" value="false" />
15
+    <preference name="android-minSdkVersion" value="19" />
16
+    <preference name="BackupWebStorage" value="none" />
17
+    <preference name="SplashMaintainAspectRatio" value="true" />
18
+    <preference name="FadeSplashScreenDuration" value="300" />
19
+    <preference name="SplashShowOnlyFirstTime" value="false" />
20
+    <preference name="SplashScreen" value="screen" />
21
+    <preference name="SplashScreenDelay" value="3000" />
22
+    <platform name="android">
23
+        <allow-intent href="market:*" />
24
+        <icon density="ldpi" src="resources/android/icon/drawable-ldpi-icon.png" />
25
+        <icon density="mdpi" src="resources/android/icon/drawable-mdpi-icon.png" />
26
+        <icon density="hdpi" src="resources/android/icon/drawable-hdpi-icon.png" />
27
+        <icon density="xhdpi" src="resources/android/icon/drawable-xhdpi-icon.png" />
28
+        <icon density="xxhdpi" src="resources/android/icon/drawable-xxhdpi-icon.png" />
29
+        <icon density="xxxhdpi" src="resources/android/icon/drawable-xxxhdpi-icon.png" />
30
+        <splash density="land-ldpi" src="resources/android/splash/drawable-land-ldpi-screen.png" />
31
+        <splash density="land-mdpi" src="resources/android/splash/drawable-land-mdpi-screen.png" />
32
+        <splash density="land-hdpi" src="resources/android/splash/drawable-land-hdpi-screen.png" />
33
+        <splash density="land-xhdpi" src="resources/android/splash/drawable-land-xhdpi-screen.png" />
34
+        <splash density="land-xxhdpi" src="resources/android/splash/drawable-land-xxhdpi-screen.png" />
35
+        <splash density="land-xxxhdpi" src="resources/android/splash/drawable-land-xxxhdpi-screen.png" />
36
+        <splash density="port-ldpi" src="resources/android/splash/drawable-port-ldpi-screen.png" />
37
+        <splash density="port-mdpi" src="resources/android/splash/drawable-port-mdpi-screen.png" />
38
+        <splash density="port-hdpi" src="resources/android/splash/drawable-port-hdpi-screen.png" />
39
+        <splash density="port-xhdpi" src="resources/android/splash/drawable-port-xhdpi-screen.png" />
40
+        <splash density="port-xxhdpi" src="resources/android/splash/drawable-port-xxhdpi-screen.png" />
41
+        <splash density="port-xxxhdpi" src="resources/android/splash/drawable-port-xxxhdpi-screen.png" />
42
+    </platform>
43
+    <platform name="ios">
44
+        <allow-intent href="itms:*" />
45
+        <allow-intent href="itms-apps:*" />
46
+        <icon height="57" src="resources/ios/icon/icon.png" width="57" />
47
+        <icon height="114" src="resources/ios/icon/icon@2x.png" width="114" />
48
+        <icon height="40" src="resources/ios/icon/icon-40.png" width="40" />
49
+        <icon height="80" src="resources/ios/icon/icon-40@2x.png" width="80" />
50
+        <icon height="120" src="resources/ios/icon/icon-40@3x.png" width="120" />
51
+        <icon height="50" src="resources/ios/icon/icon-50.png" width="50" />
52
+        <icon height="100" src="resources/ios/icon/icon-50@2x.png" width="100" />
53
+        <icon height="60" src="resources/ios/icon/icon-60.png" width="60" />
54
+        <icon height="120" src="resources/ios/icon/icon-60@2x.png" width="120" />
55
+        <icon height="180" src="resources/ios/icon/icon-60@3x.png" width="180" />
56
+        <icon height="72" src="resources/ios/icon/icon-72.png" width="72" />
57
+        <icon height="144" src="resources/ios/icon/icon-72@2x.png" width="144" />
58
+        <icon height="76" src="resources/ios/icon/icon-76.png" width="76" />
59
+        <icon height="152" src="resources/ios/icon/icon-76@2x.png" width="152" />
60
+        <icon height="167" src="resources/ios/icon/icon-83.5@2x.png" width="167" />
61
+        <icon height="29" src="resources/ios/icon/icon-small.png" width="29" />
62
+        <icon height="58" src="resources/ios/icon/icon-small@2x.png" width="58" />
63
+        <icon height="87" src="resources/ios/icon/icon-small@3x.png" width="87" />
64
+        <icon height="1024" src="resources/ios/icon/icon-1024.png" width="1024" />
65
+        <splash height="1136" src="resources/ios/splash/Default-568h@2x~iphone.png" width="640" />
66
+        <splash height="1334" src="resources/ios/splash/Default-667h.png" width="750" />
67
+        <splash height="2208" src="resources/ios/splash/Default-736h.png" width="1242" />
68
+        <splash height="1242" src="resources/ios/splash/Default-Landscape-736h.png" width="2208" />
69
+        <splash height="1536" src="resources/ios/splash/Default-Landscape@2x~ipad.png" width="2048" />
70
+        <splash height="2048" src="resources/ios/splash/Default-Landscape@~ipadpro.png" width="2732" />
71
+        <splash height="768" src="resources/ios/splash/Default-Landscape~ipad.png" width="1024" />
72
+        <splash height="2048" src="resources/ios/splash/Default-Portrait@2x~ipad.png" width="1536" />
73
+        <splash height="2732" src="resources/ios/splash/Default-Portrait@~ipadpro.png" width="2048" />
74
+        <splash height="1024" src="resources/ios/splash/Default-Portrait~ipad.png" width="768" />
75
+        <splash height="960" src="resources/ios/splash/Default@2x~iphone.png" width="640" />
76
+        <splash height="480" src="resources/ios/splash/Default~iphone.png" width="320" />
77
+        <splash height="2732" src="resources/ios/splash/Default@2x~universal~anyany.png" width="2732" />
78
+    </platform>
79
+    <plugin name="cordova-plugin-whitelist" spec="1.3.3" />
80
+    <plugin name="cordova-plugin-device" spec="2.0.2" />
81
+    <plugin name="cordova-plugin-splashscreen" spec="5.0.2" />
82
+    <plugin name="cordova-plugin-ionic-webview" spec="1.1.19" />
83
+    <plugin name="cordova-plugin-ionic-keyboard" spec="2.0.5" />
84
+</widget>

+ 8
- 0
ZipTeamOrange-ionic-UI/ionic.config.json Ver arquivo

@@ -0,0 +1,8 @@
1
+{
2
+  "name": "ionic-ZipTeamOrange",
3
+  "app_id": "",
4
+  "type": "ionic-angular",
5
+  "integrations": {
6
+    "cordova": {}
7
+  }
8
+}

+ 6731
- 0
ZipTeamOrange-ionic-UI/package-lock.json
Diferenças do arquivo suprimidas por serem muito extensas
Ver arquivo


+ 41
- 0
ZipTeamOrange-ionic-UI/package.json Ver arquivo

@@ -0,0 +1,41 @@
1
+{
2
+  "name": "ionic-ZipTeamOrange",
3
+  "version": "0.0.1",
4
+  "author": "Ionic Framework",
5
+  "homepage": "http://ionicframework.com/",
6
+  "private": true,
7
+  "scripts": {
8
+    "clean": "ionic-app-scripts clean",
9
+    "build": "ionic-app-scripts build",
10
+    "lint": "ionic-app-scripts lint",
11
+    "ionic:build": "ionic-app-scripts build",
12
+    "ionic:serve": "ionic-app-scripts serve"
13
+  },
14
+  "dependencies": {
15
+    "@angular/animations": "5.2.11",
16
+    "@angular/common": "5.2.11",
17
+    "@angular/compiler": "5.2.11",
18
+    "@angular/compiler-cli": "5.2.11",
19
+    "@angular/core": "5.2.11",
20
+    "@angular/forms": "5.2.11",
21
+    "@angular/http": "5.2.11",
22
+    "@angular/platform-browser": "5.2.11",
23
+    "@angular/platform-browser-dynamic": "5.2.11",
24
+    "@ionic-native/core": "4.9.1",
25
+    "@ionic-native/splash-screen": "4.9.1",
26
+    "@ionic-native/status-bar": "4.9.1",
27
+    "@ionic/storage": "2.1.3",
28
+    "bootstrap": "^4.0.0-alpha.6",
29
+    "ionic-angular": "3.9.2",
30
+    "ionicons": "3.0.0",
31
+    "ng-socket-io": "^0.2.4",
32
+    "rxjs": "5.5.11",
33
+    "sw-toolbox": "3.6.0",
34
+    "zone.js": "0.8.26"
35
+  },
36
+  "devDependencies": {
37
+    "@ionic/app-scripts": "3.1.10",
38
+    "typescript": "~2.6.2"
39
+  },
40
+  "description": "An Ionic project"
41
+}

+ 8
- 0
ZipTeamOrange-ionic-UI/resources/README.md Ver arquivo

@@ -0,0 +1,8 @@
1
+These are Cordova resources. You can replace icon.png and splash.png and run
2
+`ionic cordova resources` to generate custom icons and splash screens for your
3
+app. See `ionic cordova resources --help` for details.
4
+
5
+Cordova reference documentation:
6
+
7
+- Icons: https://cordova.apache.org/docs/en/latest/config_ref/images.html
8
+- Splash Screens: https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-splashscreen/

BIN
ZipTeamOrange-ionic-UI/resources/android/icon/drawable-hdpi-icon.png Ver arquivo


BIN
ZipTeamOrange-ionic-UI/resources/android/icon/drawable-ldpi-icon.png Ver arquivo


BIN
ZipTeamOrange-ionic-UI/resources/android/icon/drawable-mdpi-icon.png Ver arquivo


BIN
ZipTeamOrange-ionic-UI/resources/android/icon/drawable-xhdpi-icon.png Ver arquivo


BIN
ZipTeamOrange-ionic-UI/resources/android/icon/drawable-xxhdpi-icon.png Ver arquivo


BIN
ZipTeamOrange-ionic-UI/resources/android/icon/drawable-xxxhdpi-icon.png Ver arquivo


BIN
ZipTeamOrange-ionic-UI/resources/android/splash/drawable-land-hdpi-screen.png Ver arquivo


BIN
ZipTeamOrange-ionic-UI/resources/android/splash/drawable-land-ldpi-screen.png Ver arquivo


BIN
ZipTeamOrange-ionic-UI/resources/android/splash/drawable-land-mdpi-screen.png Ver arquivo


BIN
ZipTeamOrange-ionic-UI/resources/android/splash/drawable-land-xhdpi-screen.png Ver arquivo


BIN
ZipTeamOrange-ionic-UI/resources/android/splash/drawable-land-xxhdpi-screen.png Ver arquivo


BIN
ZipTeamOrange-ionic-UI/resources/android/splash/drawable-land-xxxhdpi-screen.png Ver arquivo


BIN
ZipTeamOrange-ionic-UI/resources/android/splash/drawable-port-hdpi-screen.png Ver arquivo


BIN
ZipTeamOrange-ionic-UI/resources/android/splash/drawable-port-ldpi-screen.png Ver arquivo


BIN
ZipTeamOrange-ionic-UI/resources/android/splash/drawable-port-mdpi-screen.png Ver arquivo


BIN
ZipTeamOrange-ionic-UI/resources/android/splash/drawable-port-xhdpi-screen.png Ver arquivo


BIN
ZipTeamOrange-ionic-UI/resources/android/splash/drawable-port-xxhdpi-screen.png Ver arquivo


BIN
ZipTeamOrange-ionic-UI/resources/android/splash/drawable-port-xxxhdpi-screen.png Ver arquivo


BIN
ZipTeamOrange-ionic-UI/resources/icon.png Ver arquivo


BIN
ZipTeamOrange-ionic-UI/resources/ios/icon/icon-1024.png Ver arquivo


BIN
ZipTeamOrange-ionic-UI/resources/ios/icon/icon-40.png Ver arquivo


BIN
ZipTeamOrange-ionic-UI/resources/ios/icon/icon-40@2x.png Ver arquivo


BIN
ZipTeamOrange-ionic-UI/resources/ios/icon/icon-40@3x.png Ver arquivo


BIN
ZipTeamOrange-ionic-UI/resources/ios/icon/icon-50.png Ver arquivo


BIN
ZipTeamOrange-ionic-UI/resources/ios/icon/icon-50@2x.png Ver arquivo


BIN
ZipTeamOrange-ionic-UI/resources/ios/icon/icon-60.png Ver arquivo


BIN
ZipTeamOrange-ionic-UI/resources/ios/icon/icon-60@2x.png Ver arquivo


BIN
ZipTeamOrange-ionic-UI/resources/ios/icon/icon-60@3x.png Ver arquivo


BIN
ZipTeamOrange-ionic-UI/resources/ios/icon/icon-72.png Ver arquivo


BIN
ZipTeamOrange-ionic-UI/resources/ios/icon/icon-72@2x.png Ver arquivo


BIN
ZipTeamOrange-ionic-UI/resources/ios/icon/icon-76.png Ver arquivo


BIN
ZipTeamOrange-ionic-UI/resources/ios/icon/icon-76@2x.png Ver arquivo


BIN
ZipTeamOrange-ionic-UI/resources/ios/icon/icon-83.5@2x.png Ver arquivo


BIN
ZipTeamOrange-ionic-UI/resources/ios/icon/icon-small.png Ver arquivo


BIN
ZipTeamOrange-ionic-UI/resources/ios/icon/icon-small@2x.png Ver arquivo


BIN
ZipTeamOrange-ionic-UI/resources/ios/icon/icon-small@3x.png Ver arquivo


BIN
ZipTeamOrange-ionic-UI/resources/ios/icon/icon.png Ver arquivo


BIN
ZipTeamOrange-ionic-UI/resources/ios/icon/icon@2x.png Ver arquivo


BIN
ZipTeamOrange-ionic-UI/resources/ios/splash/Default-568h@2x~iphone.png Ver arquivo


BIN
ZipTeamOrange-ionic-UI/resources/ios/splash/Default-667h.png Ver arquivo


BIN
ZipTeamOrange-ionic-UI/resources/ios/splash/Default-736h.png Ver arquivo


BIN
ZipTeamOrange-ionic-UI/resources/ios/splash/Default-Landscape-736h.png Ver arquivo


BIN
ZipTeamOrange-ionic-UI/resources/ios/splash/Default-Landscape@2x~ipad.png Ver arquivo


BIN
ZipTeamOrange-ionic-UI/resources/ios/splash/Default-Landscape@~ipadpro.png Ver arquivo


BIN
ZipTeamOrange-ionic-UI/resources/ios/splash/Default-Landscape~ipad.png Ver arquivo


BIN
ZipTeamOrange-ionic-UI/resources/ios/splash/Default-Portrait@2x~ipad.png Ver arquivo


BIN
ZipTeamOrange-ionic-UI/resources/ios/splash/Default-Portrait@~ipadpro.png Ver arquivo


BIN
ZipTeamOrange-ionic-UI/resources/ios/splash/Default-Portrait~ipad.png Ver arquivo


BIN
ZipTeamOrange-ionic-UI/resources/ios/splash/Default@2x~iphone.png Ver arquivo


BIN
ZipTeamOrange-ionic-UI/resources/ios/splash/Default@2x~universal~anyany.png Ver arquivo


BIN
ZipTeamOrange-ionic-UI/resources/ios/splash/Default~iphone.png Ver arquivo


BIN
ZipTeamOrange-ionic-UI/resources/splash.png Ver arquivo


+ 9
- 0
ZipTeamOrange-ionic-UI/src/Classes/Chat.ts Ver arquivo

@@ -0,0 +1,9 @@
1
+import { Message } from "./Messsage";
2
+import { User } from "./user";
3
+
4
+export class Chat{
5
+    id: number;
6
+    name: String;
7
+    private messages: Message[];
8
+    private users: User[];
9
+}

+ 9
- 0
ZipTeamOrange-ionic-UI/src/Classes/Messsage.ts Ver arquivo

@@ -0,0 +1,9 @@
1
+import { Chat } from "./Chat";
2
+import { User } from "./user";
3
+
4
+export class Message{
5
+    id: number;
6
+    message: String;
7
+    private chat: Chat;
8
+    private user: User;
9
+}

+ 11
- 0
ZipTeamOrange-ionic-UI/src/Classes/User.ts Ver arquivo

@@ -0,0 +1,11 @@
1
+import { Message } from "./Messsage";
2
+import { Chat } from "./Chat";
3
+
4
+export class User{
5
+    id: number;
6
+    userName: String;
7
+    email: String;
8
+    password: String;
9
+    messages: Message[];
10
+    chats: Chat[];
11
+}

+ 22
- 0
ZipTeamOrange-ionic-UI/src/app/app.component.ts Ver arquivo

@@ -0,0 +1,22 @@
1
+import { Component } from '@angular/core';
2
+import { Platform } from 'ionic-angular';
3
+import { StatusBar } from '@ionic-native/status-bar';
4
+import { SplashScreen } from '@ionic-native/splash-screen';
5
+
6
+import { TabsPage } from '../pages/tabs/tabs';
7
+
8
+@Component({
9
+  templateUrl: 'app.html'
10
+})
11
+export class MyApp {
12
+  rootPage:any = TabsPage;
13
+
14
+  constructor(platform: Platform, statusBar: StatusBar, splashScreen: SplashScreen) {
15
+    platform.ready().then(() => {
16
+      // Okay, so the platform is ready and our plugins are available.
17
+      // Here you can do any higher level native things you might need.
18
+      statusBar.styleDefault();
19
+      splashScreen.hide();
20
+    });
21
+  }
22
+}

+ 1
- 0
ZipTeamOrange-ionic-UI/src/app/app.html Ver arquivo

@@ -0,0 +1 @@
1
+<ion-nav [root]="rootPage"></ion-nav>

+ 58
- 0
ZipTeamOrange-ionic-UI/src/app/app.module.ts Ver arquivo

@@ -0,0 +1,58 @@
1
+import { NgModule, ErrorHandler } from '@angular/core';
2
+import { BrowserModule } from '@angular/platform-browser';
3
+import { IonicApp, IonicModule, IonicErrorHandler } from 'ionic-angular';
4
+import { MyApp } from './app.component';
5
+
6
+
7
+import { AboutPage } from '../pages/about/about';
8
+import { ContactPage } from '../pages/contact/contact';
9
+import { HomePage } from '../pages/home/home';
10
+import { TabsPage } from '../pages/tabs/tabs';
11
+
12
+import { StatusBar } from '@ionic-native/status-bar';
13
+import { SplashScreen } from '@ionic-native/splash-screen';
14
+import { FirstPage } from '../pages/firstPage/first';
15
+import { SignUpPage } from '../pages/sign-up/sign-up';
16
+import { ApiServiceProvider } from '../providers/api-service/api-service';
17
+import { HttpClientModule } from '../../node_modules/@angular/common/http';
18
+import { AuthServiceProvider } from '../providers/auth-service/auth-service';
19
+import { MessageServiceProvider } from '../providers/message-service/message-service';
20
+import { ChatPage } from '../pages/chat/chat';
21
+
22
+@NgModule({
23
+  declarations: [
24
+    MyApp,
25
+    FirstPage,
26
+    AboutPage,
27
+    ContactPage,
28
+    HomePage,
29
+    TabsPage,
30
+    SignUpPage,
31
+    ChatPage
32
+  ],
33
+  imports: [
34
+    BrowserModule,
35
+    HttpClientModule,
36
+    IonicModule.forRoot(MyApp)
37
+  ],
38
+  bootstrap: [IonicApp],
39
+  entryComponents: [
40
+    MyApp,
41
+    FirstPage,
42
+    AboutPage,
43
+    ContactPage,
44
+    HomePage,
45
+    TabsPage,
46
+    SignUpPage,
47
+    ChatPage
48
+  ],
49
+  providers: [
50
+    StatusBar,
51
+    SplashScreen,
52
+    {provide: ErrorHandler, useClass: IonicErrorHandler},
53
+    ApiServiceProvider,
54
+    AuthServiceProvider,
55
+    MessageServiceProvider
56
+  ]
57
+})
58
+export class AppModule {}

+ 16
- 0
ZipTeamOrange-ionic-UI/src/app/app.scss Ver arquivo

@@ -0,0 +1,16 @@
1
+// http://ionicframework.com/docs/theming/
2
+
3
+
4
+// App Global Sass
5
+// --------------------------------------------------
6
+// Put style rules here that you want to apply globally. These
7
+// styles are for the entire app and not just one component.
8
+// Additionally, this file can be also used as an entry point
9
+// to import other Sass files to be included in the output CSS.
10
+//
11
+// Shared Sass variables, which can be used to adjust Ionic's
12
+// default Sass variables, belong in "theme/variables.scss".
13
+//
14
+// To declare rules for a specific mode, create a child rule
15
+// for the .md, .ios, or .wp mode classes. The mode class is
16
+// automatically applied to the <body> element in the app.

+ 5
- 0
ZipTeamOrange-ionic-UI/src/app/main.ts Ver arquivo

@@ -0,0 +1,5 @@
1
+import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
2
+
3
+import { AppModule } from './app.module';
4
+
5
+platformBrowserDynamic().bootstrapModule(AppModule);

BIN
ZipTeamOrange-ionic-UI/src/assets/icon/favicon.ico Ver arquivo


BIN
ZipTeamOrange-ionic-UI/src/assets/imgs/logo.png Ver arquivo


+ 49
- 0
ZipTeamOrange-ionic-UI/src/index.html Ver arquivo

@@ -0,0 +1,49 @@
1
+<!DOCTYPE html>
2
+<html lang="en" dir="ltr">
3
+<head>
4
+  <meta charset="UTF-8">
5
+  <title>Ionic App</title>
6
+  <meta name="viewport" content="viewport-fit=cover, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
7
+  <meta name="format-detection" content="telephone=no">
8
+  <meta name="msapplication-tap-highlight" content="no">
9
+
10
+  <link rel="icon" type="image/x-icon" href="assets/icon/favicon.ico">
11
+  <link rel="manifest" href="manifest.json">
12
+  <meta name="theme-color" content="#4e8ef7">
13
+
14
+  <!-- add to homescreen for ios -->
15
+  <meta name="apple-mobile-web-app-capable" content="yes">
16
+  <meta name="apple-mobile-web-app-status-bar-style" content="black">
17
+
18
+  <!-- cordova.js required for cordova apps (remove if not needed) -->
19
+  <script src="cordova.js"></script>
20
+
21
+  <!-- un-comment this code to enable service worker
22
+  <script>
23
+    if ('serviceWorker' in navigator) {
24
+      navigator.serviceWorker.register('service-worker.js')
25
+        .then(() => console.log('service worker installed'))
26
+        .catch(err => console.error('Error', err));
27
+    }
28
+  </script>-->
29
+
30
+  <link href="build/main.css" rel="stylesheet">
31
+
32
+</head>
33
+<body>
34
+
35
+  <!-- Ionic's root component and where the app will load -->
36
+  <ion-app></ion-app>
37
+
38
+  <!-- The polyfills js is generated during the build process -->
39
+  <script src="build/polyfills.js"></script>
40
+
41
+  <!-- The vendor js is generated during the build process
42
+       It contains all of the dependencies in node_modules -->
43
+  <script src="build/vendor.js"></script>
44
+
45
+  <!-- The main bundle js is generated during the build process -->
46
+  <script src="build/main.js"></script>
47
+
48
+</body>
49
+</html>

+ 13
- 0
ZipTeamOrange-ionic-UI/src/manifest.json Ver arquivo

@@ -0,0 +1,13 @@
1
+{
2
+  "name": "Ionic",
3
+  "short_name": "Ionic",
4
+  "start_url": "index.html",
5
+  "display": "standalone",
6
+  "icons": [{
7
+    "src": "assets/imgs/logo.png",
8
+    "sizes": "512x512",
9
+    "type": "image/png"
10
+  }],
11
+  "background_color": "#4e8ef7",
12
+  "theme_color": "#4e8ef7"
13
+}

+ 11
- 0
ZipTeamOrange-ionic-UI/src/pages/about/about.html Ver arquivo

@@ -0,0 +1,11 @@
1
+<ion-header>
2
+  <ion-navbar>
3
+    <ion-title>
4
+      About
5
+    </ion-title>
6
+  </ion-navbar>
7
+</ion-header>
8
+
9
+<ion-content padding>
10
+
11
+</ion-content>

+ 3
- 0
ZipTeamOrange-ionic-UI/src/pages/about/about.scss Ver arquivo

@@ -0,0 +1,3 @@
1
+page-about {
2
+
3
+}

+ 14
- 0
ZipTeamOrange-ionic-UI/src/pages/about/about.ts Ver arquivo

@@ -0,0 +1,14 @@
1
+import { Component } from '@angular/core';
2
+import { NavController } from 'ionic-angular';
3
+
4
+@Component({
5
+  selector: 'page-about',
6
+  templateUrl: 'about.html'
7
+})
8
+export class AboutPage {
9
+
10
+  constructor(public navCtrl: NavController) {
11
+
12
+  }
13
+
14
+}

+ 25
- 0
ZipTeamOrange-ionic-UI/src/pages/chat/chat.html Ver arquivo

@@ -0,0 +1,25 @@
1
+<!--
2
+  Generated template for the ChatPage page.
3
+
4
+  See http://ionicframework.com/docs/components/#navigation for more info on
5
+  Ionic pages and navigation.
6
+-->
7
+<ion-header>
8
+
9
+  <ion-navbar>
10
+    <ion-title>chatPage</ion-title>
11
+  </ion-navbar>
12
+
13
+</ion-header>
14
+<!-- *ngFor="let m of msg">{{ m }} -->
15
+
16
+<ion-content padding >
17
+  <div *ngFor="let m of msg">
18
+    {{ m.message }}
19
+  </div>
20
+
21
+  <form  #test1="ngForm" ng-submit="send(test1.value)">
22
+    <ion-textarea  type="text" name="message" [(ngModel)]="test" ></ion-textarea>
23
+    <button ion-button (click)="send(test1.value)"(click)="getMessages()">send</button>
24
+  </form>
25
+</ion-content>

+ 13
- 0
ZipTeamOrange-ionic-UI/src/pages/chat/chat.module.ts Ver arquivo

@@ -0,0 +1,13 @@
1
+import { NgModule } from '@angular/core';
2
+import { IonicPageModule } from 'ionic-angular';
3
+import { ChatPage } from './chat';
4
+
5
+@NgModule({
6
+  declarations: [
7
+    ChatPage,
8
+  ],
9
+  imports: [
10
+    IonicPageModule.forChild(ChatPage),
11
+  ],
12
+})
13
+export class ChatPageModule {}

+ 3
- 0
ZipTeamOrange-ionic-UI/src/pages/chat/chat.scss Ver arquivo

@@ -0,0 +1,3 @@
1
+page-chat {
2
+
3
+}

+ 46
- 0
ZipTeamOrange-ionic-UI/src/pages/chat/chat.ts Ver arquivo

@@ -0,0 +1,46 @@
1
+import { Component } from '@angular/core';
2
+import { IonicPage, NavController, NavParams } from 'ionic-angular';
3
+import { NgForm } from '../../../node_modules/@angular/forms';
4
+import { MessageServiceProvider } from '../../providers/message-service/message-service';
5
+import { Message } from '../../../node_modules/@angular/compiler/src/i18n/i18n_ast';
6
+
7
+/**
8
+ * Generated class for the ChatPage page.
9
+ *
10
+ * See https://ionicframework.com/docs/components/#navigation for more info on
11
+ * Ionic pages and navigation.
12
+ */
13
+
14
+@IonicPage()
15
+@Component({
16
+  selector: 'page-chat',
17
+  templateUrl: 'chat.html',
18
+})
19
+export class ChatPage {
20
+  test: any;
21
+  msg: any;
22
+  messages: Message [];
23
+  constructor(public navCtrl: NavController, public navParams: NavParams, public messageApi: MessageServiceProvider) {
24
+  }
25
+
26
+  ionViewDidLoad() {
27
+    console.log('ionViewDidLoad ChatPage');
28
+    this.getMessages();
29
+  }
30
+
31
+  send(createAccountInfo: NgForm){
32
+    console.log("clicked");
33
+    console.log(createAccountInfo)
34
+    this.messageApi.saveMessage(createAccountInfo).subscribe(console.log);
35
+    this.getMessages()
36
+  }
37
+
38
+  getMessages(){
39
+    this.messageApi.getMessages().subscribe(data => {
40
+      this.msg = data
41
+      console.log(data)
42
+    });
43
+    this.test = this.messageApi.getCurrentMessage();
44
+  }
45
+
46
+}

+ 17
- 0
ZipTeamOrange-ionic-UI/src/pages/contact/contact.html Ver arquivo

@@ -0,0 +1,17 @@
1
+<ion-header>
2
+  <ion-navbar>
3
+    <ion-title>
4
+      Contact
5
+    </ion-title>
6
+  </ion-navbar>
7
+</ion-header>
8
+
9
+<ion-content>
10
+  <ion-list>
11
+    <ion-list-header>Follow us on Twitter</ion-list-header>
12
+    <ion-item>
13
+      <ion-icon name="ionic" item-start></ion-icon>
14
+      @ionicframework
15
+    </ion-item>
16
+  </ion-list>
17
+</ion-content>

+ 3
- 0
ZipTeamOrange-ionic-UI/src/pages/contact/contact.scss Ver arquivo

@@ -0,0 +1,3 @@
1
+page-contact {
2
+
3
+}

+ 14
- 0
ZipTeamOrange-ionic-UI/src/pages/contact/contact.ts Ver arquivo

@@ -0,0 +1,14 @@
1
+import { Component } from '@angular/core';
2
+import { NavController } from 'ionic-angular';
3
+
4
+@Component({
5
+  selector: 'page-contact',
6
+  templateUrl: 'contact.html'
7
+})
8
+export class ContactPage {
9
+
10
+  constructor(public navCtrl: NavController) {
11
+
12
+  }
13
+
14
+}

+ 47
- 0
ZipTeamOrange-ionic-UI/src/pages/firstPage/first.html Ver arquivo

@@ -0,0 +1,47 @@
1
+<!--
2
+  Generated template for the FirstPage page.
3
+
4
+  See http://ionicframework.com/docs/components/#navigation for more info on
5
+  Ionic pages and navigation.
6
+-->
7
+<ion-header>
8
+  <ion-navbar color="primary">
9
+    <button menuToggle ion- button icon-only>
10
+      <ion-icon name ="menu"></ion-icon>
11
+    </button>
12
+    <ion-title text-center>ZipTeamOrange</ion-title>
13
+  </ion-navbar>
14
+
15
+</ion-header>
16
+
17
+
18
+<ion-content padding>
19
+  <h4>Welcome to this page</h4>
20
+  <div class="login-box">
21
+    <form #registerForm="ngForm" ng-submit="loginButton(registerForm.value)" >
22
+      <ion-row>
23
+        <ion-col>
24
+          <ion-list inset>
25
+            <ion-item>
26
+              <ion-input type="text" placeholder="Username" name="userName" required [(ngModel)]="Username" ></ion-input>
27
+            </ion-item>
28
+            <ion-item>
29
+              <ion-input type="password" placeholder="Password" name="password" required [(ngModel)]="password"></ion-input>
30
+            </ion-item>
31
+          </ion-list>
32
+        </ion-col>
33
+      </ion-row>
34
+      <ion-row>
35
+        <ion-col class="signup-col">
36
+          <button ion-button class="submit-btn" full type="submit" [disabled]="!registerForm.form.valid" (click)="loginButton(registerForm.value)">Login</button>
37
+        </ion-col>
38
+      </ion-row>
39
+    </form>
40
+    <ion-row>
41
+      <ion-col color="secondary">
42
+        <button ion-button class="register-btn" block clear (click)="createAccount()">Create Account</button>
43
+      </ion-col>
44
+    </ion-row>
45
+  </div>
46
+  
47
+</ion-content>

+ 13
- 0
ZipTeamOrange-ionic-UI/src/pages/firstPage/first.module.ts Ver arquivo

@@ -0,0 +1,13 @@
1
+import { NgModule } from '@angular/core';
2
+import { IonicPageModule } from 'ionic-angular';
3
+import { FirstPage } from './first';
4
+
5
+@NgModule({
6
+  declarations: [
7
+    FirstPage,
8
+  ],
9
+  imports: [
10
+    IonicPageModule.forChild(FirstPage),
11
+  ],
12
+})
13
+export class FirstPageModule {}

+ 3
- 0
ZipTeamOrange-ionic-UI/src/pages/firstPage/first.scss Ver arquivo

@@ -0,0 +1,3 @@
1
+page-first {
2
+
3
+}

+ 51
- 0
ZipTeamOrange-ionic-UI/src/pages/firstPage/first.ts Ver arquivo

@@ -0,0 +1,51 @@
1
+import { Component } from '@angular/core';
2
+import { IonicPage, NavController, NavParams } from 'ionic-angular';
3
+import { SignUpPage } from '../sign-up/sign-up';
4
+import { AuthServiceProvider } from '../../providers/auth-service/auth-service';
5
+import { NgForm } from '@angular/forms';
6
+import { HomePage } from '../home/home';
7
+import { ChatPage } from '../chat/chat';
8
+
9
+/**
10
+ * Generated class for the FirstPage page.
11
+ *
12
+ * See https://ionicframework.com/docs/components/#navigation for more info on
13
+ * Ionic pages and navigation.
14
+ */
15
+
16
+@IonicPage()
17
+@Component({
18
+  selector: 'page-first',
19
+  templateUrl: 'first.html',
20
+})
21
+export class FirstPage {
22
+
23
+  responseData: any;
24
+
25
+  constructor(public navCtrl: NavController, public navParams: NavParams, public authService: AuthServiceProvider) {
26
+  }
27
+
28
+  ionViewDidLoad() {
29
+    console.log('ionViewDidLoad FirstPage');
30
+  }
31
+
32
+  loginButton(createAccountInfo: NgForm) {
33
+    this.authService.postData(createAccountInfo).then((result) => {
34
+      this.responseData = result;
35
+      console.log(createAccountInfo);
36
+      if(!this.responseData.createAccountInfo){
37
+        this.navCtrl.push(ChatPage);
38
+      }else{
39
+        console.log("check your info");
40
+      }
41
+      
42
+    }).catch(console.log);
43
+  }
44
+
45
+
46
+  createAccount(){
47
+    this.navCtrl.push(SignUpPage);
48
+    console.log("clicked");
49
+  }
50
+
51
+}

+ 17
- 0
ZipTeamOrange-ionic-UI/src/pages/home/home.html Ver arquivo

@@ -0,0 +1,17 @@
1
+<ion-header>
2
+  <ion-navbar>
3
+    <ion-title>Home</ion-title>
4
+  </ion-navbar>
5
+</ion-header>
6
+
7
+<ion-content padding>
8
+  <h2>Welcome to Ionic!</h2>
9
+  <p>
10
+    This starter project comes with simple tabs-based layout for apps
11
+    that are going to primarily use a Tabbed UI.
12
+  </p>
13
+  <p>
14
+    Take a look at the <code>src/pages/</code> directory to add or change tabs,
15
+    update any existing page or create new pages.
16
+  </p>
17
+</ion-content>

+ 3
- 0
ZipTeamOrange-ionic-UI/src/pages/home/home.scss Ver arquivo

@@ -0,0 +1,3 @@
1
+page-home {
2
+
3
+}

+ 0
- 0
ZipTeamOrange-ionic-UI/src/pages/home/home.ts Ver arquivo


Alguns arquivos não foram mostrados porque muitos arquivos mudaram nesse diff