-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[W17-1] ResuMaker #76
base: master
Are you sure you want to change the base?
Changes from 17 commits
3f844ab
ef5e424
4de06a1
de2316c
4fe9d5d
9c51077
7c932a4
1e8a11e
eb9587c
025fa73
8b42136
fb93fee
53fcffc
4c3625b
1cf234f
5d8938a
0d3b7e2
5284623
43706e2
91153d4
68e649a
a5d5e68
d1d22fc
b143570
9561398
4cf6c09
97b806c
72d36d5
3e55adc
00cba10
d35111f
8f4efa9
4963d1a
fa296be
96a8cff
d85a32f
cabc0be
37e8911
2395f33
7e8a6f8
2ed81d7
bc3c20b
0fe02d1
92fe553
52ee086
b273ccc
5a5fdab
5aebd28
16d6428
2a98428
2e24871
eb85ec5
40e4fd2
3520212
81afa36
aaa978a
19ff7be
a67bb24
4dc5097
36c0486
455e0d1
f27ee07
79627e4
1e2a84e
1df4cbd
fcac756
1bdc9bf
712570e
2c65a4e
71fd234
8833ecc
7f29757
e67be4a
545166e
efe9ffd
16eb2ff
c503f38
0621223
33e7629
1760b74
326fb03
13df940
f7b9a9b
a2b0189
75f00a0
bcac9e9
74110be
a32d8d9
ca778ba
6db0b5a
877b313
90a5878
5a328b0
120d90c
c486e06
c88c743
45d1df5
f4ea783
08879b8
d6a9434
0599da2
f59e486
e3509a0
6c1a110
6ce9ad1
dc49728
51488d1
499100f
cd2d847
c5301a9
b05bd17
f89fa72
7b25b25
dd6271c
9b86b71
f6d011c
4063e95
6612935
672df4b
a13f3dc
047ebf9
2ab706b
cc59678
8b232fc
4f5e13f
8600198
f60dcef
610e5f6
47fb9c5
2ea65e3
0499ecf
b1109c5
8034209
0fc1f32
bcb38a7
8272c4c
e003537
1a1b5f7
b14f238
c00c6bf
996db0a
a82985a
5e6956f
a54d355
2b89625
493441c
34e215b
4ce29f8
9949202
858be96
95a98f6
c40ea43
37b823e
34647c5
0a586e9
311b846
4b94aca
18d5cf9
0fde89c
4d189ac
8ba49c5
17bbaac
2d21525
968ca50
c2b7db8
2a29835
8133f7c
f3bf0fa
c4fcf9a
4c48da4
b642e1f
0ea7f98
cf893fa
334be0b
17e51cb
833f6a9
b221d60
59b5f83
745bdc6
09ac691
acda177
039a743
9690a6c
0861c05
4174a50
a54f6a6
7c68634
db20f22
e797375
d544dfe
5da894b
91f100c
5c796b7
fe3f426
d2f91d4
07adcfb
3ab788d
91faa97
893ca54
14418e9
adee6a6
a36087a
95ae67f
016b6ad
ba69d6b
623594a
4f7a19e
6fb4afa
541e513
a13e63b
b48a917
ffba3eb
6b94d5a
8f922be
006e271
b914901
b9b448b
d34f376
4ee4f1a
e193221
41b9800
fdb61da
7d403e6
5de3817
8c08c1b
2e64563
0109d6a
b73a389
3fd470f
9d35cc3
229eb9c
471ce56
05cf0c7
9d68acf
494ff33
6738100
7d110d7
6276bb7
9ca19a0
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
= Address Book (Level 4) | ||
= ResuMaker | ||
|
||
ifdef::env-github,env-browser[:relfileprefix: docs/] | ||
|
||
https://travis-ci.org/se-edu/addressbook-level4[image:https://travis-ci.org/se-edu/addressbook-level4.svg?branch=master[Build Status]] | ||
https://travis-ci.org/CS2103-AY1819S1-W17-1/main[image:https://travis-ci.org/CS2103-AY1819S1-W17-1/main.svg?branch=master["Build Status", link="https://travis-ci.org/CS2103-AY1819S1-W17-1/main"]] | ||
https://ci.appveyor.com/project/damithc/addressbook-level4[image:https://ci.appveyor.com/api/projects/status/3boko2x2vr5cc3w2?svg=true[Build status]] | ||
https://coveralls.io/github/se-edu/addressbook-level4?branch=master[image:https://coveralls.io/repos/github/se-edu/addressbook-level4/badge.svg?branch=master[Coverage Status]] | ||
https://www.codacy.com/app/damith/addressbook-level4?utm_source=github.com&utm_medium=referral&utm_content=se-edu/addressbook-level4&utm_campaign=Badge_Grade[image:https://api.codacy.com/project/badge/Grade/fc0b7775cf7f4fdeaf08776f3d8e364a[Codacy Badge]] | ||
|
@@ -15,13 +16,8 @@ ifndef::env-github[] | |
image::images/Ui.png[width="600"] | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Try to update this image with a UI mockup of your final product. |
||
endif::[] | ||
|
||
* This is a desktop Address Book application. It has a GUI but most of the user interactions happen using a CLI (Command Line Interface). | ||
* It is a Java sample application intended for students learning Software Engineering while using Java as the main programming language. | ||
* It is *written in OOP fashion*. It provides a *reasonably well-written* code example that is *significantly bigger* (around 6 KLoC)than what students usually write in beginner-level SE modules. | ||
* What's different from https://github.com/se-edu/addressbook-level3[level 3]: | ||
** A more sophisticated GUI that includes a list panel and an in-built Browser. | ||
** More test cases, including automated GUI testing. | ||
** Support for _Build Automation_ using Gradle and for _Continuous Integration_ using Travis CI. | ||
* This is a desktop Resume Generator application. It has a GUI but most of the user interactions happen using a CLI (Command Line Interface). | ||
* It is a easy to use, flexible and SoC aware resume generator, meant for students at the School of Computing. | ||
|
||
== Site Map | ||
|
||
|
@@ -36,5 +32,6 @@ endif::[] | |
* Some parts of this sample application were inspired by the excellent http://code.makery.ch/library/javafx-8-tutorial/[Java FX tutorial] by | ||
_Marco Jakob_. | ||
* Libraries used: https://github.com/TestFX/TestFX[TextFX], https://bitbucket.org/controlsfx/controlsfx/[ControlsFX], https://github.com/FasterXML/jackson[Jackson], https://github.com/google/guava[Guava], https://github.com/junit-team/junit5[JUnit5] | ||
* Adapted from: https://github.com/nus-cs2103-AY1819S1/addressbook-level4[AddressBook Level 4] | ||
|
||
== Licence : link:LICENSE[MIT] |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,53 +4,44 @@ | |
:imagesDir: images | ||
:stylesDir: stylesheets | ||
|
||
AddressBook - Level 4 was developed by the https://se-edu.github.io/docs/Team.html[se-edu] team. + | ||
_{The dummy content given below serves as a placeholder to be used by future forks of the project.}_ + | ||
ResuMaker was developed by the https://github.com/CS2103-AY1819S1-W17-1[CS2103-W-17-1] team. + | ||
|
||
{empty} + | ||
We are a team based in the http://www.comp.nus.edu.sg[School of Computing, National University of Singapore]. | ||
|
||
== Project Team | ||
|
||
=== John Doe | ||
image::damithc.jpg[width="150", align="left"] | ||
{empty}[http://www.comp.nus.edu.sg/~damithch[homepage]] [https://github.com/damithc[github]] [<<johndoe#, portfolio>>] | ||
|
||
Role: Project Advisor | ||
=== Anubhav | ||
image::anubh-v.jpg[width="150", align="left"] | ||
{empty}[https://github.com/anubh-v[github]] [<<johndoe#, portfolio>>] | ||
|
||
Role: SoC Awareness | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Try to allocate the different components of the codebase amongst your team members as well. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Also, it would be good to assign a person to be There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. As mentioned in the Tutorial, assign team members to the different components of your application |
||
''' | ||
|
||
=== John Roe | ||
image::lejolly.jpg[width="150", align="left"] | ||
{empty}[http://github.com/lejolly[github]] [<<johndoe#, portfolio>>] | ||
|
||
Role: Team Lead + | ||
Responsibilities: UI | ||
=== Jiang Hengyuan | ||
image::jhengy.jpeg[width="150", align="left"] | ||
{empty}[https://github.com/jhengy[github]] [<<johndoe#, portfolio>>] | ||
|
||
Role: Data Management | ||
''' | ||
|
||
=== Johnny Doe | ||
image::yijinl.jpg[width="150", align="left"] | ||
{empty}[http://github.com/yijinl[github]] [<<johndoe#, portfolio>>] | ||
|
||
Role: Developer + | ||
Responsibilities: Data | ||
=== Marvin Tan Xu Dong | ||
image::marvintxd.png[width="150", align="left"] | ||
{empty}[http://github.com/marvintxd[github]] [<<johndoe#, portfolio>>] | ||
|
||
Role: Resume Configuration Management | ||
''' | ||
|
||
=== Johnny Roe | ||
image::m133225.jpg[width="150", align="left"] | ||
{empty}[http://github.com/m133225[github]] [<<johndoe#, portfolio>>] | ||
|
||
Role: Developer + | ||
Responsibilities: Dev Ops + Threading | ||
=== Ong Shu Peng | ||
image::ongspxm.jpeg[width="150", align="left"] | ||
{empty}[http://github.com/ongspxm[github]] [<<johndoe#, portfolio>>] | ||
|
||
Role: Data Filtering | ||
''' | ||
|
||
=== Benson Meier | ||
image::yl_coder.jpg[width="150", align="left"] | ||
{empty}[http://github.com/yl-coder[github]] [<<johndoe#, portfolio>>] | ||
|
||
Role: Developer + | ||
Responsibilities: UI | ||
=== Gu Wangfan | ||
image::scalarmotion.png[width="150", align="left"] | ||
{empty}[http://github.com/scalarmotion[github]] [<<johndoe#, portfolio>>] | ||
|
||
Role: Resume Generation | ||
''' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update links ASAP!!