Skip to content

Commit

Permalink
Merge branch 'master' into Developer-Guide-User-Stories
Browse files Browse the repository at this point in the history
  • Loading branch information
Bandov authored Mar 10, 2024
2 parents 45386dd + 7d82a6d commit c1e5028
Show file tree
Hide file tree
Showing 13 changed files with 404 additions and 76 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
[![CI Status](https://github.com/se-edu/addressbook-level3/workflows/Java%20CI/badge.svg)](https://github.com/se-edu/addressbook-level3/actions) [![codecov](https://codecov.io/gh/AY2324S2-CS2103T-T11-1/tp/graph/badge.svg?token=adCrBd42f9)](https://codecov.io/gh/AY2324S2-CS2103T-T11-1/tp)
[![CI Status](https://github.com/AY2324S2-CS2103T-T11-1/tp/workflows/Java%20CI/badge.svg)](https://github.com/AY2324S2-CS2103T-T11-1/tp/actions) [![codecov](https://codecov.io/gh/AY2324S2-CS2103T-T11-1/tp/graph/badge.svg?token=adCrBd42f9)](https://codecov.io/gh/AY2324S2-CS2103T-T11-1/tp)

![Ui](docs/images/Ui.png)

**Journal for Enthusiasts in Noting Genealogical Associations**

### Introduction
JENGA helps Genealogists keep track of details of relatives, and easy storage and retrieval of the relationship between relatives. It does not cover discovery of new information, other than highlighting links/anomalies between existing information.
### Documentation
- [User Guide](https://github.com/AY2324S2-CS2103T-T11-1/tp/blob/master/docs/UserGuide.md)
- [Developer Guide](https://github.com/AY2324S2-CS2103T-T11-1/tp/blob/master/docs/DeveloperGuide.md)
---
**Acknowledgements**
* This project is based on the AddressBook-Level3 project created by the [SE-EDU initiative](https://se-education.org).
* Libraries used: [JavaFX](https://openjfx.io/), [Jackson](https://github.com/FasterXML/jackson), [JUnit5](https://github.com/junit-team/junit5)




68 changes: 14 additions & 54 deletions docs/AboutUs.md
Original file line number Diff line number Diff line change
@@ -1,59 +1,19 @@
---
layout: page
title: About Us
---

We are a team based in the [School of Computing, National University of Singapore](http://www.comp.nus.edu.sg).

You can reach us at the email `seer[at]comp.nus.edu.sg`

## Project team

### John Doe

<img src="images/johndoe.png" width="200px">

[[homepage](http://www.comp.nus.edu.sg/~damithch)]
[[github](https://github.com/johndoe)]
[[portfolio](team/johndoe.md)]

* Role: Project Advisor

### Jane Doe

<img src="images/johndoe.png" width="200px">

[[github](http://github.com/johndoe)]
[[portfolio](team/johndoe.md)]
<h1 align=center><i>ABOUT US</i></h1>

* Role: Team Lead
* Responsibilities: UI

### Johnny Doe

<img src="images/johndoe.png" width="200px">

[[github](http://github.com/johndoe)] [[portfolio](team/johndoe.md)]

* Role: Developer
* Responsibilities: Data

### Jean Doe

<img src="images/johndoe.png" width="200px">

[[github](http://github.com/johndoe)]
[[portfolio](team/johndoe.md)]

* Role: Developer
* Responsibilities: Dev Ops + Threading

### James Doe
---
<p align="center">
We are a team based in the [School of Computing, National University of Singapore] (http://www.comp.nus.edu.sg).
You can reach us at the email <code>seer[at]comp.nus.edu.sg</code>
</p>

<img src="images/johndoe.png" width="200px">
<h2 align=center><i>Project team</I></h2>

[[github](http://github.com/johndoe)]
[[portfolio](team/johndoe.md)]
| Name | Role | Responsibility |
|:-----------------------------------------------------------------------------------------------------------------------------------------------:|:---------:|:----------------------------------|
| <h2>REFLECTIVE OBSIDIAN</h2></br><img src="images/reflectiveobsidian.png" width="200px"></br>[[github](https://github.com/ReflectiveObsidian)] | Developer | <ul><li>Data</li><li>Logic</li> |
| <h2>Bandov</h2></br><img src="images/bandov.png" width="200px"></br>[[github](https://github.com/Bandov)] | Developer | <ul><li>UI</li><li>Model</li> |
| <h2>Tsenrae</h2></br><img src="images/tsenrae.png" width="200px"></br>[[github](https://github.com/Tsenrae)] | Developer | <ul><li>Data</li><li>Storage</li> |
| <h2>DingBao-sys</h2></br><img src="images/dingbao-sys.png" width="200px"></br>[[github](https://github.com/DingBao-sys)] | Developer | <ul><li>UI</li><li>Model</li> |
| <h2>Emberlynn-Loo</h2></br><img src="images/emberlynn-loo.png" width="200px"></br>[[github](https://github.com/Emberlynn-Loo)] | Developer | <ul><li>Data</li><li>Model</li> |

* Role: Developer
* Responsibilities: UI
Loading

0 comments on commit c1e5028

Please sign in to comment.