Skip to content

Commit

Permalink
Changes to AboutUs.adoc and ContactUs.adoc (#29)
Browse files Browse the repository at this point in the history
* Made changes to fit team's scope.

* Added AddCommands and DeleteCommands.

* Added Edit Commands

* Added List and View commands.

* Corrected repoUrl

* Made changes to follow Joshua's implementations. Contains vaguely-implemented methods.

* Changed parameters from EntityList to Model. Made some changes to follow Joshua's implementations.

* Moved ENTITY_TYPE to a static constant stored in CliSyntax.

* Updated code to use viewMinimal() and viewDetailed().

* Minor changes

* Implemented potential ways of executing each Participant command.

* Merge from upstream

* Updated code to use Model#updateParticipant's return value.

* Removed Commands associated with Issues.

* Removed Commands associated with Issues.

(cherry picked from commit cef6975)

* Imported Entities and other objects.

* Updated AboutUs.adoc and ContactUs.adoc
  • Loading branch information
john0227 authored and hcwong committed Oct 3, 2019
1 parent c1bf3a8 commit ff91bb2
Show file tree
Hide file tree
Showing 11 changed files with 33 additions and 29 deletions.
57 changes: 30 additions & 27 deletions docs/AboutUs.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,53 +4,56 @@
:imagesDir: images
:stylesDir: stylesheets

AddressBook - Level 3 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.}_ +
AddressBook3 (AB3) was developed by the https://se-edu.github.io/docs/Team.html[se-edu] team. +
AB3 is to be morphed into Alfred - an app that is to be used by Hackathon HR managers to manage
their events. This project was developed by group F11 of CS2103T. Our team repo can be found
https://github.com/AY1920S1-CS2103T-F11-1/main[here]. +
{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>>]
=== Abhiman Yadav
image::Abhiman2211.png[width="150", align="left"]
{empty}[http://github.com/Abhiman2211[github]] [<<johndoe#, portfolio>>]

Role: Project Advisor
Role: Product Design +
Responsibilities: Parser

'''

=== John Roe
image::lejolly.jpg[width="150", align="left"]
{empty}[http://github.com/lejolly[github]] [<<johndoe#, portfolio>>]
=== Brian Yen
image::brianyenna.png[width="150", align="left"]
{empty}[http://github.com/brianyenna[github]] [<<johndoe#, portfolio>>]

Role: Team Lead +
Responsibilities: UI
Role: Documentation +
Responsibilities: Storage

'''

=== Johnny Doe
image::yijinl.jpg[width="150", align="left"]
{empty}[http://github.com/yijinl[github]] [<<johndoe#, portfolio>>]
=== Joanna Yap
image::Joanna-YJA.png[width="150", align="left"]
{empty}[http://github.com/Joanna-YJA[github]] [<<johndoe#, portfolio>>]

Role: Developer +
Responsibilities: Data
Role: Quality Assurance +
Responsibilities: UI

'''

=== Johnny Roe
image::m133225.jpg[width="150", align="left"]
{empty}[http://github.com/m133225[github]] [<<johndoe#, portfolio>>]
=== John Min
image::john0227.png[width="150", align="left"]
{empty}[http://github.com/john0227[github]] [<<johndoe#, portfolio>>]

Role: Developer +
Responsibilities: Dev Ops + Threading
Role: Code Quality +
Responsibilities: Command

'''

=== Benson Meier
image::yl_coder.jpg[width="150", align="left"]
{empty}[http://github.com/yl-coder[github]] [<<johndoe#, portfolio>>]
=== Joshua Wong
image::hcwong.png[width="150", align="left"]
{empty}[http://github.com/hcwong[github]] [<<johndoe#, portfolio>>]

Role: Developer +
Responsibilities: UI
Role: Project Management + Git Master +
Responsibilities: Model + Entity

'''
'''
5 changes: 3 additions & 2 deletions docs/ContactUs.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
:site-section: ContactUs
:stylesDir: stylesheets

* *Bug reports, Suggestions* : Post in our https://github.com/se-edu/addressbook-level3/issues[issue tracker] if you noticed bugs or have suggestions on how to improve.
* *Bug reports, Suggestions* : Post in our https://github.com/AY1920S1-CS2103T-F11-1/main/issues[issue tracker]
if you noticed bugs or have suggestions on how to improve Alfred.
* *Contributing* : We welcome pull requests. Follow the process described https://github.com/oss-generic/process[here]
* *Email us* : You can also reach us at `damith [at] comp.nus.edu.sg`
* *Email us* : You can also reach us through mailto:kyungho.min@u.nus.edu[this email]
Binary file added docs/images/Abhiman2211.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/brianyenna.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/hcwong.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/joanna-YJA.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/john0227.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/images/lejolly.jpg
Binary file not shown.
Binary file removed docs/images/m133225.jpg
Binary file not shown.
Binary file removed docs/images/yijinl.jpg
Binary file not shown.
Binary file removed docs/images/yl_coder.jpg
Binary file not shown.

0 comments on commit ff91bb2

Please sign in to comment.