Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
555 commits
Select commit Hold shift + click to select a range
f1ec6be
Initial update UG
bakano98 Mar 29, 2022
bdf115f
Change erroneous JavaDoc comments
bakano98 Mar 29, 2022
ca02d8b
Change erroneous JavaDoc comments
bakano98 Mar 29, 2022
e91f9d3
Merge pull request #112 from bakano98/update-ui
bakano98 Mar 30, 2022
45a05ea
Add MenuItem and simple handler for Switch
fantablack Mar 30, 2022
c7e5ff2
Fix empty table background colour
bakano98 Mar 30, 2022
fdc1899
Merge pull request #115 from bakano98/update-ui
bakano98 Mar 30, 2022
9c25778
Merge branch 'master' into feat-archive-single-model
fantablack Mar 30, 2022
1b77ca6
Remove CommandHistory command
Mar 30, 2022
f359c8c
Add hollow Switch Command + Menu item
fantablack Mar 30, 2022
94f7b73
Add switchAddressBook()
fantablack Mar 30, 2022
632a0ee
Update SwitchCommand to use isSwitch
fantablack Mar 30, 2022
f4f792e
Add javadoc to help distinguish between Switch related functions in M…
fantablack Mar 30, 2022
5bb54ed
Change switchAddressBook method in LogicManager
Mar 30, 2022
4d9fc79
Fix merge conflict
Mar 30, 2022
d56fd90
Fix Switch functionality
fantablack Mar 30, 2022
d8971dd
Responsive status bar footer
bakano98 Mar 30, 2022
69aa048
Fix checkstyle issues
bakano98 Mar 30, 2022
31e91d6
Add Archive Hook
fantablack Mar 30, 2022
5beecf3
Merge branch 'feat-archive-single-model' of https://github.com/fantab…
fantablack Mar 30, 2022
bc7ca3a
Add Archive Command
fantablack Mar 30, 2022
0043d9f
Add javadoc
fantablack Mar 30, 2022
7d20d60
Add archived contact index to GUI display
fantablack Mar 30, 2022
35458b1
Merge pull request #116 from fantablack/feat-archive-single-model
fantablack Mar 30, 2022
d407120
Bind F10 to SwitchCommand
bakano98 Mar 30, 2022
ced534b
Merge pull request #122 from bakano98/bindkey-switchcommand
fantablack Mar 30, 2022
80fd778
Update SwitchMenuItem and resultDisplay
fantablack Mar 30, 2022
e7b9f31
Merge pull request #123 from fantablack/feat-archive-single-model
fantablack Mar 30, 2022
47939f1
Change method signature to original
Mar 31, 2022
3ca6683
Add unarchive
bakano98 Mar 31, 2022
42f0bfa
Update resultDisplay
bakano98 Mar 31, 2022
0eedce3
Merge branch 'master' into add-JulioHarjo-UndoRedoCommand
junlee1991 Mar 31, 2022
bd3d729
Disable archiving on archivebook
bakano98 Mar 31, 2022
04f45c1
Update test cases
bakano98 Mar 31, 2022
1b1b40a
Fix style
Mar 31, 2022
2cf41b4
Fix failing test case
Mar 31, 2022
ac90491
Update ArchiveCommand.java
junlee1991 Mar 31, 2022
7c11303
Change AddressBookParser exception message
Mar 31, 2022
7407f8e
Fix magic constants
bakano98 Mar 31, 2022
b6a8442
Update UG
bakano98 Mar 31, 2022
0b1a462
Update LogicManager.java
junlee1991 Mar 31, 2022
f85a76a
Update RedoableCommand.java
junlee1991 Mar 31, 2022
25b4c1d
Remove unused import
junlee1991 Mar 31, 2022
f13132d
Update credit reuse
junlee1991 Mar 31, 2022
6034964
Fix label phrasings, Remove magic constant
fantablack Mar 31, 2022
948a816
Improve swapPath
fantablack Mar 31, 2022
e474d1e
Change access of static variables via class
fantablack Mar 31, 2022
fbbed89
Merge pull request #124 from bakano98/unarchive-extension
fantablack Mar 31, 2022
f8b4260
Add test scripts for Undo / Redo Feature
Mar 31, 2022
65326a1
Fix style
Mar 31, 2022
b48565f
Working but not saving properly
bakano98 Mar 31, 2022
d291733
Fix merge conflict
Mar 31, 2022
afb4499
Merge commit 'refs/pull/90/head' of https://github.com/AY2122S2-CS210…
Mar 31, 2022
56cb68e
Merge pull request #90 from AY2122S2-CS2103T-T13-4/add-JulioHarjo-Und…
lawwm Mar 31, 2022
3e81a98
Update BetterModelClassDiagram
fantablack Mar 31, 2022
8c8b4d9
Update ModelClassDiagram
fantablack Mar 31, 2022
15fbcb0
Update Archive UG intro
fantablack Mar 31, 2022
126b173
Rename Persons to Contacts in UG
fantablack Mar 31, 2022
4ffe3cc
Rename student to contact in UG
fantablack Mar 31, 2022
a3718b8
Fixed and working
bakano98 Mar 31, 2022
f0d7b09
Update UG according to consult feedback
fantablack Mar 31, 2022
cd4fd66
Update tests
bakano98 Mar 31, 2022
6f6fe1b
Merge branch 'master' into test-revamp-archives
bakano98 Mar 31, 2022
bdcc1c2
Update LogicManager to match changes
bakano98 Mar 31, 2022
c896383
Update tests
bakano98 Mar 31, 2022
45c9683
Throw IOException error in saveBooks method
Mar 31, 2022
30e240d
Fix sort not working in archive
bakano98 Mar 31, 2022
5c7a910
Update archiveBook to start with empty addressBook
bakano98 Mar 31, 2022
e6ea4c2
Merge pull request #133 from fantablack/add-fantablack-info
bakano98 Mar 31, 2022
1fcc8d2
Merge pull request #135 from bakano98/test-revamp-archives
bakano98 Mar 31, 2022
f7edbc6
Disable name editing in archives
bakano98 Apr 2, 2022
6d5b412
Update UG to reflect parameters ordering is not important
bakano98 Apr 2, 2022
f8ec070
Update error message
bakano98 Apr 2, 2022
4016a2f
Update add command details
bakano98 Apr 2, 2022
2b2c912
Add format for module codes
bakano98 Apr 2, 2022
73ff262
Add constraint to phone number
bakano98 Apr 2, 2022
cfc79fb
Fix wrong example for comment
bakano98 Apr 2, 2022
e5888be
Update UG FAQ
bakano98 Apr 2, 2022
0dbdb61
Remove addressbook reference in logic manager
Apr 2, 2022
9973dce
Update UG, email
bakano98 Apr 2, 2022
16dcd36
Update documentation on add, fix broken image link
bakano98 Apr 2, 2022
ffdcd51
Update to jump to image
bakano98 Apr 2, 2022
368d30a
Add constraint on comment and update UG
bakano98 Apr 2, 2022
21e6e85
Add address constraints
bakano98 Apr 2, 2022
5599d52
Allow form submission on any TextField
bakano98 Apr 2, 2022
fe50c91
Save both addressbook and archive states in command snapshots
Apr 2, 2022
1af53f1
Fix checkstyle errors
bakano98 Apr 2, 2022
bf52148
Refactor archive command to reduce coupling
Apr 2, 2022
305772e
Remove archive mode from command result
Apr 2, 2022
fe9f97c
Change regex for module
Apr 2, 2022
1754181
Fix user guide for sort and copy format
Apr 2, 2022
e48e929
Remove show all persons
Apr 2, 2022
170cc3f
Fix checkstyle and tests
Apr 2, 2022
84580b1
Create new copy of modules to be deleted
Apr 2, 2022
c5a90f7
Remove stackundoredo print statement within logic manager
Apr 2, 2022
80b3208
Add check for duplicate persons in archive command
Apr 3, 2022
a5d225c
Update UG for undo commands and update DG to account for archive
Apr 3, 2022
93d899d
Fix bug in sort where lowercase is sorted after uppercase
Apr 3, 2022
b522644
Set wrap text for errorLabel
bakano98 Apr 3, 2022
cbfdd4c
Merge pull request #195 from lawwm/Fix-archive-undo-branch
bakano98 Apr 3, 2022
ae0f0e2
Merge branch 'master' into PED-bugfix
bakano98 Apr 3, 2022
1797669
Fix merge conflicts
bakano98 Apr 3, 2022
7834537
Merge pull request #194 from bakano98/PED-bugfix
bakano98 Apr 3, 2022
c14daeb
Fix bugs
junlee1991 Apr 3, 2022
ba661d1
Merge branch 'AY2122S2-CS2103T-T13-4:master' into branch-UndoRedoCommand
junlee1991 Apr 3, 2022
c0b191c
Fix test scripts
junlee1991 Apr 3, 2022
20cf823
Merge branch 'branch-UndoRedoCommand' of https://github.com/junlee199…
junlee1991 Apr 3, 2022
5d6cdf1
Fix style
junlee1991 Apr 3, 2022
e35080e
Fix style
junlee1991 Apr 3, 2022
d9b8ca9
Fix style
junlee1991 Apr 3, 2022
eef69c9
Specify Module code format
fantablack Apr 4, 2022
676cd7e
Fix broken link to annotated image of example person
fantablack Apr 4, 2022
8307132
Update and reorder command summary list
fantablack Apr 4, 2022
7d0510f
Fix broken links in Command Shortcuts
fantablack Apr 4, 2022
4324b50
Update savedata locations in UG
fantablack Apr 4, 2022
9bb1d8b
Update valid Index description for all Commands
fantablack Apr 4, 2022
46f98a4
Capitalise all occurences of Index in UG
fantablack Apr 4, 2022
ffb9493
Fix PED bugs
Btaykb Apr 4, 2022
951e463
Rename addmodule and deletemodule
Btaykb Apr 4, 2022
13783d6
Fix empty module bug with deletemodules
Btaykb Apr 4, 2022
5858bec
Fix checkstyle error
Btaykb Apr 4, 2022
b68e5a0
Merge pull request #198 from fantablack/bug-PED-feedback
bakano98 Apr 5, 2022
5c310b8
Merge branch 'AY2122S2-CS2103T-T13-4:master' into branch-UndoRedoCommand
junlee1991 Apr 5, 2022
87a3c04
Merge branch 'master' into PED-feedback
Btaykb Apr 5, 2022
fbb8bb6
Rename Integer.MAX_INT
Btaykb Apr 5, 2022
192b9f6
Merge branch 'PED-feedback' of https://github.com/Btaykb/tp into PED-…
Btaykb Apr 5, 2022
5dbe193
Fix archive max int error message
Btaykb Apr 5, 2022
293d804
Merge pull request #199 from Btaykb/PED-feedback
Btaykb Apr 5, 2022
1bf02b8
Update bakano98.md
bakano98 Apr 5, 2022
6e32edd
Fix some UG formatting
bakano98 Apr 5, 2022
bdbfd89
Add list of commands that can be undone/redone
bakano98 Apr 5, 2022
1b6d92d
Change all instances of ModuleMate Finder to ModuleMateFinder for con…
bakano98 Apr 5, 2022
6c681ba
Update UI image
bakano98 Apr 5, 2022
f373eed
Update link to point to T13-4's github
bakano98 Apr 5, 2022
f2d234b
Update user stories
bakano98 Apr 5, 2022
84b6960
Update PPP
Apr 5, 2022
8edf753
Update and reorder use cases
bakano98 Apr 5, 2022
ef31043
Fix checkstyle
Apr 5, 2022
2507c5f
Update PPP
bakano98 Apr 5, 2022
090d9eb
Update bakano98.md
bakano98 Apr 5, 2022
1d3beb3
Remove isShowHelp Check
junlee1991 Apr 5, 2022
7ff2a81
Reformat undo
bakano98 Apr 6, 2022
7855122
Merge pull request #203 from bakano98/administrative-stuff2
bakano98 Apr 6, 2022
0791388
Merge branch 'master' into clean-up-branch
Apr 6, 2022
e9e2ebd
Add logging and assertions
Apr 6, 2022
40dcd00
Fix delete module command bug and UG
Apr 6, 2022
9af1649
Draft PPP
fantablack Apr 7, 2022
3694c94
Merge pull request #204 from fantablack/add-fantablack-info
fantablack Apr 7, 2022
f12946f
Update org.eclipse.buildship.core.prefs
junlee1991 Apr 8, 2022
028f5e3
Delete .classpath
junlee1991 Apr 8, 2022
8674487
Delete org.eclipse.buildship.core.prefs
junlee1991 Apr 8, 2022
e8769b0
Delete .project
junlee1991 Apr 8, 2022
898b71e
Delete .gitignore
junlee1991 Apr 8, 2022
534bb98
Update RedoCommand.java
junlee1991 Apr 8, 2022
e92d068
Update RedoableCommand.java
junlee1991 Apr 8, 2022
29bb932
Update StackUndoRedo.java
junlee1991 Apr 8, 2022
1d31ad5
Update RedoCommand.java
junlee1991 Apr 8, 2022
e395b5f
Update RedoCommand.java
junlee1991 Apr 8, 2022
3d7cd61
Update StackUndoRedo.java
junlee1991 Apr 8, 2022
cb2ce50
Update StackUndoRedo.java
junlee1991 Apr 8, 2022
6163218
Update UndoCommand.java
junlee1991 Apr 8, 2022
7acc361
Update RedoCommandTest.java
junlee1991 Apr 8, 2022
f57d1e2
Update UndoCommandTest.java
junlee1991 Apr 8, 2022
bc5e60f
Update LogicManager.java
junlee1991 Apr 8, 2022
e23fef1
Fix checkstyle
Apr 8, 2022
46ba8b9
Merge pull request #197 from junlee1991/branch-UndoRedoCommand
lawwm Apr 8, 2022
c5b466a
Merge pull request #202 from lawwm/clean-up-branch
bakano98 Apr 8, 2022
53f558c
Fix final bugs
Apr 9, 2022
163b171
Fix tests
Apr 9, 2022
d1c6e10
Add addmodules PPP
fantablack Apr 9, 2022
20c8543
Update responsibility, PPP
bakano98 Apr 9, 2022
4b591b5
Add shortcuts to intro
bakano98 Apr 9, 2022
36ce9d3
Finalise PPP
bakano98 Apr 9, 2022
64f2a44
Merge pull request #206 from bakano98/administrative-stuff2
bakano98 Apr 9, 2022
9f4e079
Add switch PPP
fantablack Apr 9, 2022
28cb59e
Add archive and unarchive PPP
fantablack Apr 9, 2022
fdd51d0
Update bakano98.md
bakano98 Apr 9, 2022
39f2651
Add Reposense Link
fantablack Apr 9, 2022
2cc1cbd
Add Documentation section PPP
fantablack Apr 9, 2022
27e3763
Add project management PPP
fantablack Apr 9, 2022
84827c4
Add Community PPP
fantablack Apr 9, 2022
b30edc0
Update links PPP
fantablack Apr 9, 2022
4ef14b1
Merge pull request #207 from fantablack/add-fantablack-info
fantablack Apr 9, 2022
623d7e2
Merge pull request #205 from lawwm/Final-changes-branch
bakano98 Apr 10, 2022
ec3f017
Merge pull request #208 from bakano98/administrative-stuff2
bakano98 Apr 10, 2022
05f7445
update PPP
Btaykb Apr 10, 2022
a926507
Merge pull request #209 from Btaykb/final-PPP
Btaykb Apr 10, 2022
c9747f8
Add intro to DG
Btaykb Apr 10, 2022
ce33ab2
Update responsibilities
Btaykb Apr 10, 2022
bf1cd50
Update PPP
Apr 10, 2022
afea730
Merge branch 'master' into Final-changes-branch
Apr 10, 2022
9d6016c
Reformat PPP
bakano98 Apr 10, 2022
6615d52
Merge pull request #211 from bakano98/administrative-stuff2
bakano98 Apr 10, 2022
f943d82
Merge pull request #212 from lawwm/Final-changes-branch
lawwm Apr 10, 2022
0f9ae80
Update to reduce page length
bakano98 Apr 10, 2022
650477b
Merge pull request #213 from bakano98/administrative-stuff2
bakano98 Apr 10, 2022
2e21fcd
Fix formatting
bakano98 Apr 10, 2022
b0612a9
Merge pull request #214 from bakano98/administrative-stuff2
bakano98 Apr 10, 2022
4f124bb
Update responsibility
fantablack Apr 10, 2022
d9419fd
Merge pull request #215 from fantablack/add-fantablack-info
fantablack Apr 10, 2022
c5d0717
Draft for appendix effort
bakano98 Apr 10, 2022
7d62c8f
Add EOF
bakano98 Apr 10, 2022
06368ed
Update developer guide
Apr 10, 2022
c0fd289
Merge pull request #210 from Btaykb/final-update-DG
lawwm Apr 10, 2022
b48c9f8
Update effort
Apr 10, 2022
5eef143
Updated Developer Guide
junlee1991 Apr 10, 2022
a3aa98a
Updated PPP
junlee1991 Apr 10, 2022
dc736e1
Removed outdated images
junlee1991 Apr 10, 2022
47dc1f9
Updated Images
junlee1991 Apr 10, 2022
5bace36
Code Cleanup
junlee1991 Apr 10, 2022
557898c
Update to reviews
junlee1991 Apr 10, 2022
302aa32
Corrected Error in PR number
junlee1991 Apr 10, 2022
afae1a6
Updated puml files for DG
junlee1991 Apr 10, 2022
b55bd5f
Corrected Error in PR number
junlee1991 Apr 10, 2022
71aa664
Update typo in description and removed extra whitespace
junlee1991 Apr 10, 2022
93bfd0f
Resolve errors in puml files
junlee1991 Apr 10, 2022
9d6235c
Remove unnecessary credit
Apr 11, 2022
142cab6
Merge pull request #216 from bakano98/administrative-stuff2
bakano98 Apr 11, 2022
4810b60
Merge pull request #219 from lawwm/Minor-PPP-branch
bakano98 Apr 11, 2022
155432c
Fix merge conflict
Apr 11, 2022
1b9502c
Fix merge conflicts
Apr 11, 2022
44d7777
Update PPP to comply with 2 page limit
fantablack Apr 11, 2022
3724574
Merge pull request #220 from fantablack/add-fantablack-info
fantablack Apr 11, 2022
01ebea0
Merge pull request #217 from lawwm/Final-changes-branch
bakano98 Apr 11, 2022
216abe8
Merge branch 'master' into Julio-Doc-and-Code-Cleanup
Apr 11, 2022
0a492e1
Update DG
fantablack Apr 11, 2022
aa0c738
Revert UndoCommand
junlee1991 Apr 11, 2022
765b879
Revert RedoableCommand
junlee1991 Apr 11, 2022
978f666
Fix code and diagrams
Apr 11, 2022
823c0ff
Merge branch 'Julio-Doc-and-Code-Cleanup' of https://github.com/junle…
Apr 11, 2022
9935713
Remove figma mockup
bakano98 Apr 11, 2022
42f5a9b
Merge branch 'administrative-stuff2' of https://github.com/bakano98/t…
bakano98 Apr 11, 2022
68303a9
Fix typo, reformat PPP
bakano98 Apr 11, 2022
1f65b6c
Merge pull request #222 from bakano98/administrative-stuff2
bakano98 Apr 11, 2022
0ed24b2
Fix formatting for index.md
bakano98 Apr 11, 2022
f71a669
Merge pull request #223 from bakano98/administrative-stuff2
bakano98 Apr 11, 2022
69ad65c
Fix diagram errors
Apr 11, 2022
7d037d5
Remove redundant logic class diagram
Apr 11, 2022
050a540
Merge pull request #221 from fantablack/add-fantablack-info
fantablack Apr 11, 2022
08f6099
Fix typo
Apr 11, 2022
d9335e8
Update DG for undo/redo
Apr 11, 2022
f300122
Update UndoRedo image
bakano98 Apr 11, 2022
0f06129
Fix wrong link
Btaykb Apr 11, 2022
2567c7f
Merge pull request #224 from Btaykb/update-PPP
Btaykb Apr 11, 2022
71c59a6
Update for consistency when referencing undo/redo stacks
bakano98 Apr 11, 2022
f2967d0
Merge pull request #218 from junlee1991/Julio-Doc-and-Code-Cleanup
Btaykb Apr 11, 2022
5ae8908
Update pr number
junlee1991 Apr 11, 2022
c817a52
Merge pull request #225 from junlee1991/Julio-Doc-and-Code-Cleanup
junlee1991 Apr 11, 2022
4f30c0a
Add one more line
Apr 11, 2022
bdfcd7e
Merge pull request #226 from lawwm/final-minute-ppp-branch
lawwm Apr 11, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 18 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
[![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/AY2122S2-CS2103T-T13-4/tp/branch/master/graph/badge.svg?token=7ST0L6C9AY)](https://codecov.io/gh/AY2122S2-CS2103T-T13-4/tp)
[![CI Status](https://github.com/AY2122S2-CS2103T-T13-4/tp/workflows/Java%20CI/badge.svg)](https://github.com/AY2122S2-CS2103T-T13-4/tp/actions)

## ModuleMateFinder
![Ui](docs/images/Ui.png)
Ever find it difficult to keep track of what modules your friends are taking?
Want to form groups with friends for certain modules, but don't know what they are taking?

* This is **a sample project for Software Engineering (SE) students**.<br>
Example usages:
* as a starting point of a course project (as opposed to writing everything from scratch)
* as a case study
* The project simulates an ongoing software project for a desktop application (called _AddressBook_) used for managing contact details.
* It is **written in OOP fashion**. It provides a **reasonably well-written** code base **bigger** (around 6 KLoC) than what students usually write in beginner-level SE modules, without being overwhelmingly big.
* It comes with a **reasonable level of user and developer documentation**.
* It is named `AddressBook Level 3` (`AB3` for short) because it was initially created as a part of a series of `AddressBook` projects (`Level 1`, `Level 2`, `Level 3` ...).
* For the detailed documentation of this project, see the **[Address Book Product Website](https://se-education.org/addressbook-level3)**.
* This project is a **part of the se-education.org** initiative. If you would like to contribute code to this project, see [se-education.org](https://se-education.org#https://se-education.org/#contributing) for more info.

Worry not! With ModuleMateFinder, you can:
1) Add friends into ModuleMateFinder, and their contact details
2) Keep track of what modules they are taking
3) Favourite people who you want to work with the most
4) Blacklist people who you want to **avoid** working with
5) Find people by the modules they are taking
6) Many more...


- Head over to the [User Guide](https://ay2122s2-cs2103t-t13-4.github.io/tp/UserGuide.html) to find out more

**This project is based on the AddressBook-Level3 project created by the [SE-EDU initiative](https://se-education.org).**
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
theme: jekyll-theme-slate
6 changes: 5 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,11 @@ dependencies {
}

shadowJar {
archiveName = 'addressbook.jar'
archiveName = 'modulematefinder.jar'
}

run {
enableAssertions = true
}

defaultTasks 'clean', 'test'
50 changes: 26 additions & 24 deletions docs/AboutUs.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,51 +9,53 @@ You can reach us at the email `seer[at]comp.nus.edu.sg`

## Project team

### John Doe
### Bryan Tan Jing Kai

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

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

* Role: Project Advisor
* Role: Developer
* Responsibilities: Developer

### Jane Doe
### Benjamin Tay Keck Bin

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

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

* Role: Team Lead
* Responsibilities: UI
* Role: Developer
* Responsibilities: Code, Documentation

### Johnny Doe
### Julio Harjo

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

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

* Role: Developer
* Responsibilities: Data

### Jean Doe
### Wei Jie

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

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

* Role: Developer
* Responsibilities: Dev Ops + Threading
* Responsibilities: GUI, features enhancement

### Law Wei Ming

### James Doe
<img src="images/lawwm.png" width="200px">

<img src="images/johndoe.png" width="200px">
[[github](http://github.com/lawwm)]
[[portfolio](team/lawwm.md)]

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

* Role: Developer
* Responsibilities: UI
729 changes: 647 additions & 82 deletions docs/DeveloperGuide.md

Large diffs are not rendered by default.

Loading