-
-
Notifications
You must be signed in to change notification settings - Fork 872
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
Maintainers wanted #1356
Comments
The departure of @flovilmart will be a tremendous loss for this community 🙁 Thank you for your commitment and restless support over the years 👍 Let's keep this community engaged and growing as an open source alternative to all the commercial SDKs out there. |
I would love to help but I don't think I really have the skill set to be of much help. Although if there is anything simple that needs doing like maintaining documentation that I can do I would be happy to. |
Any help is appreciated, feel free to jump in on open issues, both in this repo and the docs one. |
I’ll see what I can do 🙂 thanks for all the work you’ve done! |
Thanks a lot!
|
Count me in. I use Parse a lot, and Parse really needs a maintainer, it's outdate. Hope I can help. |
Awesome @kennic . Feel free to get started any time. If you’re unsure what it involves, feel free to ask. |
Wow I haven't seen this. Thanks a lot @flovilmart for all you've done for Parse community! |
Hey @flovilmart we use parse as an important part of our ecosystem, so is very important for us the continuity of the project, I will like to know more about how we can start helping, what will be the first steps ?? |
@jjmaceda anything that can help the community is a good first step. |
Also, perhaps modernizing the SDK, and cleanup the dependencies like Bolts. Thinking of Swift as it is the ‘future’. |
If someone/a group of people could convert the SDK to Swift that would be awesome - I think it would encourage newer devs to participate as many learn Swift only now (myself included). |
I started a swift SDK based on value types paradigms hère https://github.com/parse-community/Parse-Swift |
I see, ok good, I will like to start with parse with swift SDK, I agreed it
will encourage newer devs, and the value types paradigms seems right for me
…On Thu, Dec 6, 2018 at 1:44 PM Florent Vilmart ***@***.***> wrote:
I started a swift SDK based on value types paradigms hère
https://github.com/parse-community/Parse-Swift
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1356 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAvmb57r3X1IFaKZTRPqdAwud82MglsZks5u2XO4gaJpZM4X4ltK>
.
--
Juan Maceda
Software Architect
|
Then there is the possibility to embrace graphql as there is a PR for the server that adds full support for it |
sounds good!
…On Thu, Dec 6, 2018 at 2:08 PM Florent Vilmart ***@***.***> wrote:
Then there is the possibility to embrace graphql as there is a PR for the
server that adds full support for it
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1356 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAvmb9B0B0NkHUOGLWAlOCvgLBEyLf-tks5u2Xk8gaJpZM4X4ltK>
.
--
Juan Maceda
Software Architect
|
Thank you @flovilmart! You will be missed! New maintainers let me know what I can do to help. |
I have added @mrmarcsmith @jjmaceda @kennic to the people with write access to the repo. If you need more permissions, feel free to ping me. |
@flovilmart I want to contribute this repo too. Thank you. |
This issue has been automatically marked as stale because it has not had recent activity. If you believe it should stay open, please let us know! As always, we encourage contributions, check out the Contributing Guide |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Discussion continued in #1422. |
I would love to contribute/help on parse sdk development on a regular basis 🙂 |
@rico237 that's great, we're looking to add some more committers to the iOS team so I'll pass this on to the rest of the core team |
I do not have time to be part of the core team but I will definitely provide PR to help. |
@funkenstrahlen We would love to have you involved! Please contribute as little or as much as you feel willing/able to and let us know if there is anything we can do to help. There are plenty of existing issues and a few pull requests so feel free to jump in with a review or some guidance etc. |
I think I'd like to start helping with this as well. |
I have time and ready to be core team and I'm glad to keeping Parse alive. I have the experience to develop SDKs for Real-time messaging service, Push Notification and API design. |
@Husseinhj Great to hear, feel free to jump in on existing issues and PRs or submit new PRs. We’ll add you to the team as soon as it’s appropriate. |
I've been using Parse SDK for a few years now. Both for android & iOS. I'd love to be a contributor. I love Parse server & find it more convenient to use than Firebase & other back end frameworks. It's truly the perfect platform for a startup to get things up & running fast. I'm sure there would be a lot for me to learn but I am willing to be a part of the team for the long term vision :) |
is there any spot available for becoming a contributor, I want to get into the team as contributor |
@salubhayo Absolutely 😀, we loosely follow a meritocratic model (see our governance info), so feel free to jump in on issues and submit PRs and we’ll get you added to the team once we feel it’s appropriate. |
As an update on this we do now have @drdaz and @noobs2ninjas who are helping out, doing some much needed maintenance. However, we still could really do with some more help from those who are able to. Alternatively contributing to our Open Collective does help but with this SDK we particularly need some people who can get stuck in - even if it's only for half an hour a week! |
For those who expressed an interest in helping out with the Swift SDK it's a good time to get involved as the project is starting to become active again. |
@TomWFox |
@Husseinhj sorry, I don’t understand your question, can you rephrase it? |
@TomWFox sorry |
Got it, good question, I'm not sure. @cbaker6 maybe you could create a new issue with a list of TODOs - or we could create a project board. |
@TomWFox I think the current project board is a good start. Are you able to move "Support for Keychain / secure storage" to "Done"? The rest of the items still need to be worked on. I'll work on the TODO list, but for now people @Husseinhj and those interested should look at the discussion on what can be worked on here, read to the end of the thread. How to use/test the current framework is described link below. You can setup a local parse-server and create objects and users by using the Swift Playground Files Link to how to use the framework: parse-community/Parse-Swift#12 (comment) |
Just for clarity for anyone who hasn't read through the entire thread @cbaker6 linked, I'm currently working on:
I hope to have a PR up around Friday or Saturday, but feel free to pick up anything else in the meantime! |
Those of you looking to help out on the Swift SDK, I added an initial list of Testcases that can be ported parse-community/Parse-Swift#16 |
iOS devs, Parse-Swift had it’s first release (the day Flo closed this issue) and is currently on version If you are interested, the easiest way to give Parse-Swift a test drive is to fork the repo and run the ParseSwift.playground in your simulator. ParseSwift.playground Is meant to be a tutorial showing how to use the Parse features you are familiar with. The ParseSwift SDK is not a port of the Parse-SDK-iOS-OSX SDK and though some of it may feel familiar, it is not backwards compatible and is designed with a new philosophy (see more here). To learn how to setup your local machine and server to work with PareSwift, see here. Also check the API documentation. What you get with ParseSwift:
Parse-Swift is almost at feature parity with Parse-SDK-iOS-OSX. Some features currently not available:
You can see the status on future features here. |
Due to new work commitments I am no longer permitted to publish code to, or participate in, this SDK project. Therefore I am seeking a maintainer to take good care of it and ensure it remains up to date.
Please DM me via Twitter (@flovilmart) or respond on this issue.
The text was updated successfully, but these errors were encountered: