Skip to content
Snippets Groups Projects
Commit e99e6264 authored by Abhay Menon's avatar Abhay Menon
Browse files

Added markdown documentation

parent b7088850
No related branches found
No related tags found
1 merge request!12Merge branch 'main' to 'viewfile'
Pipeline #83878 passed
# CS 346: Meeting Minutes
| Date | Team # |
|:----------:| :----: |
| 2023-02-08 | 112 |
**Present:** Abhay Menon, Inseo Kim, Hoang Dang, Guransh Khurana, Anshul Ruhil
<br/>
**Absent:**
---
## Agenda
- Plan what the team will be doing for Sprint 112
- Distribute tasks according to team member's preferences
## Notes
Work for Sprint 1 will be assigned as follows:
- Abhay: Working on integrating the app as a whole to create a final product
- Inseo: Create functionalities behind creating, deleting, and editing the app, which will be used by the UI team.
- Hoang: Create the modal classes that the entire team will be using for note and folder interfaces.
- Guransh and Anshul: Work on displaying the GUI to the user while editing or creating a new .txt or md file.
## Decisions
- The tasks will be distributed as mentioned above.
## Actions
- GitLab issues (that have already been created) have been assigned with appropriate priorities.
\ No newline at end of file
# CS 346: Meeting Minutes
| Date | Team # |
|:----------:| :----: |
| 2023-02-12 | 112 |
**Present:** Abhay Menon, Inseo Kim
<br/>
**Absent:** Hoang Dang, Guransh Khurana, Anshul Ruhil
---
## Agenda
- Fix the feature (created by Inseo) that does not pass the pipeline
## Notes
- Some tests created by Abhay does not give the expected results
- Some of these tests were erroneous inputs, and the others were unexpected errors
- These unexpected errors have been fixed (view `09fb2b97be7d3d4e8e2a4df9494672d18b2ec29a` and `968346ac53db632f0f38af2c209e22e91d932138`)
## Decisions
- No decisions have been made, code has been fixed to pass the pipeline
## Actions
- Code fixed to pass pipeline
- Feature has been successfully merged to `main` branch
\ No newline at end of file
# Team 112's Notes Application (Release 1.0.0)
> _Date: February 16, 2023_
## What's New
### From a Client's Perspective
With the new release of Team 112’s notes application, a user can:
- Create a new note through the command line
- Type some text in the basic GUI to be saved
- Use the toolbar/shortcuts to quit/save the file
- Edit an existing file from the command line
- Delete an existing file from the command line
### From a Developer's Perspective
- Added unit tests to test the error bounds and edge cases of the application using JUnit 5 (specifications as per the course requirements)
- Added descriptive JDocs comments to significant code for easier documentation and code comprehension
- Followed the MVC (Model-View-Controller) architectural pattern for developing the notes application
- Created a GitLab events notifier into the team’s discord server to ping members for any changes caused by members in the repository
## Bug Fixes
None.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment