Allen Lee
Allen Lee
add author feedback on review resubmission and guide the author to address reviewer / editor concerns
From https://meta.discourse.org/t/how-to-import-sso-users/25139/9 ``` curl -X POST --data "name=dave&username=dave&[email protected]&password=P@ssword&active=true" http://localhost:3000/users?api_key=test_d7fd0429940&api_username=test_user ```
the management command sync consistently times out (no route to host). Are there additional rate limiting settings that must be tweaked on the discourse instance?
Closing for now though I'm not able to run the management command `post_save` hook and method to create discourse user added in 808f00f2635018e56b9a2a4522a4f5a5b3b4871a
this is still occurring on some accounts but not all. May be a data issue where we just need to rerun the management command for a limited set of users?
I think that [create_discourse_user](https://github.com/comses/comses.net/blob/03b71dd2a60a189d711c78982dc8b82575412d40/django/core/discourse.py) might not be doing what it's supposed to be doing. It should probably be posting to the `sync_sso` route via https://forum.example.com/admin/users/sync_sso' as described in https://meta.discourse.org/t/sync-sso-user-data-with-the-sync-sso-route/84398 relevant...
as a side note, we should have content that clearly indicates what an "ideal" peer review workflow would be: 1. unpublished model, version 1.0.0 2. request review for v1.0.0 3....
this should also be accompanied with a type='email' on the frontend input for client side validation
``` Checks Models without codebases (17) ['2426', '3053', '3062', '3075', '3077', '3619', '3622', '3698', '3836', '3896', '3898', '4675', '5156', '6036', '6038', '6040', '6042'] Codebase without model folder (17) ['2237', '2238',...
This isn't very high priority but when you get around to it we could order by release first, then merge in the later contributors from subsequent releases. As an example:...