Skip to content

Commit

Permalink
minor improvements (#506)
Browse files Browse the repository at this point in the history
* Add more dev notes to readme

* Show user feedback that email sent
  • Loading branch information
marwahaha committed Oct 28, 2023
1 parent feea665 commit 8208add
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.markdown
Expand Up @@ -57,6 +57,7 @@ docker-compose exec web rake arxiv:oai_update

and visit <http://localhost:3000> and you will be looking at SciRate!

It may not be possible to make new users locally. If you get stuck, you can disable the `unless verify_recaptcha` code block in `app/controllers/users_controller.rb` and it should work.

## Testing

Expand All @@ -83,6 +84,7 @@ In the database, each user (in `users`) has an `account_status` column. Change t
* Admins can see a dashboard `https://scirate.com/admin`, set a global alert (i.e. for announcing upcoming site maintenance), and act as other users.
* A user can also have `account_status` set to `spam`.

There is also a feature to lock comments of a paper. This can be done by changing a flag in the database (there is an open issue to make this accessible in the frontend https://github.com/scirate/scirate/issues/335).

## Acknowledgements

Expand Down
1 change: 1 addition & 0 deletions app/assets/javascripts/scirate.js.coffee
Expand Up @@ -217,6 +217,7 @@ setupPageLoad = ->
$('#resend-confirm-email').popover(
content: "Sent"
)
$('#resend-confirm-email').popover('show')

# Landing page specific
$('#landing').each ->
Expand Down

0 comments on commit 8208add

Please sign in to comment.