Yesoda Sanka пре 5 година
родитељ
комит
b2666140ba
6 измењених фајлова са 272 додато и 3 уклоњено
  1. 9
    0
      .idea/PassionBy4.2.iml
  2. 6
    0
      .idea/misc.xml
  3. 8
    0
      .idea/modules.xml
  4. 6
    0
      .idea/vcs.xml
  5. 227
    0
      .idea/workspace.xml
  6. 16
    3
      ProjectDescription.md

+ 9
- 0
.idea/PassionBy4.2.iml Прегледај датотеку

@@ -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>

+ 6
- 0
.idea/misc.xml Прегледај датотеку

@@ -0,0 +1,6 @@
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
+</project>

+ 8
- 0
.idea/modules.xml Прегледај датотеку

@@ -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/PassionBy4.2.iml" filepath="$PROJECT_DIR$/.idea/PassionBy4.2.iml" />
6
+    </modules>
7
+  </component>
8
+</project>

+ 6
- 0
.idea/vcs.xml Прегледај датотеку

@@ -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>

+ 227
- 0
.idea/workspace.xml Прегледај датотеку

@@ -0,0 +1,227 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="4">
3
+  <component name="ChangeListManager">
4
+    <list default="true" id="0bf0c868-bd95-4735-ad8f-8d1b0f1b3bf0" name="Default Changelist" comment="">
5
+      <change beforePath="$PROJECT_DIR$/ProjectDescription.md" beforeDir="false" afterPath="$PROJECT_DIR$/ProjectDescription.md" afterDir="false" />
6
+    </list>
7
+    <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
8
+    <option name="SHOW_DIALOG" value="false" />
9
+    <option name="HIGHLIGHT_CONFLICTS" value="true" />
10
+    <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
11
+    <option name="LAST_RESOLUTION" value="IGNORE" />
12
+  </component>
13
+  <component name="FUSProjectUsageTrigger">
14
+    <session id="970772972">
15
+      <usages-collector id="statistics.lifecycle.project">
16
+        <counts>
17
+          <entry key="project.open.time.1" value="1" />
18
+          <entry key="project.opened" value="1" />
19
+        </counts>
20
+      </usages-collector>
21
+      <usages-collector id="statistics.file.extensions.open">
22
+        <counts>
23
+          <entry key="md" value="2" />
24
+        </counts>
25
+      </usages-collector>
26
+      <usages-collector id="statistics.file.types.open">
27
+        <counts>
28
+          <entry key="Markdown" value="2" />
29
+        </counts>
30
+      </usages-collector>
31
+      <usages-collector id="statistics.file.extensions.edit">
32
+        <counts>
33
+          <entry key="md" value="836" />
34
+        </counts>
35
+      </usages-collector>
36
+      <usages-collector id="statistics.file.types.edit">
37
+        <counts>
38
+          <entry key="Markdown" value="836" />
39
+        </counts>
40
+      </usages-collector>
41
+    </session>
42
+  </component>
43
+  <component name="FileEditorManager">
44
+    <leaf>
45
+      <file pinned="false" current-in-tab="false">
46
+        <entry file="file://$PROJECT_DIR$/README.md">
47
+          <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
48
+            <state split_layout="FIRST">
49
+              <first_editor relative-caret-position="150">
50
+                <caret line="10" lean-forward="true" selection-start-line="10" selection-end-line="10" />
51
+              </first_editor>
52
+              <second_editor />
53
+            </state>
54
+          </provider>
55
+        </entry>
56
+      </file>
57
+      <file pinned="false" current-in-tab="true">
58
+        <entry file="file://$PROJECT_DIR$/ProjectDescription.md">
59
+          <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
60
+            <state split_layout="SECOND">
61
+              <first_editor relative-caret-position="105">
62
+                <caret line="7" column="1" selection-start-line="7" selection-start-column="1" selection-end-line="7" selection-end-column="1" />
63
+              </first_editor>
64
+              <second_editor />
65
+            </state>
66
+          </provider>
67
+        </entry>
68
+      </file>
69
+    </leaf>
70
+  </component>
71
+  <component name="Git.Settings">
72
+    <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
73
+  </component>
74
+  <component name="IdeDocumentHistory">
75
+    <option name="CHANGED_PATHS">
76
+      <list>
77
+        <option value="$PROJECT_DIR$/ProjectDescription.md" />
78
+      </list>
79
+    </option>
80
+  </component>
81
+  <component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
82
+  <component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
83
+  <component name="JsGulpfileManager">
84
+    <detection-done>true</detection-done>
85
+    <sorting>DEFINITION_ORDER</sorting>
86
+  </component>
87
+  <component name="ProjectFrameBounds">
88
+    <option name="y" value="23" />
89
+    <option name="width" value="1280" />
90
+    <option name="height" value="709" />
91
+  </component>
92
+  <component name="ProjectView">
93
+    <navigator proportions="" version="1">
94
+      <foldersAlwaysOnTop value="true" />
95
+    </navigator>
96
+    <panes>
97
+      <pane id="ProjectPane">
98
+        <subPane>
99
+          <expand>
100
+            <path>
101
+              <item name="PassionBy4.2" type="b2602c69:ProjectViewProjectNode" />
102
+              <item name="PassionBy4.2" type="462c0819:PsiDirectoryNode" />
103
+            </path>
104
+          </expand>
105
+          <select />
106
+        </subPane>
107
+      </pane>
108
+      <pane id="PackagesPane" />
109
+      <pane id="Scope" />
110
+    </panes>
111
+  </component>
112
+  <component name="PropertiesComponent">
113
+    <property name="WebServerToolWindowFactoryState" value="false" />
114
+    <property name="aspect.path.notification.shown" value="true" />
115
+    <property name="last_opened_file_path" value="$PROJECT_DIR$" />
116
+    <property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
117
+    <property name="nodejs_npm_path_reset_for_default_project" value="true" />
118
+    <property name="settings.editor.selected.configurable" value="vcs.Git" />
119
+  </component>
120
+  <component name="RunDashboard">
121
+    <option name="ruleStates">
122
+      <list>
123
+        <RuleState>
124
+          <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
125
+        </RuleState>
126
+        <RuleState>
127
+          <option name="name" value="StatusDashboardGroupingRule" />
128
+        </RuleState>
129
+      </list>
130
+    </option>
131
+  </component>
132
+  <component name="SvnConfiguration">
133
+    <configuration />
134
+  </component>
135
+  <component name="TaskManager">
136
+    <task active="true" id="Default" summary="Default task">
137
+      <changelist id="0bf0c868-bd95-4735-ad8f-8d1b0f1b3bf0" name="Default Changelist" comment="" />
138
+      <created>1541392643408</created>
139
+      <option name="number" value="Default" />
140
+      <option name="presentableId" value="Default" />
141
+      <updated>1541392643408</updated>
142
+      <workItem from="1541392644823" duration="548000" />
143
+    </task>
144
+    <servers />
145
+  </component>
146
+  <component name="TimeTrackingManager">
147
+    <option name="totallyTimeSpent" value="548000" />
148
+  </component>
149
+  <component name="ToolWindowManager">
150
+    <frame x="0" y="23" width="1280" height="709" extended-state="0" />
151
+    <editor active="true" />
152
+    <layout>
153
+      <window_info id="Favorites" side_tool="true" />
154
+      <window_info id="Image Layers" />
155
+      <window_info id="Designer" />
156
+      <window_info id="UI Designer" />
157
+      <window_info id="Capture Tool" />
158
+      <window_info id="Learn" />
159
+      <window_info active="true" content_ui="combo" id="Project" order="0" visible="true" weight="0.24959612" />
160
+      <window_info id="Structure" order="1" side_tool="true" weight="0.25" />
161
+      <window_info anchor="bottom" id="Version Control" />
162
+      <window_info anchor="bottom" id="Terminal" />
163
+      <window_info anchor="bottom" id="Event Log" side_tool="true" />
164
+      <window_info anchor="bottom" id="Database Changes" show_stripe_button="false" />
165
+      <window_info anchor="bottom" id="Message" order="0" />
166
+      <window_info anchor="bottom" id="Find" order="1" />
167
+      <window_info anchor="bottom" id="Run" order="2" />
168
+      <window_info anchor="bottom" id="Debug" order="3" weight="0.4" />
169
+      <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
170
+      <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
171
+      <window_info anchor="bottom" id="TODO" order="6" />
172
+      <window_info anchor="right" id="Palette" />
173
+      <window_info anchor="right" id="Theme Preview" />
174
+      <window_info anchor="right" id="Capture Analysis" />
175
+      <window_info anchor="right" id="Palette&#9;" />
176
+      <window_info anchor="right" id="Database" />
177
+      <window_info anchor="right" id="Maven Projects" />
178
+      <window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
179
+      <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
180
+      <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
181
+    </layout>
182
+  </component>
183
+  <component name="TypeScriptGeneratedFilesManager">
184
+    <option name="version" value="1" />
185
+  </component>
186
+  <component name="VcsContentAnnotationSettings">
187
+    <option name="myLimit" value="2678400000" />
188
+  </component>
189
+  <component name="editorHistoryManager">
190
+    <entry file="file://$PROJECT_DIR$/README.md">
191
+      <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
192
+        <state split_layout="FIRST">
193
+          <first_editor relative-caret-position="150">
194
+            <caret line="10" lean-forward="true" selection-start-line="10" selection-end-line="10" />
195
+          </first_editor>
196
+          <second_editor />
197
+        </state>
198
+      </provider>
199
+    </entry>
200
+    <entry file="file://$PROJECT_DIR$/ProjectDescription.md">
201
+      <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
202
+        <state split_layout="SECOND">
203
+          <first_editor relative-caret-position="105">
204
+            <caret line="7" column="1" selection-start-line="7" selection-start-column="1" selection-end-line="7" selection-end-column="1" />
205
+          </first_editor>
206
+          <second_editor />
207
+        </state>
208
+      </provider>
209
+    </entry>
210
+  </component>
211
+  <component name="masterDetails">
212
+    <states>
213
+      <state key="ProjectJDKs.UI">
214
+        <settings>
215
+          <last-edited>1.8</last-edited>
216
+          <splitter-proportions>
217
+            <option name="proportions">
218
+              <list>
219
+                <option value="0.2" />
220
+              </list>
221
+            </option>
222
+          </splitter-proportions>
223
+        </settings>
224
+      </state>
225
+    </states>
226
+  </component>
227
+</project>

+ 16
- 3
ProjectDescription.md Прегледај датотеку

@@ -1,8 +1,21 @@
1
-# Your Project Name
1
+# Student Activity Tracker
2 2
 
3
-### a cool tagline...
3
+### A critical help tool  for parents and students in organizing Students activites and tracker.
4 4
 
5 5
 Less than 300 words which describe your project. Etc,....
6
+* Create a tool for students and Parents to track kids activities either in school or after School, 
7
+* so that it's easy to accomplish and plan. Make easier to Parents and Students to meet their objective and goals.
8
+*
9
+** Ability to add Students and Parents
10
+** Ability to add the Schools of the Students
11
+** Ability to add the courses from that School for the Student
12
+** Ability to add the activities and timelines list for that student 
13
+** Ability to check daily progress of the Students
14
+** Ability to remind students and Parents
15
+** Ability to communicate with Teachers
16
+** Ability to 
6 17
 
7 18
 
8
-* Your Name Here
19
+* Yasoda Sanka
20
+
21
+``