Ver código fonte

First Passion Project Idea

Nathan Hall 6 anos atrás
pai
commit
9b1aa1e10c

+ 9
- 0
.idea/PassionBy4.2.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>

+ 5
- 0
.idea/codeStyles/codeStyleConfig.xml Ver arquivo

@@ -0,0 +1,5 @@
1
+<component name="ProjectCodeStyleConfiguration">
2
+  <state>
3
+    <option name="PREFERRED_PROJECT_CODE_STYLE" value="Default" />
4
+  </state>
5
+</component>

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

@@ -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 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/PassionBy4.2.iml" filepath="$PROJECT_DIR$/.idea/PassionBy4.2.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>

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

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

+ 41
- 3
ProjectDescription.md Ver arquivo

@@ -1,8 +1,46 @@
1
-# Your Project Name
1
+# Your Project Name: My Favorite Things
2 2
 
3
-### a cool tagline...
3
+### a cool tagline... 
4
+The Best Referrals come from Your Best People
4 5
 
5 6
 Less than 300 words which describe your project. Etc,....
6 7
 
7 8
 
8
-* Your Name Here
9
+* Your Name Here: Nathan Hall
10
+
11
+You just accepted a new job that requires you to be on your 
12
+feet while still dressing in business casual.  Also, you and 
13
+your partner just had a baby and managed to find the 
14
+perfect diapers that are priced cheaper than the big 
15
+names but work equally as well.
16
+
17
+Fortunately, 
18
+you remember that you have a circle of close friends and 
19
+family with similar taste or who are at a similar life 
20
+stage who uploaded links to all of their favorite 
21
+products to My Favorite Things.
22
+
23
+You click on the Clothing section of the app and get 
24
+redirected to your most stylish friend's comfortable 
25
+wingtip shoes that you've always admired from afar.  You 
26
+order them and even receive Cashback by purchasing 
27
+through a rewards site.  A week later, you get a 
28
+message from the same friend about an amazing deal 
29
+currently going on for the perfect work blazer.
30
+
31
+After having dinner with your favorite couple friends that 
32
+are expecting, you promise to shoot them about message 
33
+about the magical diapers that changed your sleepless 
34
+life.  You upload the link and 3 quick reasons why you 
35
+love the product to My Favorite Things and share the post
36
+ with said couple.  A couple months later they shoot you 
37
+a text about how useful your recommendation was and how 
38
+they also purchased the same stroller that you had added 
39
+to your profile.
40
+  
41
+In a vast sea of online opinions and product 
42
+misinformation, it helps to know your Favorite people's 
43
+Favorite things!
44
+  
45
+  
46
+