-
Notifications
You must be signed in to change notification settings - Fork 1.5k
We need your help #1781
Comments
Hi Winston,
We can use whatever help you want to provide. If you'd like to join just respond to the issues on here. If there are bugs in vis you can do a pull request with the solution until we find a better way to do it.
Thanks for helping out!
|
Ok I got it. |
This is an awesome library. In future it will serve a lot of professional designs and apps. We need to come forward and carry it together. I will be there. [-] The website also needs to be little more organised. |
Thanks! We're open to suggestions and pull requests to the website as well. What do you have in mind? |
I can pick up some bugs during some weekends. |
That would be great! |
I'm happy to help ! |
Thanks @beegeesquare . Just sniff around for smaller or bigger issues/feature requests that you find interesting to pick up. |
I'm a regular user (and evangelist) of visjs, I can't promise much, but I'll try to spend some time in the code as well. |
Interested, what's next? |
That would be great! If not the code then we could use a lot of help with answering issues. Regards |
@SepiG answering issues, both open and new ones. Help out in code where you can or improve the website and/or documentation. Any changes can be done with pull requests to the ghpages or develop branch. Regards |
Alex, I'd definitely be willing to help there. I'm kind of a JS-lite kind of guy, Kurt Cagle |
If you feel that a faq would alleviate the amount of issues that come in then sure. It would be nice if there would be only one place to find answers though: the documentation. |
That makes sense. How do you generate your documentation? Kurt Cagle On Tue, Apr 19, 2016 at 2:00 PM, Alex [email protected] wrote:
|
I have been using your vis.js for quite a long time, I like to help though I am not very good js developper. |
@DanielZhangQingLong a lot of the work now is answering issues. Most of them do not require coding, like users with questions or users misunderstanding the dataset or events or options. If you can help out responding to these that would be great! You can always ask for help in the issue if you feel it's going over your head. @kurtcagle we write it in html in the develop branch. Every release we overwrite the docs on ghpages with those on develop. If you feel like automating it all, be me quest ;). it could improve the inline documentation. Anyone else: it would be a great help if someone could go over all examples and add a clone in jsbin link to them. This would make is much much easier to help new people as you can take a jsbin staring point from any example. It would also make it easier for users with questions to show their issues. |
I use Vis.js as a key part of an internal application I develop. I have also been wanting to get into some open source development outside of work, so would be happy to help pick up some work on the odd weekend. |
Hi Almende team, First time I saw visjs library, I was very impressed about the visual features that you implemented. I am still a light-weight JS guy, but I want to get more proficient in JS and start a new career in there. I am definitely strong in documentation, issues' handling and management, answering questions as far my knowledge takes me. And the more I deep dive into JS, I would also like to support in fixing bugs in the future. Currently, I am doing a capstone project with MeteorJS where I also use visjs (I've recognised in the past that visjs doesn't always respond well with MeteorJS). Due date is 23rd May. Hence, till then you won't find me being crazily active here, but I keep watching the progress and I am willing to support. Best! |
Hi @josdejong , I'm more into devops, so if anything in that domain is required, I'll be happy to help :) |
Just saw vis and actually we are intending on extending it in the office so we can also be part of this, will do all i can to contribute |
Hello |
Hi, I am more than happy to be available to help out and contribute. |
Thats great! We're looking for people helping out on issues and putting in / reviewing pull requests. Cheers
|
Hi! I am interested! |
please add me too |
Thanks!
|
I will be ready to contribute with the best of my knowledge in which ever way it comes before me. I am in the practice of applying VIS.js to my web based design application for solving engineering problems. Please add me to the team of contributors and don't forget to send alert when there is issue to attend to. |
@jankdiss No questions in this issue, please. The best place to ask this kind of questions is stackoverflow. |
I'd love to help 👍 @josdejong |
How can I submit an application to the support team? |
@yotamberk Just start helping here. |
No problem. I've added recently the rtl to the timeline, and now working on horizontal hiding of items when not visible + horizontal scroll. I'll submit the two in two separate pull request hopefully in the next two weeks after I've fully tested them. I'll be happy to go over other pull requests and test them out. |
Hello, I'm afraid I don't have the skills to assist but perhaps I can help in so other ways. I can provide a paid staff we've contracted for the next few years. The other is that dirty word, money to pay for some additional help. I like what you're doing and see some features we may be able to utilize in one of our projects down the road. May we help and if so, who is the best contact? |
Thanks for your offer @ceomuse. I think it's best to send an email to Andries Stam ([email protected]) for financial/business related ideas, and to contact Ludo (@ludost) for technical ideas. |
Interested to pick some bugs, what next? |
Sure :) I'll be happy to help! I'll start with bug regression/testing |
My English no is very good, but i want Help for this project. |
Hi Almende, This is to inform you that I have forked vis.js and am currently refactoring the Graph3D part. I'm rearranging the code so that the parts per graph style are grouped together in 'style handlers', in the process getting rid of all the tests on selected style such as: if (this.style === Graph3d.STYLE.GRID ||
this.style === Graph3d.STYLE.SURFACE) {
this._redrawDataGrid();
}
else if (this.style === Graph3d.STYLE.LINE) {
this._redrawDataLine();
}
else if (this.style === Graph3d.STYLE.BAR ||
this.style === Graph3d.STYLE.BARCOLOR ||
this.style === Graph3d.STYLE.BARSIZE) {
this._redrawDataBar();
}
else {
// style is DOT, DOTLINE, DOTCOLOR, DOTSIZE
this._redrawDataDot();
} I hope this can be appreciated. En groetjes uit Groningen! Wim. |
Question, wrt. my previous post here: I'm making the changes in the master branch - I understand that these should later be pulled into the develop branch. Just wondering. |
@wimrijnders Hi is there any reason you are specifically forking vis.js and not adding your changes as a pull request? |
OK, my ignorance is showing here.... I thought that was how a pull request worked, i.e. you fork, make changes If this is not the way to do it, please advise me what the correct Met vriendelijke groet, Wim Rijnders On Mon, Oct 10, 2016 at 11:56 AM, Steven [email protected] wrote:
|
Sorry that was my assumption, that you meant fork as in a permanent one. In regards to your changes, any pulls must be done on the develop branch, not the master. |
Ah, ok. No, I wasn't planning on maintaining a fork myself! I have every Pulls to the develop branch: understood. But chould I also be doing the Met vriendelijke groet, Wim Rijnders On Mon, Oct 10, 2016 at 12:09 PM, Steven [email protected] wrote:
|
yes please make changes to develop branch, as that has quite a few pulls already done on it. So is significantly ahead. |
OK thanks, will do. I'll merge my changes into develop and continue from Met vriendelijke groet, Wim Rijnders On Mon, Oct 10, 2016 at 12:18 PM, Steven [email protected] wrote:
|
Yes, I'm interested both in learning and contributing. Let me know the process to enrol myself for this. |
@dragonzone Can you please contact me. I would like to make you a team member if you are interested. |
@mojoaxel , Thanks for the invite, however, I don't think I will have that much time dedicated to the project. Further, I only have experience w/ the vis.js Network & DataSet portion only. Once in awhile in my spare time, I will try to pitch out w/ the project since @AlexDM0 had helped me alot awhile back so I want to give back and don't want the project to be abandonware. |
################################################################################## Please read the new "We need help" page! If you want the help out start Here. ################################################################################## |
Almende is looking for people who can help maintaining and improving vis.js. We've put a lot of effort in building these visualizations, fix bugs, and support users as much as we can. Since some time we're lacking the manpower to maintain the library as we've done latest years. We need your help!
What can you do?
Are you interested in helping some way or another? Please let us know.
The text was updated successfully, but these errors were encountered: