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

Adapt storage #32

Merged
merged 5 commits into from
Oct 11, 2023
Merged

Conversation

zekone
Copy link

@zekone zekone commented Oct 10, 2023

Modified Storage to read and save new features (Event and Note).

In the processing of doing so, skeleton versions of Event and Note were added . They are not complete and needs to be properly implemented later. However, as long as the fields and method signatures of the current skeleton version remains unchanged, Storage will work as intended.

Lastly, Person and other dependencies were modified to incorporate the newly added Event and Note. Again, they are not complete and need to be modified once Event and Note are finalized.

By adding the Note, there were many dependencies that needs to be fixed:
1. Adding a note list to person
2. Changing the constructor of person
3. EditCommand which used the constructor of person
4. Sample data in util.

However, these fixes were superficial as Note is not finalised.
@zekone zekone added the priority.High Must do label Oct 10, 2023
@zekone zekone added this to the v1.2 milestone Oct 10, 2023
@zekone zekone linked an issue Oct 10, 2023 that may be closed by this pull request
Copy link

@larrywang0701 larrywang0701 left a comment

Choose a reason for hiding this comment

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

Looks good except failing the JavaDoc check
Here I merge so others and I can start work on notes and events
The JavaDoc should be added later by the person who works on the relevant part.

@larrywang0701 larrywang0701 merged commit 81bd968 into AY2324S1-CS2103T-W16-1:master Oct 11, 2023
0 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Storage
2 participants