Skip to content
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

Branch edit ugdg #156

Merged
merged 5 commits into from
Oct 21, 2020

Conversation

Robinho98
Copy link

Added content page and numbered the headings for ug and dg

@Robinho98 Robinho98 added the documentation Improvements or additions to documentation label Oct 20, 2020
@Robinho98 Robinho98 added this to the v1.3 milestone Oct 20, 2020
@Robinho98 Robinho98 self-assigned this Oct 20, 2020
@codecov-io
Copy link

Codecov Report

Merging #156 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #156   +/-   ##
=========================================
  Coverage     56.19%   56.19%           
  Complexity      544      544           
=========================================
  Files           106      106           
  Lines          2226     2226           
  Branches        313      313           
=========================================
  Hits           1251     1251           
  Misses          917      917           
  Partials         58       58           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 03fbec6...d0bac8e. Read the comment docs.

Comment on lines +6 to +38
- [**1. Setting up, getting started**](#--1-setting-up--getting-started--)
- [**2. Design**](#--2-design--)
* [2.1 Architecture](#21-architecture)
* [2.2 UI component](#22-ui-component)
* [2.3 Logic component](#23-logic-component)
* [2.4 Model component](#24-model-component)
* [2.5 Storage component](#25-storage-component)
* [2.6 Common classes](#26-common-classes)
- [**3. Implementation**](#--3-implementation--)
* [3.1 \[Proposed\] Undo/redo feature](#31---proposed---undo-redo-feature)
+ [3.1.1 Proposed Implementation](#311-proposed-implementation)
+ [3.1.2 Design consideration:](#312-design-consideration-)
* [3.2 \[Proposed\] Data archiving](#32---proposed---data-archiving)
- [**4. Documentation, logging, testing, configuration, dev-ops**](#--4-documentation--logging--testing--configuration--dev-ops--)
- [**5. Appendix: Requirements**](#--5-appendix--requirements--)
* [5.1 Product scope](#51-product-scope)
* [5.2 User stories](#52-user-stories)
+ [5.2.1 Planning](#521-planning)
+ [5.2.2 More informative list](#522-more-informative-list)
+ [5.2.3 Advanced planning](#523-advanced-planning)
+ [5.2.4 Traveling](#524-traveling)
+ [5.2.5 Budgeting](#525-budgeting)
+ [5.2.6 The user is a beginner](#526-the-user-is-a-beginner)
+ [5.2.7 The user is a seasoned expert](#527-the-user-is-a-seasoned-expert)
+ [5.2.8 Quality of life features](#528-quality-of-life-features)
* [5.3 Use cases](#53-use-cases)
* [5.4 Non-Functional Requirements](#54-non-functional-requirements)
* [5.5 Glossary](#55-glossary)
- [**6. Appendix: Instructions for manual testing**](#--6-appendix--instructions-for-manual-testing--)
* [6.1 Launch and shutdown](#61-launch-and-shutdown)
* [6.2 Deleting an attraction](#62-deleting-an-attraction)
* [6.3 Saving data](#63-saving-data)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I feel that we shouldn't hard code the numberings, so it's easier to add on items next time without renumbering

Copy link

@peter-yeh peter-yeh Oct 21, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And I think this would be auto generated without us typing it manually?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

erm im not sure how to do automatic numbering, maybe its a software?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As in this part can be skipped, cause it would be auto generated if you update your headings.
image

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

really? if it will be auto generated then can remove lor, or we can leave it in for this draft first

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will merge first

@limkoonkiat limkoonkiat merged commit 8150b93 into AY2021S1-CS2103T-T09-3:master Oct 21, 2020
This was linked to issues Oct 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Edit Developer's Guide Edit User Guide
4 participants