Skip to content

Commit

Permalink
feat: added diagrams
Browse files Browse the repository at this point in the history
  • Loading branch information
charliepiper committed Mar 19, 2024
1 parent 665dac4 commit 3941894
Showing 1 changed file with 44 additions and 72 deletions.
116 changes: 44 additions & 72 deletions src/app/documents/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,43 +15,28 @@ export default function Home() {
<h2 className="font-semibold text-5xl pt-5 pb-10">
Our Diagrams
</h2>

<div className="flex flex-col md:flex-row gap-10 pt-16">

<div className="flex flex-col md:flex-row md:gap-48 gap-10 pt-16">
<div>
<h3 className="text-xl md:text-2xl font-semibold">
Gannt chart 1
<p className="text-sm">Week 1</p>
<h3 className="text-2xl md:text-2xl font-semibold">
Gannt Chart 1
</h3>
<p className="max-w-xl pt-5 text-sm">
Week 1
<br></br>
<br></br>
Key tasks:

<h3 className="text-lg">Method Selection and Planning (High Priority) </h3>
Start: 2024-02-19, End: 2024-03-15
<br></br>
Includes Research, Planning, Gantt Chart Creation
<br></br>
Dependencies: None
<br></br>
<br></br>
<h3 className="text-lg">Website Creation (Medium Priority)</h3>
Start: 2024-02-24, End: 2024-03-01
<br></br>
Includes Domain creation on Github, Website Design
<br></br>
Dependencies: None
<br></br>
Risk Management (Medium Priority)
<br></br>
Start: 2024-02-25, End: 2024-03-15
<br></br>
Includes Introduction, Writing Risks, Documentation
<br></br>
Dependencies: Product brief
<div className="max-w-xl pt-5 text-sm">
<h2 className="text-xl font-bold">Key tasks:</h2>
<h3 className="text-lg font-semibold">Method Selection and Planning (High Priority) </h3>
<p>Start: 2024-02-19, End: 2024-03-15</p>
<p>Includes Research, Planning, Gantt Chart Creation, Documentation</p>
<p>Dependencies: None</p>
<h3 className="text-lg font-semibold">Website Creation (Medium Priority)</h3>
<p>Start: 2024-02-24, End: 2024-03-01</p>
<p>Includes Domain creation on Github, Website Design</p>
<p>Dependencies: None</p>
<h3 className="text-lg font-semibold">Risk Management (Medium Priority)</h3>
<p>Start: 2024-02-25, End: 2024-03-15</p>
<p>Includes Introduction, Writing Risks, Documentation</p>
<p>Dependencies: None</p>

</p>
</div>
</div>
<div className="max-w-xl min-w-xl md:min-w-xl">
<img src="Gantchart1.jpeg" className="rounded-xl w-full" alt="Gannt Chart" />
Expand All @@ -60,30 +45,22 @@ export default function Home() {

<div className="flex flex-col md:flex-row gap-10 pt-16">
<div>
<p className="text-sm">Week 2</p>
<h3 className="text-xl md:text-2xl font-semibold">
Gannt chart 2
</h3>
<p className="max-w-xl pt-5 text-sm">
Week 2
<br></br>
<br></br>
Key tasks:
<h3 className="text-lg">Requirement Collection (High Priority)</h3>
Start: 2024-03-06, End: 2024-03-19
<br></br>
Includes Customer Interviews, Writing User/System Requirements, Documentation
<br></br>
Dependencies: None
<br></br>
<br></br>
<h3 className="text-lg">Implementation (Highest Priority)</h3>
Start: 2024-02-28, End: 2024-04-11
<br></br>
Includes Menu Creation, Map/Navigation Design, Character Design/Movement, Collision Detection, Interior Design, Map Transitions, Integration
<br></br>
Dependencies: Requirement Collection

</p>

<div className="max-w-xl pt-5 text-sm">
<h2 className="text-xl font-bold">Key tasks:</h2>
<h3 className="text-lg font-semibold">Requirement Collection (High Priority)</h3>
<p>Start: 2024-03-06, End: 2024-03-19</p>
<p>Includes Customer Interviews, Writing User/System Requirements, Documentation</p>
<p>Dependencies: None</p>
<h3 className="text-lg font-semibold">Implementation (Highest Priority)</h3>
<p>Start: 2024-02-28, End: 2024-04-11</p>
<p>Includes Menu Creation, Map/Navigation Design, Character Design/Movement, Collision Detection, Interior Design, Map Transitions, Integration</p>
<p>Dependencies: Requirement Collection</p>
</div>
</div>
<div className="max-w-xl min-w-xl md:min-w-xl">
<img src="Gantchart2.jpeg" className="rounded-xl w-full" alt="Gannt Chart" />
Expand All @@ -92,26 +69,21 @@ export default function Home() {

<div className="flex flex-col md:flex-row gap-10 pt-16">
<div>
<p className="text-sm">Week 3</p>
<h3 className="text-xl md:text-2xl font-semibold">
Gannt Chart 3
</h3>
<p className="max-w-xl pt-5 text-sm">
Week 3
<br></br>
<br></br>
Key Tasks:
<h3 className="text-lg">Architecture (High Priority)</h3>
Start: 2024-03-10, End: 2024-03-21
<br></br>
<h3 className="text-lg">Includes System Design, Database Design</h3>
Dependencies: None
<br></br>
Links Creation (Low Priority)
<br></br>
Start: 2024-03-16, End: 2024-03-16
<br></br>
Dependencies: Implementation, Website Creation, Architecture, Risk management, Method selection and planning
</p>
<div className="max-w-xl pt-5 text-sm">
<h2 className="text-xl font-bold">Key tasks:</h2>
<h3 className="text-lg font-semibold">Architecture (High Priority)</h3>
<p>Start: 2024-03-10, End: 2024-03-21</p>
<p>Includes System Design, Database Design</p>
<p>Dependencies: None</p>
<h3 className="text-lg font-semibold">Links Creation (Low Priority)</h3>
<p>Start: 2024-03-16, End: 2024-03-16</p>
<br></br>
<p>Dependencies: Implementation, Website Creation, Architecture, Risk management, Method selection and planning</p>
</div>
</div>
<div className="max-w-xl min-w-xl md:min-w-xl">
<img src="Gantchart3.jpeg" className="rounded-xl w-full" alt="Gannt Chart" />
Expand Down

0 comments on commit 3941894

Please sign in to comment.