Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
351 commits
Select commit Hold shift + click to select a range
0b86be3
Fix missing functions
SheYuting Mar 19, 2025
1dc72d4
Fix checkstyle issues
SheYuting Mar 19, 2025
3894f86
Fix some CovTests
SheYuting Mar 19, 2025
91903a3
Add more changes to AddCommandParserTest
SheYuting Mar 19, 2025
a251ae6
Fix bugs in EditPersonDescriptorTest
zlllllr Mar 19, 2025
a3eee24
Change inconsistent name and content
zlllllr Mar 19, 2025
1f0392e
Merge pull request #50 from SheYuting/branch-update-tests
quantin96 Mar 20, 2025
27d8de0
Merge pull request #52 from zlllllr/branch-update-editcommandtest
quantin96 Mar 20, 2025
84b63b3
Update LogicManagerTest.java
quantin96 Mar 20, 2025
2f1fdbe
Rearrange imports
quantin96 Mar 20, 2025
ebb2570
Merge pull request #54 from quantin96/branch-misc-tests
quantin96 Mar 20, 2025
45266b0
Update Edit Command
quantin96 Mar 20, 2025
c116eb3
Fix checkstyle
quantin96 Mar 20, 2025
f057354
Merge pull request #56 from quantin96/branch-edit-subjects
quantin96 Mar 20, 2025
dcf2992
edit doc for mvp version
Mar 20, 2025
07958e1
Merge pull request #57 from subiloble/branch-doc-edit
subiloble Mar 20, 2025
7bc9a53
Update app name
quantin96 Mar 20, 2025
016adbc
Merge pull request #58 from quantin96/branch-update-appname
quantin96 Mar 20, 2025
c241f96
Update UserGuide
SheYuting Mar 20, 2025
bf5232a
Update UG for MVP
quantin96 Mar 20, 2025
e9ce97d
Merge pull request #59 from SheYuting/branch-user-guide-yt
SheYuting Mar 20, 2025
991d519
Merge branch 'master' into branch-update-UG-MVP
quantin96 Mar 20, 2025
073e655
Merge pull request #61 from quantin96/branch-update-UG-MVP
quantin96 Mar 20, 2025
64e642a
Update build file
quantin96 Mar 20, 2025
d4a216e
Minor changes
quantin96 Mar 20, 2025
21c3b98
Merge pull request #62 from quantin96/branch-MVP-build
quantin96 Mar 20, 2025
6172cbf
Add MVP images for Release Note
quantin96 Mar 20, 2025
5ec931e
Merge pull request #63 from quantin96/branch-MVP-images
quantin96 Mar 20, 2025
b4353d4
Add undo command
Mar 23, 2025
52cbb61
Update tests for undo
Mar 24, 2025
af6349e
Update test coverage for command parser
Mar 24, 2025
dfe0f6c
Merge pull request #64 from subiloble/branch-undo
subiloble Mar 24, 2025
5d85048
update view command to enable multiple filters
Mar 24, 2025
c0a05b9
Checkstyle changes
Mar 24, 2025
ff5c72f
Update to pass checkstyle
Mar 24, 2025
fd85a4f
Add support for ArchiveCommand
zlllllr Mar 24, 2025
ae87aa0
Modify delete command
SheYuting Mar 24, 2025
e083500
Fix checkstyle
SheYuting Mar 24, 2025
00042a9
Fix checkstyle issues
SheYuting Mar 24, 2025
b126c4e
Merge pull request #67 from SheYuting/branch-delete-command
SheYuting Mar 24, 2025
e6622fe
Add support to unarchive and corresponding parsers
zlllllr Mar 24, 2025
df2aff5
Include gender section
SheYuting Mar 24, 2025
f3dc07d
Update tests
SheYuting Mar 24, 2025
ec3562b
Remove unused imports
SheYuting Mar 24, 2025
9630cb1
Merge pull request #66 from subiloble/branch-view-multiple
subiloble Mar 25, 2025
197cfdc
Modify tests
SheYuting Mar 25, 2025
85bf687
Fix more tests
SheYuting Mar 25, 2025
bfea287
Merge pull request #69 from SheYuting/branch-add-gender
SheYuting Mar 25, 2025
de6547a
Adapt archive status to storage
zlllllr Mar 25, 2025
294175e
Merge branch 'master' into branch-add-archive-mark-command
zlllllr Mar 25, 2025
8e446ff
Fix bugs
zlllllr Mar 25, 2025
7314bed
Change style
zlllllr Mar 25, 2025
70fea33
Change style
zlllllr Mar 25, 2025
a5e25b9
Change code style
zlllllr Mar 25, 2025
0a190b9
Add stats command
SheYuting Mar 25, 2025
d50abb6
Fix bugs
zlllllr Mar 25, 2025
9cd30e7
Update tests
SheYuting Mar 25, 2025
1c8473b
Remove redundant tests
SheYuting Mar 25, 2025
9436ba4
Merge pull request #74 from SheYuting/branch-stats-command
SheYuting Mar 25, 2025
ff7e713
Update tests
zlllllr Mar 25, 2025
a886c81
Merge branch 'master' into branch-add-archive-unarchive-command
zlllllr Mar 25, 2025
ac0b4bc
Merge pull request #72 from zlllllr/branch-add-archive-unarchive-command
zlllllr Mar 25, 2025
94e1172
Add support to show archive people and fix bugs
zlllllr Mar 26, 2025
512b3ad
Add tests for archive related classes
zlllllr Mar 26, 2025
d787498
Change style
zlllllr Mar 26, 2025
6603868
Merge pull request #76 from zlllllr/branch-add-show-archive-and-test
zlllllr Mar 26, 2025
4875e26
Implement Mark feature
quantin96 Mar 26, 2025
915727c
Merge branch 'master' into branch-mark-command
quantin96 Mar 26, 2025
92ac649
Minor changes
quantin96 Mar 26, 2025
d7a03c9
Update PersonTest.java
quantin96 Mar 26, 2025
5d6f438
Implement Finish and Unfinish subject feature
quantin96 Mar 27, 2025
89202c1
Update mistake report
SheYuting Mar 27, 2025
284cebc
Add JavaDoc comments
quantin96 Mar 27, 2025
bee83f7
Fix checkstyle
SheYuting Mar 27, 2025
60ff94b
Fix failing tests
SheYuting Mar 27, 2025
4a02824
Merge pull request #81 from SheYuting/branch-stats-command
SheYuting Mar 27, 2025
40e0abd
Merge branch 'master' into branch-mark-command
quantin96 Mar 27, 2025
46199f7
Add tests
quantin96 Mar 27, 2025
adddbad
Checkstyle changes
quantin96 Mar 27, 2025
214265a
Merge pull request #78 from quantin96/branch-mark-command
quantin96 Mar 27, 2025
5784ec1
Merge branch 'master' into branch-finish-command
quantin96 Mar 27, 2025
b8c42b2
Update tests
quantin96 Mar 27, 2025
213a60c
Add tests
quantin96 Mar 27, 2025
426416e
Checkstyle changes
quantin96 Mar 27, 2025
f9eef6b
Add more tests
quantin96 Mar 27, 2025
9cc327a
Checkstyle changes
quantin96 Mar 27, 2025
d42d887
Merge pull request #80 from quantin96/branch-finish-command
quantin96 Mar 27, 2025
da09c26
Update view to enable filter by gender
Mar 27, 2025
a9f19a6
Merge pull request #82 from subiloble/branch-view-by-gender
subiloble Mar 27, 2025
81db81d
Modify Edit Command
quantin96 Mar 27, 2025
5dd4afd
test filter predicate
Mar 27, 2025
51d0e9b
Merge pull request #83 from quantin96/branch-consistency-alpha
quantin96 Mar 27, 2025
e8d4605
update checkstyle
Mar 27, 2025
e5554c8
update more checkstyle
Mar 27, 2025
ca5dc35
UG Changes
quantin96 Mar 27, 2025
4bf288c
Update import statements
Mar 27, 2025
3c615b6
Update checkstyles
Mar 27, 2025
d742d98
Update more imports
Mar 27, 2025
ca2e4f3
Update more imports
Mar 27, 2025
f3ea4dc
Merge pull request #84 from subiloble/branch-more-tests
subiloble Mar 27, 2025
faf1510
Merge branch 'master' into branch-consistency-alpha
quantin96 Mar 27, 2025
c71295f
Add images
quantin96 Mar 27, 2025
1b68386
Merge pull request #85 from quantin96/branch-consistency-alpha
quantin96 Mar 27, 2025
c5b99f7
resolved conflicts
tayhhwillie Mar 28, 2025
bfbfcfd
minor changes to colors and autocomplete func
tayhhwillie Mar 28, 2025
9cd1e47
added stats GUI feature from nav bar
tayhhwillie Mar 28, 2025
6b82098
tidied up after theme, statwindow, hinter functions
tayhhwillie Mar 28, 2025
877d9d8
reverted build.gradle
tayhhwillie Mar 28, 2025
5915571
Enhance hinter to support dynamic commands and parameters
tayhhwillie Mar 28, 2025
bf15713
Remove trailing whitespaces for test
tayhhwillie Mar 28, 2025
b29d51c
Edit for CheckStyle
tayhhwillie Mar 28, 2025
5e49854
Edit for Checkstyle
tayhhwillie Mar 28, 2025
0ee3a1a
Edit for Checkstyle
tayhhwillie Mar 28, 2025
d7e22cf
Edit for Checkstyle
tayhhwillie Mar 28, 2025
bebe337
Edit for Checkstyle
tayhhwillie Mar 28, 2025
945bd3d
Edit for Checkstyle
tayhhwillie Mar 29, 2025
323fb3a
Remove comments
tayhhwillie Mar 29, 2025
7ba9d33
Update user guide
Mar 30, 2025
8171278
Update undo command
Mar 30, 2025
34871da
Update assert statement
Mar 30, 2025
16192e1
Update checkstyle
Mar 30, 2025
e182b20
Merge pull request #92 from subiloble/branch-user-guide
subiloble Mar 30, 2025
81410f9
Merge pull request #93 from subiloble/branch-improve-undo-assert
subiloble Mar 30, 2025
b684976
Update filter logic
Mar 31, 2025
01a15dd
Update user guide
Mar 31, 2025
b9d2a09
Merge pull request #96 from subiloble/branch-bug-fix-phone-email
subiloble Mar 31, 2025
dd79a42
Update view to fix alpha bug about archived status
Mar 31, 2025
fd28ac2
More tests
Mar 31, 2025
7c2d4a4
Update user guide
Mar 31, 2025
1ede343
Merge pull request #100 from subiloble/branch-view-archive
subiloble Mar 31, 2025
d5ed18e
Fix undo multiple
Mar 31, 2025
6453d50
Update checkstyle
Mar 31, 2025
971207a
Fix tests
Mar 31, 2025
948d7c3
Fix checkstyle import
Mar 31, 2025
aa2540b
Update User Guide.
Mar 31, 2025
d09d5ab
Merge pull request #101 from subiloble/branch-undo-multiple
subiloble Mar 31, 2025
157c02c
Merge branch 'master' into branch-add-archive-notification
zlllllr Mar 31, 2025
daff6a0
Add message shows which list is been shown after archive command
zlllllr Mar 31, 2025
003022d
Add notification after unarchive command
zlllllr Mar 31, 2025
40243d0
Fix wording problems
SheYuting Mar 31, 2025
20b60d4
Change to the userguide
SheYuting Mar 31, 2025
e90017e
Add check when archiving person
zlllllr Apr 1, 2025
268cc11
Add check for unarchive command
zlllllr Apr 1, 2025
4f31488
Fix bugs in test
zlllllr Apr 1, 2025
1180c9e
Not allow edit archived person
zlllllr Apr 1, 2025
c12e28e
Update test
zlllllr Apr 1, 2025
730976a
Merge pull request #111 from SheYuting/branch-fix-bug
SheYuting Apr 1, 2025
e35e011
Merge pull request #112 from SheYuting/branch-user-guide
SheYuting Apr 1, 2025
aa1b87f
Merge branch 'master' into branch-add-unarchive-notification
zlllllr Apr 1, 2025
87f0243
Update UML diagram
SheYuting Apr 1, 2025
cebc3d7
Merge pull request #118 from SheYuting/branch-UML-diagram
SheYuting Apr 1, 2025
9779f63
Rename AB to Mentorstack
SheYuting Apr 1, 2025
220d941
Merge pull request #120 from SheYuting/branch-UML-diagram
SheYuting Apr 1, 2025
f7c7f26
Update Stats UML
SheYuting Apr 1, 2025
47b4ebb
Merge pull request #123 from SheYuting/branch-UML-diagram
SheYuting Apr 1, 2025
cab1ab9
Merge branch 'master' into branch-add-unarchive-notification
zlllllr Apr 2, 2025
d5dd83d
Merge pull request #108 from zlllllr/branch-add-unarchive-notification
zlllllr Apr 2, 2025
181d132
Merge branch 'master' into branch-not-allow-edit-after-archive
zlllllr Apr 2, 2025
d484556
Merge pull request #114 from zlllllr/branch-not-allow-edit-after-archive
zlllllr Apr 2, 2025
1eae282
Merge branch 'master' into branch-not-allow-archive-twice
zlllllr Apr 2, 2025
a2fddda
Merge pull request #113 from zlllllr/branch-not-allow-archive-twice
zlllllr Apr 2, 2025
28f6920
Update DG
zlllllr Apr 2, 2025
0b9dc9c
Update UserGuide
zlllllr Apr 2, 2025
d8358c9
Add UML for archiveCommand
zlllllr Apr 3, 2025
8e3bced
Fix alpha bugs
quantin96 Apr 3, 2025
76eb059
Add tests
quantin96 Apr 3, 2025
e781611
Merge pull request #131 from quantin96/branch-alpha-bugfix
quantin96 Apr 3, 2025
7bf2ac3
Update UML for archive command
zlllllr Apr 3, 2025
ef361c7
Merge branch 'master' into branch-update-UGDG-UML
zlllllr Apr 3, 2025
2b585a6
Update checkstyle
zlllllr Apr 3, 2025
a000f3f
Merge pull request #132 from zlllllr/branch-update-UGDG-UML
zlllllr Apr 3, 2025
669dd8e
Update add command with logging
SheYuting Apr 3, 2025
0617781
Update delete command with logging
SheYuting Apr 3, 2025
1082e1c
Update stats command with logging
SheYuting Apr 3, 2025
13e2bae
Add Logging for AddCommandParser
SheYuting Apr 3, 2025
c27a752
Add Logging for DeleteCommandParser
SheYuting Apr 3, 2025
89978cf
Add Logging for StatsCommandParser
SheYuting Apr 3, 2025
a050167
Fix checkstyle
SheYuting Apr 3, 2025
92ee4b8
Merge branch 'master' into branch-logging
SheYuting Apr 3, 2025
74a078f
Fix delete command test
SheYuting Apr 3, 2025
36867aa
Update tests
SheYuting Apr 3, 2025
b431f94
Merge pull request #87 from ioubread/statswindow
quantin96 Apr 3, 2025
48db442
Merge branch 'master' into branch-logging
SheYuting Apr 3, 2025
17533bc
Merge pull request #133 from SheYuting/branch-logging
SheYuting Apr 3, 2025
d8c7342
Fix finished subject marker
quantin96 Apr 3, 2025
d6c9f32
Colour changes
quantin96 Apr 3, 2025
090e16c
Merge pull request #136 from quantin96/branch-theme-fixes
quantin96 Apr 3, 2025
b845cd2
Fix undo bug for Mark and Unmark commands
quantin96 Apr 3, 2025
61b7299
Checkstyle fix
quantin96 Apr 3, 2025
80ea2d4
Merge pull request #137 from quantin96/branch-undo-fix
quantin96 Apr 3, 2025
483e35e
UML changes
quantin96 Apr 3, 2025
5862e65
UG updates
quantin96 Apr 3, 2025
256258e
Update DG
quantin96 Apr 3, 2025
45ef565
Merge pull request #138 from quantin96/branch-uml
quantin96 Apr 3, 2025
96ff2bc
UG page breaks
quantin96 Apr 3, 2025
c68ad20
Merge pull request #139 from quantin96/branch-uml
quantin96 Apr 3, 2025
5410777
UG page breaks
quantin96 Apr 3, 2025
3679095
Merge pull request #140 from quantin96/branch-uml
quantin96 Apr 3, 2025
6c8f927
DG updates
quantin96 Apr 3, 2025
e7a5ecd
Site updates
quantin96 Apr 3, 2025
682c18c
Merge pull request #141 from quantin96/branch-uml
quantin96 Apr 3, 2025
d937791
Update undo implementation
Apr 3, 2025
339b023
Update checkstyle
Apr 3, 2025
b87693a
Merge pull request #142 from subiloble/branch-developer-guide
subiloble Apr 3, 2025
4c0cbb0
Update use cases and fix bugs
Apr 3, 2025
52facaf
Merge pull request #143 from subiloble/branch-developer-guide-use-case
subiloble Apr 3, 2025
1167cf5
DG appendix updates
quantin96 Apr 3, 2025
54a0831
Merge pull request #144 from quantin96/branch-uml
quantin96 Apr 3, 2025
b19043f
Update minor changes.
Apr 3, 2025
230e2eb
Merge pull request #145 from subiloble/branch-dev-minor
subiloble Apr 3, 2025
d8b4b24
Update UG
SheYuting Apr 3, 2025
7192e12
Merge pull request #146 from SheYuting/branch-UG
SheYuting Apr 3, 2025
a471680
Update some guides about undo and view
Apr 5, 2025
12aee4d
Merge pull request #215 from subiloble/branch-update-guides
subiloble Apr 5, 2025
a141066
Update guides with minor change
Apr 5, 2025
92c6d87
Merge pull request #216 from subiloble/branch-minor-new-change-guide
subiloble Apr 5, 2025
cf5f1f2
Add screenshots
Apr 5, 2025
10a2d57
Merge pull request #217 from subiloble/branch-screenshot
subiloble Apr 5, 2025
03eb505
Bug fixes
quantin96 Apr 7, 2025
9119dd1
Merge branch 'master' into branch-beta-bugfix
quantin96 Apr 7, 2025
3cc74ad
Checkstyle changes
quantin96 Apr 7, 2025
cdc2937
Merge pull request #218 from quantin96/branch-beta-bugfix
quantin96 Apr 7, 2025
4fde284
Update user guide
zlllllr Apr 7, 2025
b2c81d3
Merge branch 'master' into branch-updatebug-ugdg
zlllllr Apr 7, 2025
45fa1f5
Merge pull request #219 from zlllllr/branch-updatebug-ugdg
zlllllr Apr 7, 2025
c2307ef
Add valid check for archive status
zlllllr Apr 7, 2025
6f59182
UG updates
quantin96 Apr 7, 2025
10ff7ca
Merge pull request #220 from zlllllr/branch-betabug-archive
zlllllr Apr 7, 2025
d94b933
Merge branch 'master' into branch-beta-bugfix
quantin96 Apr 7, 2025
e609926
Bug fixes
quantin96 Apr 7, 2025
b5209fe
Add planned enhancements
quantin96 Apr 7, 2025
cfc1f91
Checkstyle changes
quantin96 Apr 7, 2025
685637d
Merge pull request #221 from quantin96/branch-beta-bugfix
quantin96 Apr 7, 2025
4ee38ed
UG changes
quantin96 Apr 7, 2025
456c070
Merge pull request #222 from quantin96/branch-beta-bugfix
quantin96 Apr 7, 2025
2e864d2
DG changes
quantin96 Apr 7, 2025
c025f27
UG changes
quantin96 Apr 7, 2025
8229afb
Merge pull request #223 from quantin96/branch-beta-bugfix
quantin96 Apr 7, 2025
f48941a
DG changes
quantin96 Apr 7, 2025
4d0369a
Merge pull request #224 from quantin96/branch-beta-bugfix
quantin96 Apr 7, 2025
7e59695
DG changes
quantin96 Apr 7, 2025
4b44009
Merge pull request #225 from quantin96/branch-beta-bugfix
quantin96 Apr 7, 2025
581b8e8
DG changes
quantin96 Apr 7, 2025
bc2f5e1
Merge pull request #226 from quantin96/branch-beta-bugfix
quantin96 Apr 7, 2025
0dc1147
Update version number
quantin96 Apr 7, 2025
c3836a2
Merge pull request #227 from quantin96/branch-beta-bugfix
quantin96 Apr 7, 2025
0860a2c
Add tag
quantin96 Apr 8, 2025
d7f920f
Merge pull request #228 from quantin96/branch-add-tag
quantin96 Apr 8, 2025
df68044
Solve issue #2058
Oswalte Apr 15, 2025
bf06d1f
Merge pull request #229 from SheYuting/branch-issues
SheYuting Apr 15, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
25 changes: 25 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: MarkBind Action

on:
push:
branches:
- master

jobs:
build_and_deploy:
runs-on: ubuntu-latest
steps:
- name: Install Graphviz
run: sudo apt-get install graphviz
- name: Install Java
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'zulu'
- name: Build & Deploy MarkBind site
uses: MarkBind/markbind-action@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
rootDirectory: './docs'
baseUrl: '/tp' # assuming your repo name is tp
version: '^5.5.2'
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@ src/test/data/sandbox/
# MacOS custom attributes files created by Finder
.DS_Store
docs/_site/
docs/_markbind/logs/

# build files
bin/
16 changes: 5 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
[![CI Status](https://github.com/se-edu/addressbook-level3/workflows/Java%20CI/badge.svg)](https://github.com/se-edu/addressbook-level3/actions)
[![CI Status](https://github.com/AY2425S2-CS2103-W11-1/tp/workflows/Java%20CI/badge.svg)](https://github.com/AY2425S2-CS2103-W11-1/tp/actions)

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

* 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/#contributing-to-se-edu) for more info.
* Mentorstack helps CS tutors efficiently manage and track student contacts, attendance, participation, progress, and streamlines communication.
* It simplifies student management across different levels and courses while catering to tech-savvy users who may prefer a command-line interface (CLI).
* For the detailed documentation of this project, see the **[Mentorstack Product Website](https://ay2425s2-cs2103-w11-1.github.io/tp/index.html)**.
* This project is based on the AddressBook-Level3 project created by the [SE-EDU initiative](https://se-education.org).
8 changes: 6 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
id 'jacoco'
}

mainClassName = 'seedu.address.Main'
mainClassName = 'seedu.mentorstack.Main'

sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
Expand Down Expand Up @@ -66,7 +66,11 @@ dependencies {
}

shadowJar {
archiveFileName = 'addressbook.jar'
archiveFileName = 'mentorstack.jar'
}

run {
enableAssertions = true
}

defaultTasks 'clean', 'test'
23 changes: 23 additions & 0 deletions docs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
_markbind/logs/

# Dependency directories
node_modules/

# Production build files (change if you output the build to a different directory)
_site/

# Env
.env
.env.local

# IDE configs
.vscode/
.idea/*
*.iml
60 changes: 30 additions & 30 deletions docs/AboutUs.md
Original file line number Diff line number Diff line change
@@ -1,59 +1,59 @@
---
layout: page
title: About Us
layout: default.md
title: "About Us"
---

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

You can reach us at the email `seer[at]comp.nus.edu.sg`
We are a team based in the [School of Computing, National University of Singapore](http://www.comp.nus.edu.sg).

## Project team

### John Doe
### Chen Xinpeng

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

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

* Role: Project Advisor
* Role: Developer
* Responsibilities: Undo/View Commands

### Jane Doe
### Ng Jia Quan

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

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

* Role: Team Lead
* Responsibilities: UI
* Role: Developer
* Responsibilities: Edit/Mark/Finish Commands

### Johnny Doe
### She Yuting

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

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

* Role: Developer
* Responsibilities: Data
* Responsibilities: Add/Delete/Stats Commands

### Jean Doe
### Zhang Leran

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

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

* Role: Developer
* Responsibilities: Dev Ops + Threading
* Responsibilities: Archive/Find Commands

### James Doe
### Willie Tay

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

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

* Role: Developer
* Responsibilities: UI
* Responsibilities: UI/Hinter
6 changes: 4 additions & 2 deletions docs/Configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
layout: page
title: Configuration guide
layout: default.md
title: "Configuration guide"
---

# Configuration guide

Certain properties of the application can be controlled (e.g user preferences file location, logging level) through the configuration file (default: `config.json`).
13 changes: 8 additions & 5 deletions docs/DevOps.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
---
layout: page
title: DevOps guide
layout: default.md
title: "DevOps guide"
pageNav: 3
---

* Table of Contents
{:toc}
# DevOps guide

--------------------------------------------------------------------------------------------------------------------
<!-- * Table of Contents -->
<page-nav-print />

<!-- -------------------------------------------------------------------------------------------------------------------- -->

## Build automation

Expand Down
Loading