Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
survey
Commits
35d3386f
Commit
35d3386f
authored
Jul 23, 2022
by
Yoon, Daeki
😅
Browse files
drawio 문서 추가
parent
81684249
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/overview.drawio
0 → 100644
View file @
35d3386f
<mxfile host="65bd71144e">
<diagram id="4_LKa-YRAXo4FlEpOd_K" name="페이지-1">
<mxGraphModel dx="1549" dy="312" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" math="0" shadow="0">
<root>
<mxCell id="0"/>
<mxCell id="1" parent="0"/>
<mxCell id="33" value="Frontend" style="swimlane;" vertex="1" parent="1">
<mxGeometry x="-180" y="40" width="1080" height="800" as="geometry">
<mxRectangle x="-20" y="40" width="80" height="23" as="alternateBounds"/>
</mxGeometry>
</mxCell>
<mxCell id="2" value="Routes" style="whiteSpace=wrap;html=1;" vertex="1" parent="33">
<mxGeometry x="185" y="40" width="120" height="60" as="geometry"/>
</mxCell>
<mxCell id="3" value="/surveys/edit/:surveyId" style="whiteSpace=wrap;html=1;" vertex="1" parent="33">
<mxGeometry x="320" y="130" width="120" height="60" as="geometry"/>
</mxCell>
<mxCell id="4" value="" style="edgeStyle=none;html=1;" edge="1" parent="33" source="2" target="3">
<mxGeometry relative="1" as="geometry"/>
</mxCell>
<mxCell id="29" value="<p style="margin: 0px ; margin-top: 4px ; text-align: center ; text-decoration: underline"><b>EditSurvey: 설문조사 수정</b></p><hr><p style="margin: 0px ; margin-left: 8px">surveyId = useParams()</p><p style="margin: 0px ; margin-left: 8px">useEffect(<span>surveyApi.getSurvey(surveyId))</span></p><p style="margin: 0px ; margin-left: 8px"><span><br></span></p><p style="margin: 0px ; margin-left: 8px"><span>- 질문 추가: addQuestion()</span></p><p style="margin: 0px ; margin-left: 8px"><span>- 질문 삭제: deleteQuestion()</span></p><p style="margin: 0px ; margin-left: 8px"><br></p><p style="margin: 0px ; margin-left: 8px"><span>- 설문 수정: updateSurvey: await surveyApi.update()</span></p>" style="verticalAlign=top;align=left;overflow=fill;fontSize=12;fontFamily=Helvetica;html=1;" vertex="1" parent="33">
<mxGeometry x="97.5" y="250" width="295" height="170" as="geometry"/>
</mxCell>
<mxCell id="6" value="<span style="font-size: 12px">/surveys/edit/:surveyId<br></span>" style="edgeStyle=none;html=1;entryX=0.5;entryY=0;entryDx=0;entryDy=0;exitX=0.5;exitY=1;exitDx=0;exitDy=0;" edge="1" parent="33" source="2" target="29">
<mxGeometry relative="1" as="geometry">
<mxPoint x="340" y="450" as="targetPoint"/>
</mxGeometry>
</mxCell>
<mxCell id="30" value="<p style="margin: 0px ; margin-top: 4px ; text-align: center ; text-decoration: underline"><b>survey.api</b></p><hr><p style="margin: 0px ; margin-left: 8px">getSuvey()<br>field2 = value2<br>field3 = value3</p>" style="verticalAlign=top;align=left;overflow=fill;fontSize=12;fontFamily=Helvetica;html=1;" vertex="1" parent="33">
<mxGeometry x="460" y="40" width="160" height="90" as="geometry"/>
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment