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

Implement BusinessProfileInterface for MockDb #2039

Closed
Tracked by #172
Narayanbhat166 opened this issue Aug 29, 2023 · 2 comments · Fixed by #2101
Closed
Tracked by #172

Implement BusinessProfileInterface for MockDb #2039

Narayanbhat166 opened this issue Aug 29, 2023 · 2 comments · Fixed by #2101
Assignees
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@Narayanbhat166
Copy link
Member

Narayanbhat166 commented Aug 29, 2023

Spin off of #172

Implement the missing implementation of MockDb for business profiles.

impl BusinessProfileInterface for MockDb {

@dalprahcd
Copy link
Contributor

Hello @Narayanbhat166, can help with this issue? And if possible, could you provide more documentation about it?

@Narayanbhat166
Copy link
Member Author

Sure. I have assigned this to you.

To implement the functions you will have to imititate the funcionalities of the database without actually using the database functions, but by using data structures like hashmap, vectors etc. You can look at how other mock db implementations are done and do the same for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants