-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Community driven maintenance #333
Comments
This could also be a opportunity to move all community "forks" to a central organization (e.g. desktop app, Android app, ...). |
Update: Org 'SnapDrop' is now owned by @RobinLinus |
@6543 have you discussed this with @RobinLinus? I would be fine with moving my android client fm-sys/snapdrop-android into a global snapdrop organization, but this does only make sense for sure if the 'main repo' is in there as well... BTW, please rename the org to 'Snapdrop' (only first character capitalized). That's the way how this service is named at all places. See e.g. https://github.com/RobinLinus/snapdrop/blob/master/README.md or: |
@fm-sys I told him that he could contact me if he had any questions. - the org is now completely owned by him I have no control anymore :) |
@RobinLinus could you give admin rights in the GitHub org to all maintainers of apps using/interacting_with Snapdrop? This feels like an unsafe move but with a high chance that the community will move forward faster. I did the same with some of my projects once I didn't have time to maintain them fast enough. |
Hm, seems like this doesn't went in the way we would have expected it :-/ Nearly half a year has passed without any progress... |
well yes - but there is no huge dev community out there too :/ |
@RobinLinus gendle ping? |
I would be up for assisting in the maintenance of this, if that's of any help. |
I would be up, too! |
I could help with the hosting |
Ok, will think about community-driven maintenance. My main issue with it is that I built Snapdrop to use it myself and it is quite perfect for what I need it. There are plenty of other full-featured file-sharing websites out there and I don't want to replicate them. |
just put |
IMHO new features aren't always bad. However we should be reminded that no single additional click should be added to the primary workflow. Make snapdrop more robust, add wisely choosen and cleanly implemented features (e.g. rooms / network transfer, keyboard shortcuts, just thinking...?) while keeping the primary workflows as simple as it is today. This isn't an impossible task, however requires some clean and thought through UX design. BTW, I would also be very pleased if I could help maintaining the app. I'm not a good web developer, however I'm the developer of "Snapdrop for Android" and I would really like to actively help in this repo as well, doing e.g. UX reviews and such stuff (always keeping simplicity in mind ;-)) |
Here's a somewhat oversimplified example of my perspective on how to grow Snapdrop: Suppose you want to add some fancy feature that would be really nice to have in some situations. Let's assume we could quantify exactly the usefulness of a feature and we could know exactly that for 1 in 20 users the fancy feature increases our product's usefulness by 20%. That's significant. So we should add the fancy feature, right? That depends a lot on how much the existence of the fancy feature worsens the app's usefulness for the other 95% of users. Because every feature, every button, every option of the app requires some mental effort for all users to process it. Even understanding that you don't need a particular feature requires some effort. Now suppose our new fancy feature decreases the app's usefulness by 1% for the users who don't use it. So, in total, we'd have If, in contrast, we invest the time instead into the less glorious tasks like making Snapdrop more stable and faster, then we can actually increase the usefulness of the app by a couple percent for the large majority of users. So the impact here is like 100x higher than the fancy feature. |
Interesting thought, thanks for explaining. I can really good understand why you want to keep it simple... I don't like apps as well, which simply implement everything which is theoretically possible. Snapdrop should stay a simple-to-use tool for file-sharing and not more than that. Making Snapdrop more stable and faster would definitely be great and should have the biggest priority! |
So if someone wants to find out why the server crashes so often and fix it, please go for it! |
Are there any log files which might be helpful? |
Yes, can you share some logs? Or if not, can we implement something on the server for logging ? |
Ok, let me see if I can find helpful logs. Is someone here interested to port the server to Rust? I guess that would make it much more stable and efficient. |
This is from the server's log file:
Looks like this |
Seems there are clients sending a wrong message to the server: Could also be intentional to crash the server: Anyway, these errors should not crash the server because handled: For a "dirty" fix (while we understand better the problem), the server could be managed using pm2 for auto-restart on crash and logs saving on crash: |
Thanks @Bellisario, looks like this line helps: |
Any news? Server is down again. Could we do another community driven debugging session?
I guess this is also the case because pull requests are neither merged nor reacted upon and there is no overall plan or any label system what needs to be implemented. Regarding the overall topic: Personally I really like Snapdrop and have used it nearly daily for many years. Sadly Snapdrop does not work with some technologies eventhough devices are on the same network. Information about limitations of Snapdrop is not presented to the user. I would really love some development to make the primary workflow work for the following scenarios:
Apart from that, I believe cleanly implemented features like transfer accross networks, permanent rooms and shortcuts would be able to increase productivity if done right. I really think there are many people who would like to extend Snapdrop to rely on it whenever they want to share files / messages between two devices without any intermediary. Nevertheless, I aggree that is not the case for all users. Therefor, I would suggest to split Snapdrop along the following lines:
|
Wouldn't a self restarting and logging docker be sufficient too? I don't understand why the server is not even responding to pings when only the |
@schlagmichdoch maybe create a separate GitHub/Codeberg organization instead of a private repo? |
@dumblob Sure, whatever structure fits best! My suggestion is simply, that there could be multiple official Snapdrop instances with various feature sets, to preserve the really simple and clear UX/UI of the current Snapdrop but offer an extended version as well. Idealy they would all talk to the same backend (e.g. GitHub/Codeberg organisation:
|
new candidate for this issue might be https://github.com/schlagmichdoch/pairdrop ... |
Since I discovered it, I really like using it. Compared to the size of this project there is unfortunately not much maintenance activity.
So I propose to move snapdrop to it's own organization and let it be Community driven.
I reserved organization (so we don't have issues to get it stolen by some random person) name 'SnapDrop' and would move ownership to you @RobinLinus so you can move this repo into it.Since this is your project in the first place you finally have to decide ... happy to hear your response :)
The text was updated successfully, but these errors were encountered: