-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplan.txt
45 lines (37 loc) · 1.24 KB
/
plan.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Notes/Planning
Order Of Completion
-First, Navbar using React-Bootstrap
Use
-uuid so we have an ID to reference objects (might not be neccesary if we dont need to interact with a specific object from the parent)
-TODO: Checkout how to do responsive design using react
-Look at mongodb integration
-React transition DOM
-TODO: Working with NodeJS Backend
Main App
-Contructor should import main state data
-Projects data
-
Hierarchy
App
-Header bar
-One mobile one standard; swap based off the size of the screen
-Projects
-Project Item
-Populated via "project" item folders on the server
-Resume section
-Feature a link
-This can be hardcoded for now
-Maybe eventually see about having it generate based off the word doc?
-Want to tie it into my actual resumes
-Basic Contact section
-Eventual Add ons:
-Dynamic social media links for LinkedIn/GitHub
-Pull live stats?
-Some kind of live interaction thing:
-Can add a message on a sticky note to a board (gets cleared after a week?)
-Adds rows to a DB somewhere which gets pulled
-Use animations to animate parts
-Drag and drop?
DB Schema
-Projects Table
-Title/Project Name, Summary, Github link, Alt Link