Plots2: Task list staging area for Google Code-In

Created on 30 Aug 2018  Β·  66Comments  Β·  Source: publiclab/plots2

:point_right: Please append a comment Added to GCI dashboard after each task which you have posted so no one else opens the same task

This is a staging area. Each task has (or will soon have) a link to a full issue including relevant lines of code, screenshots, and other helpful information as we prepare them for solving. Some are harder than others, but those tagged with first-timers-only are great to begin with. (more documentation on tasks)

Add new items: Look here for new items to adapt for this list: planning issues, break-me-up issues, fto-candidates. Fit tasks into the categories below.

Format items to be descriptive, [bracket otherwise]: As we create this list, it's OK to be brief, but if a task lacks description, tags, screenshots, and code links, [Put it in brackets to indicate that it needs to be fleshed out]

Break out items here into their own issues: Use the gci-candidate tag instead of the gci tag to manage the supply. We don't want to have more open issues than we can support at one time, and gci is what we'll direct students towards. gci-candidate is for "held back" issues we're saving up.

Weighting: some issues don't result in many lines of code, but are still big projects. Use tags small, medium, big when you'd like to help mark them (read more)


Code: writing or refactoring

  • [ ] Format inline thumbnail grids to follow new tag page styling (needs editing) https://github.com/publiclab/plots2/issues/5960
  • [x] Remove asterisk from Boolean Full-Text Searches (#3490)
  • [x] Turn off ip_address records in impressionist gem, switch to request_hash #3382
  • [ ] display author profile bio below content in moderator email notifications: https://github.com/publiclab/plots2/blob/master/app/views/admin_mailer/notify_node_moderators.html.erb
  • [x] move files from https://github.com/publiclab/plots2/tree/master/app/views/comment/ to https://github.com/publiclab/plots2/tree/master/app/views/comments/ to consolidate these very similar folders, and find any references to /comment/ to change to /comments/ -- issue at #3339
  • [x] Making a moving forward link or button on https://publiclab.org/stats page (described in #2650) -- GCI dashboard
  • [x] Search Auto-complete not working on https://publiclab.org/post page (described in #2795) -- GCI dashboard
  • [x] Views and number of comments of post is not seen on small screen (described in #2397) -- GCI dashboard
  • [x] Change navbar links to icons (described in #3328 ) --- GCI dashboard
  • [x] Add dropdown icons adjacent to navbar links where required (described in #3324 ) -- GCI dashboard
  • [x] Trending topics on dashboard should not have repetitions. https://github.com/publiclab/plots2/issues/3188 -- GCI dashboard
  • [ ] complete 'sortable headers' implementation following pattern in https://github.com/publiclab/plots2/issues/2352
  • [ ] additional work on the Checklists system: https://github.com/publiclab/plots2/issues/2452
  • [ ] calculate "answered" rate for questions posted in a certain time period (described in #2120)
  • [x] Add a footer to the main page publiclab/image-sequencer#335
  • [x] Display an installation message to user in the CLI publiclab/image-sequencer#338
  • [x] Add a success prompt for saved sequence publiclab/image-sequencer#342
  • [x] Add a success prompt for module installation from npm publiclab/image-sequencer#343
  • [x] Display a flash message on removal of a step publiclab/image-sequencer#345
  • [x] Include a back-to-top Button on scrolling down publiclab/image-sequencer#346
  • [x] 'No file chosen' wrongly placed in Import Image module publiclab/image-sequencer#356
  • [x] Arrange the modules in alphabetical order publiclab/image-sequencer#375
  • [x] Rename omniauth.md #3731 GCI dashboard
  • [x] Allow upload of only image files https://github.com/publiclab/image-sequencer/issues/429

These can be moved up once they have code links or issue links:

  • [ ] needs-code-links Preserve redirect to original destination when accessing /post while not logged in (follow these steps: 1. publiclab.org/post You will be redirected to login page 2. Login 3. Redirected to dashboard -- Expected Behavior Redirected to /post.)
  • [ ] display of an SVG at the URL /profile/status/_ID_ for a user with id of _ID_, showing the user.status as one of these two SVGs: https://gist.github.com/jywarren/ea0523a09f6f8660486b14eeea15de95
  • [ ] display if someone's been banned or is still active in moderator emails (https://github.com/publiclab/plots2/blob/master/app/views/admin_mailer/notify_node_moderators.html.erb) using the SVG at the above URL so moderators can tell if something's already been moderated without opening a link -- issue at #3338
  • [ ] make username/email form appear side by side with Oauth user registration at https://publiclab.org/signup
  • [ ] needs-code-links Remove extra space at bottom of /post
    image
  • [x] needs-code-links Removal of 1 horizontal line
    image
  • [ ] needs-code-links Add generic video icon here, instead of being specific to YouTube. We should give equal priority to all the hosts. (https://github.com/publiclab/PublicLab.Editor/)
    image
  • [ ] On clicking on '?' page should be opened in new tab. Currently, it is opening on the same page, using target="_blank" on the <a> tag
    image -- GCI dashboard
  • [ ] needs-code-links Similar behaviour (needs to open on a new page) reported for Open Source Your Work link at https://publiclab.org/signup and /post
  • [ ] needs-code-links Hover text should redirect to page listing all the wiki articles and research notes with text water quality
    image
  • [ ] needs-code-linksHover text should redirect to page listing all the wiki articles and research notes with text balloon-mapping
    image
  • [x] needs-code-links Redundant Dashboard in the drop down menu #3327
    image
  • [ ] needs-code-links Clearly mention that on RHS we have Research notes. Liked by ____ appears ambiguous to me a lot
    image
  • [ ] needs-code-links sort wiki page likes according to date/time
    image
  • [ ] needs-code-links If a person has no barnstars and they click on the nav bar. There must be a message to show them. Just to enhance the readability
    image
  • [ ] On removal of any of these tags, all three must be removed image
  • [ ] Same button three times to post work on same web page image
  • [ ] Same thread is placed repeatedly on the dashboard page due to multiple comments.
    image
    I will suggest that one post should be shown only once.
  • [x] Use of common functions in /maps page : https://github.com/publiclab/plots2/issues/3316
  • [ ] Standardize display of n Wiki and m Research Notes #2193
  • [ ] When a person submits an empty sign up form.
    image
    Error should also come that the fields are empty #3340 -- GCI dashboard
  • [ ] Test for the the above task
  • [ ] Tag the author on the home page where their articles are written in grid view/List view (needs own issue)
  • [ ] logging users to wiki page when a user logs in via header on wiki page (needs own issue)
  • [ ] Clicking on like button if not logged in should redirect to login page. (needs own issue)
  • [ ] Pagination broken on home page
    image
    see that url shows page 2 but the pagination is of page 1. (needs own issue)
  • [ ] needs-code-links make tags in Suggested tags on publiclab.org/post appear in tag input box when clicked - https://github.com/publiclab/PublicLab.Editor/

Documentation/Training: creating/editing documents and helping others learn more

  • [x] Write a page describing different tags used at github repositories like GCI, outreach, etc #2341 -- GCI dashboard
  • [x] write a document explaining how to start contributing at public lab for Google Summer Of Code #3319 -- GCI dashboard
  • [ ] write a document explaining how to start contributing at Public Lab for RGSoc (needs own issue)
  • [ ] write documentation on how to open a Pull Request for first - timer contributor (needs own issue)
  • [ ] the table of contents on the github.com/publiclab/plots2 is inconsistent with the content present after it (needs own issue)
  • [x] Add a list of available modules to the documentation publiclab/image-sequencer#337

Outreach/Research: community management, marketing, or studying problems and recommending solutions

  • [ ] Reporting Bugs on PL /Reporting Suggestions #3460 -- GCI dashboard
  • [ ] Create new first-timers-only issues (https://publiclab.org/n/13667) -- GCI dashboard
  • [ ] Convert fto-candidates into first-timers-only issues by embedding the friendly message which you can find in first-timers-only issues. fto-candidate issues can be found at https://github.com/publiclab/plots2/labels/fto-candidate -- GCI dashboard
  • [ ] embed our welcome page in full at https://publiclab.org/code (needs own issue)
  • [ ] read through welcome page https://publiclab.github.io/community-toolbox/ and highlight gaps or ambiguities (needs own issue in https://github.com/publiclab/community-toolbox/issues)
  • [x] Refactor https://publiclab.github.io/community-toolbox/ to ensure list of contributors shows on multi-repository page (complex) - https://github.com/publiclab/community-toolbox/issues/29
  • [ ] Help add code links to existing issues (described in #3424) -- GCI dashborad
  • [x] Update welcome message in a pull request with asking a twitter handle of that user (described in #3485) -- GCI dashboard
  • [x] Find a bug -- Google code-in publiclab/image-sequencer#350

Quality Assurance: testing and ensuring code is of high quality

  • [ ] #2151 - Fix "Show 0 more" on inline people lists
  • [x] #2150 - Show more should change to Show less on clicking -- GCI dashboard
  • [ ] Read through Code Climate "smells" and open issues related to solving them with code links included and recommendations: https://codeclimate.com/github/publiclab/plots2/issues?severity%5B%5D=critical&severity%5B%5D=major&status%5B%5D=&status%5B%5D=open&status%5B%5D=confirmed&engine_name%5B%5D=structure&engine_name%5B%5D=duplication (described in #3706) -- GCI dashboard.

Design: graphic design or user interface design

  • [x] Exploring layouts for the dashboard #3355 instance count 50
  • [ ] BIG TASK: Wiki page should be rendered on same page. On clicking on wiki pages nav bar on /notes/popular a new page opens up. But wiki pages should be rendered under the wiki nav bar. #3456
  • [ ] FTO: make the rsvp links in the events on the home page non clickable.
  • [x] add hover text in public lab editor
    image https://github.com/publiclab/PublicLab.Editor/issues/156
  • [ ] image
    ''Read More'' should be center aligned
  • [ ] "Read more" and the next grid item should have hr in between
    image
  • [x] Implement "grid view" for inline lists, in addition to existing "table/list view" - https://github.com/publiclab/plots2/issues/1097
  • [x] some Bootstrap 4 pre-upgrade work - https://github.com/publiclab/plots2/issues/1716
  • [ ] [multiple-user]Copy welcomebot and first-timers-only templates into other projects - https://github.com/publiclab/plots2/issues/3681 -- GCI dashboard

Looking for GSoC

Reviewing PRs and collaboration efforts will be judged in your upcoming GSoC proposals
If you are a GSoC'19 aspirant, then we need to tell you a good news. All the reviewing tasks will be judged in the upcoming GSoC'19 proposals. If you can review the PRs, help each other across issues, prs, create ftos and much more. Just commenting on the issues to help other folks is okay.
We will be having a special REVIEW/TEAMWORK section in the GSOC'19 proposal this summer.
All the best!!!

outreach

Most helpful comment

Please add
We are preparing to participate in Google Code-in, and have reserved this issue for participants in GCI - but we'd love to have your help with another one! Please check out https://code.publiclab.org to see more.
to each gci task which you create.
Thanks

All 66 comments

Hi @SidharthBansal...I added some tasks .
I was wondering if we should break these tasks especially UI Design into sub-tasks .

I guess we can break them into many sub parts . What do you think ?

@sagarpreet-chadha go ahead and write down the tasks as many as you can. We need atleast intial 150 tasks and atleast 25 open issue till december for gci. Also, we have to keep in mind the elderly fellows who want to contribute so we need even more tasks.

(moved above)

(moved above)

Should we also add tags with each task? @jywarren

digest_week

Hi @SidharthBansal actually this button is a part of Vidit's project, I guess, he placed it there for testing. @ViditChitkara do we need it anymore?

Just copying this link here for reference https://developers.google.com/open-source/gci/help/org-sample-tasks . Also, everyone we need to add category and tags as per this link.

(moved above)

Hi, all - I've consolidated the lists, and I think we should improve the text description of each, so they make sense to people who don't know our codebase. Please go ahead and edit but coordinate in the chatroom so you don't overwrite each other.

I also want to highlight that some example tasks were like this:

https://codein.withgoogle.com/archive/2015/organization/4777925899452416/task/4744391868547072/

Fix a bug in the editor Pe (#3)
There are several bugs reported for the programmer's editor Pe. Fork the Pe repository, pick an issue and fix it.

Submit your fix as pull request (see the HaikuPorter wiki which works pretty much the same).

This means that when we create the tasks, we can generate "multi-use" tasks that refer to an issue list, to save time filing new tasks. We should try to use tags to direct people to "first-timers" vs. "next-step" sized issues. Maybe we can have a task for "Complete your first issue at Public Lab" vs. "Take the next step with a more complex issue at Public Lab" and "Tackle a complex project at Public Lab"?

Hi Jeff...we already have a great mechanism for directing people towards heavier tasks. When the mentors feel like student has done enough task you generally guide folks to do help me tagged issues. Similarly we can guide gci folks.

I will say we can have two categories as you told in the above comment

  1. Gci candidate for normal to big sized gci tasks
  2. Gci candidate and first timer tasks these tasks for first timers gci folks.
    This will reuse our existing labels at public labs.

That sounds great. I'm also interested in if we could make a task to paste
links to lines of code for new issues, as a task itself?

On Mon, Sep 17, 2018, 12:52 PM Sidharth Bansal notifications@github.com
wrote:

I will say we can have two categories as you told in the above comment

  1. Gci candidate for normal to big sized gci tasks
  2. Gci candidate and first timer tasks these tasks for first timers
    gci folks.
    This will reuse our existing labels at public labs.

β€”
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/publiclab/plots2/issues/3276#issuecomment-422090062,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AABfJxsnsxQ_7m6aOh0A1BsKXFk_AYVMks5ub9NIgaJpZM4WS3nu
.

Yeah if issue is fto and gci candidate labelled then we will paste the code links else if it is only gci Candidate we may or may not paste code links.

Hi guys! Sorry for not being active from past month....This sounds great that public lab is selected for Google-Code-in finally. I would create some issues from my work of reply-by-email to comment for Code-in tasks.
Thanks

Please add
We are preparing to participate in Google Code-in, and have reserved this issue for participants in GCI - but we'd love to have your help with another one! Please check out https://code.publiclab.org to see more.
to each gci task which you create.
Thanks

Hi all, I think we can create a bunch of new tasks that have instance count 5-10 for drawing hi design ideas, like this one:

https://github.com/publiclab/leaflet-environmental-layers/issues/59

We could link to these as examples of the kinda of things to post and such:

https://publiclab.org/n/16271

https://publiclab.org/ui

Hi @publiclab/mentors I have created some tasks from the above task list in Google Code-in dashboard.. Please edit if there are some issues with the tasks and add other issues that are present here which are not added in the dashboard.
Thank you!!

Hi @publiclab/mentors you can use the above task list for opening tasks in GCI dashboard, please append GCI dashboard after the task which you have used so that no one else opens the same task. Thanks!

@Mridul97 Hey can you add image sequencer issues to the list as well!! It will be a big help, I've been super busy! Thanks!!

@tech4GT I think I do not have access to edit the above list. I tried to look for an option to edit the comment but didn't find one.

@Mridul97 I think we can leave them in a comment here and @SidharthBansal can add them to the list then. Is that OK? Thanks!

Perfect varun

On Sun, Oct 14, 2018, 10:21 PM Varun Gupta notifications@github.com wrote:

@Mridul97 https://github.com/Mridul97 I think we can leave them in a
comment here and @SidharthBansal https://github.com/SidharthBansal can
add them to the list then. Is that OK? Thanks!

β€”
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/publiclab/plots2/issues/3276#issuecomment-429642270,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AUACQ-Y81-1zghxBMkwQpkbWFEzpP3CPks5uk2uCgaJpZM4WS3nu
.

@Mridul97 I think we can leave them in a comment here and @SidharthBansal can add them to the list then. Is that OK? Thanks!

Yes, that's great! I will do that!

Please append these tasks to the list! Thanks!

@Mridul97, I have added these tasks to the list. Please see I have put them in the right categories. Also, please ensure that these tasks are put in the GCI dashboard. Thank you!!

Thanks sourav for putting them into the list.

On Tue, Oct 16, 2018, 12:46 AM Sourav Sahoo notifications@github.com
wrote:

@Mridul97 https://github.com/Mridul97, I have added these tasks to the
list. Please see I have put them in the right categories. Also, please
ensure that these tasks are put in the GCI dashboard. Thank you!!

β€”
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/publiclab/plots2/issues/3276#issuecomment-429979371,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AUACQx6_uGXEuNhLfDQ9nPgPjfICi86Qks5ulN8MgaJpZM4WS3nu
.

@Souravirus I will add these tasks in the GCI dashboard as well:+1: Thanks!

hey you all, this is awesome. Thanks Mridul97 that's a great list!

On Mon, Oct 15, 2018 at 9:11 PM Sidharth Bansal notifications@github.com
wrote:

Thanks sourav for putting them into the list.

On Tue, Oct 16, 2018, 12:46 AM Sourav Sahoo notifications@github.com
wrote:

@Mridul97 https://github.com/Mridul97, I have added these tasks to the
list. Please see I have put them in the right categories. Also, please
ensure that these tasks are put in the GCI dashboard. Thank you!!

β€”
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<https://github.com/publiclab/plots2/issues/3276#issuecomment-429979371
,
or mute the thread
<
https://github.com/notifications/unsubscribe-auth/AUACQx6_uGXEuNhLfDQ9nPgPjfICi86Qks5ulN8MgaJpZM4WS3nu

.

β€”
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/publiclab/plots2/issues/3276#issuecomment-430075979,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AABfJw3As3Ytm5F0mZL6Wurl7DoTTxD1ks5ulUAmgaJpZM4WS3nu
.

Hey @SidharthBansal, can you add this task to the list?

  • [ ] Remove asterisk from Boolean Full-Text Searches (https://github.com/publiclab/plots2/issues/3490)

I already put this in the GCI dashboard. Thanks!

Great. I have added. Thanks

On Wed, Oct 17, 2018, 9:42 AM Camila AraΓΊjo notifications@github.com
wrote:

Hey @SidharthBansal https://github.com/SidharthBansal, can you add this
task to the list?

I already put this in the GCI dashboard. Thanks!

β€”
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/publiclab/plots2/issues/3276#issuecomment-430483351,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AUACQ9abhNXsh0l43Ln1JVLJhxFyGv2hks5ulq4mgaJpZM4WS3nu
.

@SidharthBansal

3359 Can I add this to the dashboard ?

No not at all

On Wed, Oct 17, 2018, 10:23 AM Atibhi Agrawal notifications@github.com
wrote:

@SidharthBansal https://github.com/SidharthBansal

3359 https://github.com/publiclab/plots2/issues/3359 Can I add this to

the dashboard ?

β€”
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/publiclab/plots2/issues/3276#issuecomment-430489082,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AUACQ0I7PizG9dT0KOQci5tNJ-c8xEWYks5ulrfFgaJpZM4WS3nu
.

This is staging area, it is not to be published as a whole. We need to
publish issues written in this list by making them issue on github repo
first and then on the gci dashboard.

Does this makes sense?

On Wed, Oct 17, 2018, 10:35 AM Sidharth Bansal <
[email protected]> wrote:

No not at all

On Wed, Oct 17, 2018, 10:23 AM Atibhi Agrawal notifications@github.com
wrote:

@SidharthBansal https://github.com/SidharthBansal

3359 https://github.com/publiclab/plots2/issues/3359 Can I add this

to the dashboard ?

β€”
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/publiclab/plots2/issues/3276#issuecomment-430489082,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AUACQ0I7PizG9dT0KOQci5tNJ-c8xEWYks5ulrfFgaJpZM4WS3nu
.

Oh Now it does. I am sorry for the misconfusion.
ᐧ

On Wed, Oct 17, 2018 at 10:37 AM Sidharth Bansal notifications@github.com
wrote:

This is staging area, it is not to be published as a whole. We need to
publish issues written in this list by making them issue on github repo
first and then on the gci dashboard.

Does this makes sense?

On Wed, Oct 17, 2018, 10:35 AM Sidharth Bansal <
[email protected]> wrote:

No not at all

On Wed, Oct 17, 2018, 10:23 AM Atibhi Agrawal notifications@github.com
wrote:

@SidharthBansal https://github.com/SidharthBansal

3359 https://github.com/publiclab/plots2/issues/3359 Can I add this

to the dashboard ?

β€”
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<https://github.com/publiclab/plots2/issues/3276#issuecomment-430489082
,
or mute the thread
<
https://github.com/notifications/unsubscribe-auth/AUACQ0I7PizG9dT0KOQci5tNJ-c8xEWYks5ulrfFgaJpZM4WS3nu

.

β€”
You are receiving this because you are on a team that was mentioned.
Reply to this email directly, view it on GitHub
https://github.com/publiclab/plots2/issues/3276#issuecomment-430491086,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AV4EVbujC05B5RLpI2UvD188sso6789Aks5ulrsOgaJpZM4WS3nu
.

Ok

On Wed, Oct 17, 2018, 10:40 AM Atibhi Agrawal notifications@github.com
wrote:

Oh Now it does. I am sorry for the misconfusion.
ᐧ

On Wed, Oct 17, 2018 at 10:37 AM Sidharth Bansal >
wrote:

This is staging area, it is not to be published as a whole. We need to
publish issues written in this list by making them issue on github repo
first and then on the gci dashboard.

Does this makes sense?

On Wed, Oct 17, 2018, 10:35 AM Sidharth Bansal <
[email protected]> wrote:

No not at all

On Wed, Oct 17, 2018, 10:23 AM Atibhi Agrawal <
[email protected]>
wrote:

@SidharthBansal https://github.com/SidharthBansal

3359 https://github.com/publiclab/plots2/issues/3359 Can I add

this
to the dashboard ?

β€”
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<
https://github.com/publiclab/plots2/issues/3276#issuecomment-430489082
,
or mute the thread
<

https://github.com/notifications/unsubscribe-auth/AUACQ0I7PizG9dT0KOQci5tNJ-c8xEWYks5ulrfFgaJpZM4WS3nu
>

.

β€”
You are receiving this because you are on a team that was mentioned.
Reply to this email directly, view it on GitHub
<https://github.com/publiclab/plots2/issues/3276#issuecomment-430491086
,
or mute the thread
<
https://github.com/notifications/unsubscribe-auth/AV4EVbujC05B5RLpI2UvD188sso6789Aks5ulrsOgaJpZM4WS3nu

.

β€”
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/publiclab/plots2/issues/3276#issuecomment-430491564,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AUACQzcwrQtlt4_MFbfIdcHg8rL3fNJnks5ulrvPgaJpZM4WS3nu
.

I have added these tasks to the GCI Dashboard. But I am unable to write --gci dashboard in front of them in the above list as I do not have access to edit the list. So someone could please do it. Thanks!

Hi, everyone - are all draft tasks ready to be published in the GCI dashboard? Should we just approve the first 50?

Whenever a task will be made, the mentors will check the task. So that it will not be created by anyone else.
All the mentors are requested to post all the gci tasks which they have created on Public lab onto GCI dashboard as soon as possible.
We need to publish them by tomorrow.

Hi, everyone - are all draft tasks ready to be published in the GCI dashboard? Should we just approve the first 50?

Jeff we need to review each task before publishing it. Many mentors are new this time. Due to lack of time, we could not help them much. So, review, before publish, seems a better option to me.

Hi @jywarren, I have modified some tasks, so they are more readable. And I had a doubt with this task https://codein.withgoogle.com/dashboard/tasks/6571718295420928/ . Does this task require to submit some kind of documents and if it is required where should they submit it? It should be clarified

Hi folks whenever you create a task please mention the public lab repo and issue number so that it can be backtraced. It is really difficult for students to find the repo and the issue number. They are really new to OSS and young too.

@souravirus - i think we may need input from Kirtika on this one, as they created it. I'm not sure!

@sidharthBansal - agreed, we def. need to review the tasks, i see. Everyone -- please ensure your tasks have links to GitHub issues!

Looking for GSoC

Reviewing PRs and collaboration efforts will be judged in your upcoming GSoC proposals
If you are a GSoC'19 aspirant, then we need to tell you a good news. All the reviewing tasks will be judged in the upcoming GSoC'19 proposals. If you can review the PRs, help each other across issues, prs, create ftos and much more. Just commenting on the issues to help other folks is okay.
We will be having a special REVIEW/TEAMWORK section in the GSOC'19 proposal this summer.
All the best upcoming GSoCers!!!

Hi @SidharthBansal Can you add this task to the list, it has been added to gci dashboard.
publiclab/image-sequencer#429

Hi aashna27 please create a task on the GCI dashboard and send me the link
to the issue, I will add.

On Tue, Oct 23, 2018 at 12:06 AM aashna27 notifications@github.com wrote:

Hi @SidharthBansal https://github.com/SidharthBansal Can you add this
task to the list, it has been added to gci dashboard.
publiclab/image-sequencer#429
https://github.com/publiclab/image-sequencer/issues/429

β€”
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/publiclab/plots2/issues/3276#issuecomment-431928869,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AUACQ4TzDIOkKQOEnQf__IcCgSLGgG_Iks5unhA5gaJpZM4WS3nu
.

Hi @SidharthBansal Can you add this task to the list, it has been added to gci dashboard.
publiclab/image-sequencer#429

Gci dashboard

is this fine?

Thanks to hard work by @SidharthBansal and others, we now have 75 tasks published on the GCI dashboard, enough for the competition to begin! πŸŽ‰ πŸŽ‰

Hi folks, just added this one which would make a good GCI issue if someone wants to add it to the dashboard (please leave a comment here if you do it!):

https://github.com/publiclab/plots2/issues/3831

And I made one more here! Medium-sized: https://github.com/publiclab/plots2/issues/3836

Hey folks, I think the task 'Install plots2 on local machine' needs more mentors and preferably someone with experience in solving problems with the project installation! :weary:

Ah, indeed - i see here:
https://codein.withgoogle.com/dashboard/tasks/6264099852779520/

Should we perhaps try to get students to work within a GitHub issue so
there can be more peer support? I didn't even realize this was all
happening, since it was only within the GCI system. What about an issue
like "Install plots2"?

On Mon, Oct 29, 2018 at 7:01 PM Camila AraΓΊjo notifications@github.com
wrote:

Hey folks, I think the task 'Install plots2 on local machine' needs more
mentors and preferably someone with experience in solving problems with the
project installation! 😩

β€”
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/publiclab/plots2/issues/3276#issuecomment-434112268,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AABfJzWIYK_-Db1KbGgKCEMkcqUPZrbvks5up4jBgaJpZM4WS3nu
.

Install plots2: #3840

This list may also be a great source for new GCI issues: https://github.com/publiclab/plots2/issues/3331

Hey, we are running really low on GCI tasks, there are about 6-7 left.

I have added 10. Mentors are requested to draft the tasks as quickly as
possible.

On Mon, Nov 19, 2018, 8:54 PM Sarthak Aggarwal <[email protected]
wrote:

Hey, we are running really low on GCI tasks, there are about 6-7 left.

β€”
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/publiclab/plots2/issues/3276#issuecomment-439930338,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AUACQy1_WQGv6SGBK0zbNKtXGHcdVK6Uks5uws0hgaJpZM4WS3nu
.

@jywarren there are many issues which are reported in this issue but are not made into separate issues and are not been worked upon. One way is to close this issue. Other way is to keep this issue open for GCI'19. We can continue things here. What do you suggest?
Creating a new issue from this containing all remaining work will be a BIG trouble to anyone as no one is knowing all the repos at PL and has this much time to verify whether all reported subissues are resolved.
Suggestions are welcomed.
Thanks

Hi @SidharthBansal I think, us GCI participants (@oorjitchowdhary @tsparksh @JonathanXu1 @ValentinaTironi @okonek @kevinzluo ) will be more than happy to look through these tasks, see for which PRs have been made and make a new issue for GCI'19 or otherwise to help future participants. It is too big a task for one or two people but we guys have recently become accustomed to the repos and together I think we can give it a try. Cheers!

CC : @jywarren @publiclab/guides

Sarthak thanks for support. Are you willing to open up an issue listing all
the existing issues in form of checklist? Kevin is busy with school. Oorjit
is on off till 10 January. It will be great if you can do this before other
folks get free.

On Wed, Jan 9, 2019, 4:33 PM Sarthak Aggarwal <[email protected]
wrote:

Hi @SidharthBansal https://github.com/SidharthBansal I think, us GCI
participants (@oorjitchowdhary https://github.com/oorjitchowdhary
@tsparksh https://github.com/tsparksh @JonathanXu1
https://github.com/JonathanXu1 @ValentinaTironi
https://github.com/ValentinaTironi @okonek https://github.com/okonek
@kevinzluo https://github.com/kevinzluo ) will be more than happy to
look through these tasks, see for which PRs have been made and make a new
issue for GCI'19 or otherwise to help future participants. Cheers!

CC : @jywarren https://github.com/jywarren @publiclab/guides
https://github.com/orgs/publiclab/teams/guides

β€”
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/publiclab/plots2/issues/3276#issuecomment-452657977,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AUACQyW6ZrPN8OGA18fotql285ZyK1toks5vBcyDgaJpZM4WS3nu
.

Nice idea for making a separate checklist. And, thank you Sarthak for
support.

On Wed, Jan 9, 2019 at 4:43 PM Sidharth Bansal notifications@github.com
wrote:

Sarthak thanks for support. Are you willing to open up an issue listing all
the existing issues in form of checklist? Kevin is busy with school. Oorjit
is on off till 10 January. It will be great if you can do this before other
folks get free.

On Wed, Jan 9, 2019, 4:33 PM Sarthak Aggarwal <[email protected]
wrote:

Hi @SidharthBansal https://github.com/SidharthBansal I think, us GCI
participants (@oorjitchowdhary https://github.com/oorjitchowdhary
@tsparksh https://github.com/tsparksh @JonathanXu1
https://github.com/JonathanXu1 @ValentinaTironi
https://github.com/ValentinaTironi @okonek https://github.com/okonek
@kevinzluo https://github.com/kevinzluo ) will be more than happy to
look through these tasks, see for which PRs have been made and make a new
issue for GCI'19 or otherwise to help future participants. Cheers!

CC : @jywarren https://github.com/jywarren @publiclab/guides
https://github.com/orgs/publiclab/teams/guides

β€”
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<https://github.com/publiclab/plots2/issues/3276#issuecomment-452657977
,
or mute the thread
<
https://github.com/notifications/unsubscribe-auth/AUACQyW6ZrPN8OGA18fotql285ZyK1toks5vBcyDgaJpZM4WS3nu

.

β€”
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/publiclab/plots2/issues/3276#issuecomment-452660756,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AT6S9v3IMCuCjW9Z7XedcoLsxlEhxDHpks5vBc7sgaJpZM4WS3nu
.

Thanks @SidharthBansal @gauravano

Here it is : #4581

Hey @SidharthBansal Can you make @ValentinaTironi @okonek and @kevinzluo members of Public Lab, so that I can add them in the GCI 18 team I just made? Thanks.

Sorry, GCI'18 is completed now, so I don't think that there is any need of
such group. We can tag them with their tagnames.

On Wed, Jan 9, 2019, 5:08 PM Sarthak Aggarwal <[email protected]
wrote:

Hey @SidharthBansal https://github.com/SidharthBansal Can you make
@ValentinaTironi https://github.com/ValentinaTironi @okonek
https://github.com/okonek and @kevinzluo https://github.com/kevinzluo
members of Public Lab, so that I can add them in the GCI 18 team I just
made. Thanks.

β€”
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/publiclab/plots2/issues/3276#issuecomment-452666817,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AUACQ3dFulfEwNfq7qEe0vi6uMz_gJ3hks5vBdSmgaJpZM4WS3nu
.

@CodeSarthak what is the progress here. Please do it before 15 January to get points for this task.

πŸŽ‰

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ebarry picture ebarry  Β·  3Comments

first-timers[bot] picture first-timers[bot]  Β·  3Comments

noi5e picture noi5e  Β·  3Comments

grvsachdeva picture grvsachdeva  Β·  3Comments

first-timers[bot] picture first-timers[bot]  Β·  3Comments