Skip to content

Commit

Permalink
Update about page
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian-emilius committed Nov 21, 2024
1 parent 68e9f4d commit 3b94531
Showing 1 changed file with 18 additions and 6 deletions.
24 changes: 18 additions & 6 deletions client/src/pages/AboutPage/AboutPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@ const AboutPage = () => {
<Stack>
<Title>ThesisTrack</Title>
<Text>
ThesisTrack is an{' '}
<Anchor href='https://github.com/ls1intum/thesis-track' target='_blank' rel='noreferrer'>
open source
</Anchor>{' '}
web application that integrates the complete thesis lifecycle for theses supervised at a
chair. It should help advisors and supervisors to save time on reoccurring processes.
ThesisTrack is a web-based thesis management system designed to streamline the thesis
process in academic institutions by integrating essential stages into a single platform.
Developed to address challenges in managing large volumes of theses, it facilitates
seamless interactions between students, advisors, and supervisors. Key features include a
centralized application process, guided workflows for thesis writing, automated
notifications, and a comprehensive Gantt chart for tracking progress. By consolidating
communication, feedback, and file management, ThesisTrack enhances transparency, reduces
administrative burdens, and fosters efficient thesis supervision and assessment.
</Text>
<Title order={3}>Contributors</Title>
<List>
Expand All @@ -32,6 +34,16 @@ const AboutPage = () => {
</List.Item>
</List>
<Title order={3}>Features</Title>
<Text>
The following flowchart diagram provides a visual overview of the thesis processes
implemented in ThesisTrack. These diagram illustrates the step-by-step workflows involved,
from thesis topic selection and application submission to the final grading and completion
stages. It highlights key actions, decision points, and interactions between students,
advisors, and supervisors, clarifying how tasks are sequenced and managed within the
system. These flowcharts offer a quick reference for understanding how each role engages
in the thesis process, ensuring transparency and consistency in task progression and
responsibilities across different stages.
</Text>
<Center>
<Image src={flowchart} style={{ maxWidth: '600px' }} />
</Center>
Expand Down

0 comments on commit 3b94531

Please sign in to comment.