UBC-MDS / software-review-2023

DSCI 524
0 stars 0 forks source link

Group 19 - compassist (python) #32

Open marianagyby opened 1 year ago

marianagyby commented 1 year ago

Submitting Author: Samson Bakos (@samson-bakos), Marian Agyby (@marianagyby), Waiel Tinwala (@WaielonH), Ashwin Babu (@ashwin2507) All current maintainers: (@samson-bakos, @marianagyby, @WaielonH, @ashwin2507) Package Name: compassist One-Line Description of Package: A set of tools to help compute task time and probabilities for video game completionist tasks. Repository Link: https://github.com/UBC-MDS/compassist Version submitted: v1.0.0 Editor: TBD Reviewer 1: Raul Lopez Reviewer 2: Rus Dimitrov Reviewer 3: Eric Tsai Reviewer 4: Revanthy Ponnambalam Archive: TBD
Version accepted: TBD Date accepted (month/day/year): TBD


Description

This package was developed to assist video game players in their completionist tasks. It contains a set of tools that can help the user calculate completion times and probabilities for various gaming contexts.

Scope

Please fill out a pre-submission inquiry before submitting a data visualization package. For more info, see [notes on categories][NotesOnCategories] of our guidebook.

Reproducibility: This package and its code is fully open source. Education: The package could be used as an educational tool for solving statistical probability problems. Other: The package mainly does statistical computations.

The target audience includes anyone who plays video games and would like to compute the time and/or probability to complete a task, or anyone who is interested in examples of statistical probability problems.

There are some tools that perform similar functions to functions in compassist. For example, the giovanni package provides similar applications for hunting Shiny Pokemon. Users with sufficient understanding can also use mainstream statistical tools (i.e. scipy package) to replicate the basic functionalities. The unique application of this package is to provide a centralized location for multiple different tools, to simplify calculation for users with less statistical understanding and tailor outputs to specific video game applications, as well as to provide additional helpful functionalities such as visualizations and rankings.

Technical checks

For details about the pyOpenSci packaging requirements, see our [packaging guide][PackagingGuide]. Confirm each of the following by checking the box. This package:

Publication options

JOSS Checks - [ ] The package has an **obvious research application** according to JOSS's definition in their [submission requirements][JossSubmissionRequirements]. Be aware that completing the pyOpenSci review process **does not** guarantee acceptance to JOSS. Be sure to read their submission requirements (linked above) if you are interested in submitting to JOSS. - [ ] The package is not a "minor utility" as defined by JOSS's [submission requirements][JossSubmissionRequirements]: "Minor ‘utility’ packages, including ‘thin’ API clients, are not acceptable." pyOpenSci welcomes these packages under "Data Retrieval", but JOSS has slightly different criteria. - [ ] The package contains a `paper.md` matching [JOSS's requirements][JossPaperRequirements] with a high-level description in the package root or in `inst/`. - [ ] The package is deposited in a long-term repository with the DOI: *Note: Do not submit your package separately to JOSS*

Are you OK with Reviewers Submitting Issues and/or pull requests to your Repo Directly?

This option will allow reviewers to open smaller issues that can then be linked to PR's rather than submitting a more dense text based review. It will also allow you to demonstrate addressing the issue via PR links.

Code of conduct

Please fill out our survey

P.S. *Have feedback/comments about our review process? Leave a comment [here][Comments]

Editor and Review Templates

The editor and review templates can be found here

erictsai1208 commented 1 year ago

Package Review

Please check off boxes as applicable, and elaborate in comments below. Your review is not limited to these topics, as described in the reviewer guide

Documentation

The package includes all the following forms of documentation:

Readme file requirements The package meets the readme requirements below:

The README should include, from top to bottom:

NOTE: If the README has many more badges, you might want to consider using a table for badges: see this example. Such a table should be more wide than high. (Note that the a badge for pyOpenSci peer-review will be provided upon acceptance.)

Usability

Reviewers are encouraged to submit suggestions (or pull requests) that will improve the usability of the package as a whole. Package structure should follow general community best-practices. In general please consider whether:

Functionality

For packages also submitting to JOSS (N/A)

Note: Be sure to check this carefully, as JOSS's submission requirements and scope differ from pyOpenSci's in terms of what types of packages are accepted.

The package contains a paper.md matching JOSS's requirements with:

Final approval (post-review)

Estimated hours spent reviewing:

---1 hours

Review Comments

Overall, the package is pretty fun to use. Well done!

revathyponn commented 1 year ago

Please check off boxes as applicable, and elaborate in comments below. Your review is not limited to these topics, as described in the reviewer guide

Documentation

The package includes all the following forms of documentation:

Readme file requirements The package meets the readme requirements below:

The README should include, from top to bottom:

NOTE: If the README has many more badges, you might want to consider using a table for badges: see this example. Such a table should be more wide than high. (Note that the a badge for pyOpenSci peer-review will be provided upon acceptance.)

Usability

Reviewers are encouraged to submit suggestions (or pull requests) that will improve the usability of the package as a whole. Package structure should follow general community best-practices. In general please consider whether:

Functionality

For packages also submitting to JOSS

Note: Be sure to check this carefully, as JOSS's submission requirements and scope differ from pyOpenSci's in terms of what types of packages are accepted.

The package contains a paper.md matching JOSS's requirements with:

Final approval (post-review)

Estimated hours spent reviewing:

1.5 hours

Review Comments

  1. The package is well documented and it was possible to install and test all the functions without any problems.
  2. I could find the ReadTheDocs, but adding a link to it in the readme file could improve convenience. More badges could be added to provide quick access to important information.
  3. It is recommended to organize the functions into separate files for better understanding by readers.
  4. In the contribution file, including the author's email or Github link could make it easier for those interested in contributing to reach out for further information on contributing.
  5. Overall, the package is interesting and well executed, with attention paid to all aspects.
RussDim commented 1 year ago

Package Review

Please check off boxes as applicable, and elaborate in comments below. Your review is not limited to these topics, as described in the reviewer guide

Documentation

The package includes all the following forms of documentation:

Readme file requirements The package meets the readme requirements below:

The README should include, from top to bottom:

NOTE: If the README has many more badges, you might want to consider using a table for badges: see this example. Such a table should be more wide than high. (Note that the a badge for pyOpenSci peer-review will be provided upon acceptance.)

Usability

Reviewers are encouraged to submit suggestions (or pull requests) that will improve the usability of the package as a whole. Package structure should follow general community best-practices. In general please consider whether:

Functionality

For packages also submitting to JOSS

Note: Be sure to check this carefully, as JOSS's submission requirements and scope differ from pyOpenSci's in terms of what types of packages are accepted.

The package contains a paper.md matching JOSS's requirements with:

Final approval (post-review)

Estimated hours spent reviewing:

1:30

Review Comments

Overall a very interesting project with potentially great value to gamers. The repo and implementations all seem quite diligent and no real issues are observed. Installations runs smoothly.

AguilarRaul commented 1 year ago

Package Review

Please check off boxes as applicable, and elaborate in comments below. Your review is not limited to these topics, as described in the reviewer guide

Documentation

The package includes all the following forms of documentation:

Readme file requirements The package meets the readme requirements below:

The README should include, from top to bottom:

NOTE: If the README has many more badges, you might want to consider using a table for badges: see this example. Such a table should be more wide than high. (Note that the a badge for pyOpenSci peer-review will be provided upon acceptance.)

Usability

Reviewers are encouraged to submit suggestions (or pull requests) that will improve the usability of the package as a whole. Package structure should follow general community best-practices. In general please consider whether:

Functionality

Final approval (post-review)

Estimated hours spent reviewing:

1:30

Review Comments