LogFiles/DishalogFile.md

Feb 14: First meeting The first step to be taken was decided to select an appropriate API. The team was looking for relevant APIs which were free and didn't possibly require an API key to make things easier. We found multiple APIs and sent the professor one for approval. The professor replied that any API which does not already have an R package is acceptable. Tried multiple APIs but most of them had a limit on the number of requests. Few of the APIs had a payment to be made. * Finally we decided we will go ahead with the API suggested by Kristy which was about game deals for multiple stores.

Feb 15: Second meeting to decide on workflow We all caught up over zoom between 4pm to 6pm We had a brief discussion about git workflow I created a git repository. We all decided on using the fork method in git for contributing. * We explored the API a bit - The API seemed to have multiple optional parameters and hence was easy to pull data from. - Divided the work equally and decided on the wrapper functions we could create. - I wanted to work on the top 10 games which had the majority savings percentage.

Feb 16: Third meeting to decide on other package and documentations The team discussed about progress in person Kristy created the first wrapper function for top 10 game deals within a budget. I created a wrapper function for top 10 games which have the highest discount percentage. This percentage would be entered by the user. All three of us created a response function together for user inputs. Each of us called our respective wrapper function within the response function to fetch the appropriate data. Adding Main function Added the visualization for our respective wrapper functions. Viz Added docstrings to the functions. Adding docstring Worked on testing the functions. Wrote tests to test the output. Test cases * Worked on developing the R package.

Feb 17: Fourth meeting to check on Vignettes added by Kristy. Kristy added the Vignette document. Reviewed and made changes to the same. Worked on github actions for code coverage and build. Github actions

Feb 18: Fifth meeting Met briefly to discuss on the changes made by Kristy. No much contribution made on this day due to tight schedule. * Reviewed documentation changes made by Kristy

Feb 19: The repository was made public hence the forked repositories were lost. Asked the team mates to fork the repo again. Reviewed changes. Added the contributing.md file on how the team mates had decided to work. Contributing file Made changes to the readme and vignette file to add the output and usage scenarios. Changes to read me



DishaDH123/pcgamedeals documentation built on March 27, 2022, 4:21 p.m.