-
Notifications
You must be signed in to change notification settings - Fork 64
implemented methods in ArrayStorage #4
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
Open
VladimirSafronov
wants to merge
139
commits into
JavaOPs:master
Choose a base branch
from
VladimirSafronov:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
implemented methods in ArrayStorage |
refactored ArrayStorage
refactored ArrayStorage
* created ArrayStorage.update() * created ArrayStorage.getPresentResumeIndex() * refactored methods delete(), save(), get()
added structure in project * created ArrayStorage.update() * created ArrayStorage.getPresentResumeIndex() * refactored methods delete(), save(), get()
added a check to the methode save()
refactored ArrayStorage and Resume like in lecture
* ArrayStorage implements this one
added interface Storage * ArrayStorage implements this one
introduced AbstractArrayStorage
* trimmed code
deleted getResume from ArrayStorage * trimmed code
* renamed packets
ended realization AbstractArrayStorage * renamed packets
* used pattern Template method
created methods save(), delete() in ArrayStorage, SortedArrayStorage * used pattern Template method
* started doing test classes
added own Exceptions * started doing test classes
added JUnit tests for AbstractArrayStorage
refactored AbstractArrayStorageTest
* refactored AbstractArrayStorage * didn't finish with ListStorageTest
created ListStorage, AbstractStorage * refactored AbstractArrayStorage * didn't finish with ListStorageTest
started adding contacts to SqlStorage
* changed db port
added contacts to SqlStorage * changed db port
added web to project
* refactored index.html
created ResumeServlet * refactored index.html
* modified JsonParser for read-write Section
added Sections in SqlStorage * modified JsonParser for read-write Section
made the summary display in a table
added jsp
added fragments to jsp
added jstl
* created toHtml in ContactType
added view.jsp * created toHtml in ContactType
* implemented doPost (contacts) * added images
added edit.jsp * implemented doPost (contacts) * added images
* created EMPTY constants in models * created HtmlUtil * added to DateUtil
finished with servlet * created EMPTY constants in models * created HtmlUtil * added to DateUtil
added "add new resume"
refactored Objective and Personal in edit.jsp
updated README.md
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.