-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Option: unpublished draft URL of research note, for initial review by participants #129
Comments
This is a very interesting idea. The urge to send out a draft for review |
I want to second this, and add I got the feedback from CSU students that not being able to save a draft in the Research Note UI was confusing. A "save as draft" that saves to dashboard and allows for multiple in-progress notes was Damarquis and Paul's suggestion. I personally copy the text of partially finished reserach notes and save in text files, but that Markdown flexibility isn't immediately obvious. |
I think we could do this as part of the Rich Editor project, but it depends |
Hi there, I'm up for bumping this up as well. I'd like to be able to "save" as to continue drafting later myself, and secondly the function of having others "edit" on the post before it goes live as well. Maybe this seems like two features? I could also see this as being useful for the writing working group (if they have a user name), to work on drafting with groups. |
Great -- steps I can think of for starters are:
... lots and lots of possible steps here. Stevie, any input on some of the ideas above, or want to choose a subset we could get started on? Thanks! |
Oh wow. This looks great. I would be excited to see any of it!
-Stevie
…On Wed, Jan 24, 2018 at 7:21 PM, Jeffrey Warren ***@***.***> wrote:
Great -- steps I can think of for starters are:
- making a draft status (maybe status = 3?) for nodes (not wiki
pages), which makes it not visible to anyone but the author.
- a POST parameter like draft=true to bypass most of the "create"
method in the notes_controller
<https://github.com/publiclab/plots2/blob/master/app/controllers/notes_controller.rb#L92>
and which adds the status = 3 when you publish
- a button to post the form with the draft parameter set to true in
the Rich Editor
<https://github.com/publiclab/plots2/blob/master/app/views/editor/rich.html.erb>
template
- a modification of the with:____ coauthor tag (see this post
<https://publiclab.org/notes/partsandcrafts/12-02-2017/quick-build-raspberry-pi-microscope>
which allows co-authors to see the post
- an alert at the top of a draft page that offers a shareable link to
the post for sending around
- maybe a secret URL token that allows access to the post even if
someone doesn't have an account?
... lots and lots of possible steps here. Stevie, any input on some of the
ideas above, or want to choose a subset we could get started on?
Thanks!
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#129 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHJLrrXIA1RfNuviM5bu-2zzmSByzee2ks5tN9cigaJpZM4CQ85Q>
.
|
Hi @jywarren @steviepubliclab Can I work on this? |
Absolutely! I'm not going to be able to offer any coding support on this
(non-coder) and jywarren is away for the week- but if you have some ideas
on moving forward please!
…-Stevie
On Wed, Feb 7, 2018 at 2:12 PM, Gaurav Sachdeva ***@***.***> wrote:
Hi @jywarren <https://github.com/jywarren> @steviepubliclab
<https://github.com/steviepubliclab> Can I work on this?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#129 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHJLrgwRtTT_ikmXWtotJdJupPeaPUYiks5tSgO9gaJpZM4CQ85Q>
.
|
Opened in #2304 |
I've had some outings in which I've taken photos of participants in a meeting, and I've written up some description of the event -- and I'd like to be able to send them a link to the research note before it has been published on publiclab.org, for them to review re: privacy concerns or material content ...
The text was updated successfully, but these errors were encountered: