-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
[REVIEW]: Django Remote Submission #366
Comments
Hello human, I'm @whedon. I'm here to help you with some common editorial tasks for JOSS. @djmitche it looks like you're currently assigned as the reviewer for this paper 🎉. ⭐ Important ⭐ If you haven't already, you should seriously consider unsubscribing from GitHub notifications for this (https://github.com/openjournals/joss-reviews) repository. As as reviewer, you're probably currently watching this repository which means for GitHub's default behaviour you will receive notifications (emails) for all JOSS reviews 😿 To fix this do the following two things:
For a list of things I can do to help you, just type:
|
@djmitche - please carry out your review in this issue by updating the checklist above and giving feedback in this issue. The reviewer guidelines are available here: http://joss.theoj.org/about#reviewer_guidelines Any questions/concerns please let me know. |
(I will continue later) |
While you're thinking about that, I'm also curious what value this adds over Celery itself. The code may demonstrate that to me when I dig in, so I apologize if the question seems ignorant. |
Not ignorant at all. Celery is just an asynchronous job queue. We have build around that. Django uses the Database to provide data to views and hence to the browser. Our Jobs besides running our scientific routines must be constantly writing to the DB (e.g. changing the status of the job - submitted, failed, etc - as well as writing the routine stdout/err, etc) so the browser can track the job and show as much information as possible. |
|
Awesome, thanks for the updates! |
That's almost all the checkmarks (just Version left)! This is a really nice piece of software, and extremely nicely packaged for re-use. A few minor details which would make this a little stronger, but do not detract from an "accept" grade:
|
Oh, and I apologize for the slew of pull requests (5 PRs, 2 issues) -- I take the view that if it's easier for me to just fix something, then that's the appropriate way to provide feedback :) |
Thanks for the feedback. I will address all the issues tomorrow. |
OK, that's everything. I don't know what happens next (it's my first JOSS review).. |
Great. I've been trying to reproduce your test failures but without success... I will try in a empty docker container later. Also I will try to get the |
To be clear regarding the review, those were just suggestions for further improvement -- this is a strong "accept" for JOSS right now. |
Sure. I just want to make it as user friendly as possible so other people can use it. |
Oh, I hadn't looked until now -- that's *much* better!
|
Just a quick heads up:
|
@arfon ^^ |
We'll close it out once I've processed the final paper. @ricleal - could you please merge this PR ornl-ndav/django-remote-submission#40 and then make an archive of the reviewed software in Zenodo/figshare/other service and update this thread with the DOI of the archive? I can then move forward with accepting the submission. |
@whedon set 10.5281/zenodo.848749 as archive |
OK. 10.5281/zenodo.848749 is the archive. |
@djmitche many thanks for your review ✨ @ricleal - your paper is now accepted into JOSS and your DOI is http://dx.doi.org/10.21105/joss.00366 ⚡️ 🚀 💥 |
Submitting author: @ricleal (Ricardo Miguel Ferraz Leal)
Repository: https://github.com/ornl-ndav/django-remote-submission
Version: v0.11.1
Editor: @arfon
Reviewer: @djmitche
Archive: 10.5281/zenodo.848749
Status
Status badge code:
Reviewers and authors:
Please avoid lengthy details of difficulties in the review thread. Instead, please create a new issue in the target repository and link to those issues (especially acceptance-blockers) in the review thread below. (For completists: if the target issue tracker is also on GitHub, linking the review thread in the issue or vice versa will create corresponding breadcrumb trails in the link target.)
Reviewer questions
@djmitche, please carry out your review in this issue by updating the checklist below (please make sure you're logged in to GitHub). The reviewer guidelines are available here: http://joss.theoj.org/about#reviewer_guidelines. Any questions/concerns please let @arfon know.
Conflict of interest
Code of Conduct
General checks
Functionality
Documentation
Software paper
paper.md
file include a list of authors with their affiliations?The text was updated successfully, but these errors were encountered: