-
Notifications
You must be signed in to change notification settings - Fork 128
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
GSoC / Outreachy Editor Project Planning Issues and General Disscussion #490
Comments
Hi @Shreyaa-s @NitinBhasneria @Shulammite-Aso , |
Most of the issues are the same in our proposals. I think splitting up the project so that each one of us will have specific areas to focus on, will be a fine thing. publiclab/plots2#7873 had mentioned the same thing. What do you think? |
Yes, I saw all the proposals. Roughly around 75% of the proposal is the same. We can open all the remaining issues that are different and not present in other's proposal I don't think giving a complete specific area to each one of us would be useful. Let's first open up the completely small independent issue and then we can start by claiming that independent issues. Thanks!! |
I agree with @Shulammite-Aso . My proposal also focuses on some issues related to the work you've mentioned. This would mean a greater chance of the code breaking or having discrepancies if we were to work separately. A big team on Editor would yield the desired results only if we were to work as a team. Let's have a meeting where we could discuss our ideas, plan the next week, divide the work and establish a workflow. What say @keshav234156 @Shulammite-Aso @NitinBhasneria ? |
@Shreyaa-s We can use this thread to discuss our ideas, plan the next week, divide the work and establish a workflow |
@keshav234156 that's fine by me. |
I agree with dividing and working seperately. But we all should know what each others are doing. @keshav234156 I agree with you. |
Here, I think that deciding the workflow and then divide the work will be a better option. simply claiming the issues won't help much. So, first of all we should decide what will be the best workflow as a team. Let's pin @jywarren @cesswairimu @emilyashley for there views. Thanks. |
I think this is cool! Thank you. |
ok, Let's start by making a list of different sub-project projects possible
|
@NitinBhasneria @Shulammite-Aso @Shreyaa-s Please list other sub-project possible other than this ? |
Hey all, congrats everyone once more and I love the discussions already going on here 🎉 🎉 ... We normally let the interns decide on how to divide the issues among themselves but we also encourage reviewing each other pull requests, interacting on discussions on each others work, |
Thank you @cesswairimu |
Hey @cesswairimu Thanks for the input! @keshav234156 if we're making a list of sub projects that we can cover/discuss, here's my input:
|
There is also; User testing, using lookback.io perhaps? Also the new module will be for adding custom contents like maps and a grid of other contents in publiclab.org. |
Can we all choose some other channel to disscuss.I think it's very difficult to chat here on github. We can create a room on riot or any other similar software. what are your thoughts on this?? |
I have a UI sketch of the new custom inserts on my proposal. And I'm thinking the UI could be handled differently from the actual module extension. |
Oh! |
Unless it will be cool to have them their too. |
@keshav234156 I agree with you but as @Shulammite-Aso said it would be difficult to follow up our chats. |
https://riot.im/app/#/room/!hFdwKeIWxjjMOPWhpb:matrix.org just made a room. @Shulammite-Aso yes, Mentors can also be added in this room. Please send a "Hi" message so that I can know that you have been added and it works properly |
@NitinBhasneria ok then we can discuss it here |
For Adding functionalities to Extras tab we need to first discuss with @jywarren . This issue was opened up by a contributor and it hasn't be approved by Jeff yet. |
I think the first one "Potential Bugs" should be elaborated more @keshav234156 |
@Shreyaa-s sorry, I misunderstood, saw your proposal and it mentions Adding functionalities to the 'Extras' tab. I think you wanted this to be a sub-project. So can you please open up issues for different modules as mentioned in your proposal |
Ahh, @keshav234156 I think we should first list out the things we need to work and then divide them according to the interest then we can individually open the issues. What do you think? |
It says failed to join room. You've not been invited to this room. |
I believe so, yes. Also I think we need to take @jywarren 's approval and input on the same. It will be easier to prioritize and work on the features accordingly. |
|
Oh that's great to hear. Just an update -- I'm sorry, but the PL team has asked for another week to consider the comment toolbar removal, so I'm going to mark it above as "on hold" until we hear back from them. Thanks! |
Wow teaaam, thanks for volunteering 🎉 🎉 🎉 Only last 2 tasks are remaining, both are actually related and we have all the functions also already there. Now the functions which actually
I think if we go with second option it will be little complicated and will require API calls. If we go with first option, I am not sure how we will pass this data to new tab (maybe by cookies?) Can we open a big full screen modal to show Or maybe we can dowload the content as HTML file. User will click to open this file in new tab? @jywarren what do you think? |
Hi @sagarpreet-chadha -- basically my thought was to make a Rails controller action called But, we wouldn't actually store it at all, and any POSTs to this route would be done in a new tab, without closing the editor. So we could, using JavaScript, just fetch the correct ones and open a new tab with a request including them in POST, just for the purposes of temporarily previewing the current state. It might be a little complicated in terms of making a POST request to a new tab, but see how you can use an ad-hoc form and This task is a little complex but I'm sure you're all up to it! |
Okay awesome 💯 |
@sagarpreet-chadha please do you know where the code for this is? |
Hey @Shulammite-Aso , |
oh yeah. found out some of this too when i read about opengraph today. Just wanted to know which file is rendered as questions/notes/wikis, in case i'll be needing it. Will do some more searching on this however. If i need any more help i'll just get back here. Thanks!!!! |
For this task |
@sagarpreet-chadha so my guess is that from https://github.com/publiclab/plots2/blob/29d0ff7f99f301d5cbfb3cf4727331608ac5887b/app/views/layouts/application.html.erb#L50 i'm supposed to use an
to indicate that if no |
Also @jywarren @sagarpreet-chadha how will i be able to tell my changes are working, or do i just push what i have? |
Hey @Shulammite-Aso , can you check how non-main images are stored in DB, we would be using Yes you are going in the correct direction 👍 |
Hi all, I'm going to work on the main image upload issues to get the I'd like to ask if someone could prepare a list of completed fixes to |
Hi all, congratulations to our Outreachy folks for a fantastic summer! 🎉 So, let's start thinking about our next release! Looking at https://github.com/publiclab/PublicLab.Editor/commits, there are some significant changes in If someone also wants to try going through some of the PRs in https://github.com/jywarren/woofmark/pulls and testing them in GitPod, we could also add some of those, although perhaps we ought to add more Jest tests to |
Hi all, are there more updates to the listing of issues/tasks at the top here? We are getting into our GSoC final evaluations and would like to be able to track more easily from here, so we'd appreciate it a lot if @NitinBhasneria and @keshav234156 could update the listing to show what's completed or at least note what's left. Thanks!!! 🎉 |
@jywarren Should we add the issues that are not in the list and we have worked on them or should we check the existing issues? |
@jywarren I have updated the list. |
Hey @NitinBhasneria , can you make the list of issues that are solved and not mentioned in above list and comment here. |
@sagarpreet-chadha I have updated the list please have a look. In last section I have included the work left undone. |
In the updated list I have added the PR's as most os the issue's PR is not linked so it is having difficulty when we open the issue listed. |
OK, thank you Keshav!!! |
And thank you @NitinBhasneria !!! |
Satisfying to check off those ✅ , no? 😂 🎉 |
Thanks for checking in on the Comment Editor toolbar @sagarpreet-chadha ! I was reminded by @jywarren that we decided to make toolbars stay and be consistent on all commenting types - this is recorded in https://pad.publiclab.org/p/editor-tasks. |
In this issue, we can discuss about weekly goals and the issue we are going to work during the whole project. I have also made the Summer of Code 2020 project https://github.com/publiclab/PublicLab.Editor/projects/1 to keep the track of Issues To Do, In Progress, Done.
Editor Project Collaboration plan : https://docs.google.com/document/d/1LX1VEi_TEplnduXETqwr8mPPt-hshlg03dLeaa74hMI/edit
UI Improvements
Bugs
Features
Pending bugs and features PR
Tests
Left undone
Whenever working on any Issue please leave a comment on the issue or Assign the issue to yourself.
Thanks !!!
The text was updated successfully, but these errors were encountered: