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

Add data access, in memory and file #12

Merged
merged 3 commits into from Nov 8, 2023
Merged

Add data access, in memory and file #12

merged 3 commits into from Nov 8, 2023

Conversation

awesominat
Copy link
Owner

an account can be created or deleted using a username and password and saved to a CSV file in the root directory. additional methods like get, existsByName, save, save User, and the constructor have been added to allow for future signup and login use cases.

I will link the issue related to the history and portfolio not saving.

…tput data, api access interface, base stock interactor that will be used by all use cases, GraphParser for future use cases and graph handling
…ta access interface to describe what that use case might need
@awesominat awesominat linked an issue Nov 2, 2023 that may be closed by this pull request
Copy link
Collaborator

@rickygrosvenor-pramanick rickygrosvenor-pramanick left a comment

Choose a reason for hiding this comment

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

Is the DataAccessInterface supposed to be left empty? If not then write TODO within the body of the interface but otherwise I think everything seems fine. Again, I like that the method names are more detailed. I will approve for now but yeah just add TODO comments something is not supposed to be left empty.

@awesominat
Copy link
Owner Author

I don't think they are necessary as they were superseded by the actual implementations in other folders. So, removed.

@awesominat awesominat merged commit b33c97d into main Nov 8, 2023
@awesominat awesominat deleted the add-data-access branch November 8, 2023 22:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement data access interface and data access objects
2 participants