Added attachments from November
This commit is contained in:
parent
0eb6bcfd52
commit
4dbaa01fcd
|
@ -0,0 +1,102 @@
|
|||
Overview
|
||||
|
||||
The "status-go knowledge share session" focused on the historical context and technical challenges surrounding the Status Go project, emphasizing its evolution from initial integrations of mobile storage and messaging to the development of the Waku protocol. Discussions revealed that while end-to-end encryption and user privacy are prioritized, they complicate reliability and synchronization within the application. The team considered the potential transition from Go to Nim for development, weighing the pros and cons of such a significant rewrite against the need to maintain functionality and address technical debt. Product development priorities were established, highlighting the importance of documentation, knowledge sharing, and gradual refactoring of the Status Go code. Collaboration with research teams from Waku and Nimbus was encouraged, and the meeting concluded with actionable steps, including scheduling a follow-up meeting at Devcon and enhancing current documentation.
|
||||
|
||||
Notes
|
||||
|
||||
Historical Context and Project Origins (05:04 - 23:38)
|
||||
|
||||
- Status initially aimed to integrate storage, messaging, and execution on a mobile node
|
||||
|
||||
- Ethereum Foundation dropped Whisper and Swarm, which Status took on
|
||||
|
||||
- Nimbus was created to have a seat at the table in developing consensus protocol
|
||||
|
||||
- Waku was developed as a replacement for Whisper, offering better scalability
|
||||
|
||||
- Status Go development focused on end-user use cases, not fundamental chat application aspects
|
||||
|
||||
- Reliability became a neglected aspect between Waku protocol and Status app development
|
||||
|
||||
|
||||
️ Technical Challenges and Architecture (23:38 - 53:40)
|
||||
|
||||
- End-to-end encryption and reliability must happen inside the encrypted stream
|
||||
|
||||
- Status Go handles end-to-end encryption as it owns the user's keys
|
||||
|
||||
- Waku aims for sender and receiver anonymity, complicating reliability implementation
|
||||
|
||||
- Communities (group chats) introduced additional complexities in synchronization and key sharing
|
||||
|
||||
- Status Go code became complex, mixing various functionalities in long functions
|
||||
|
||||
- Proposal to integrate Enwaku into Status Go as a step towards better architecture
|
||||
|
||||
|
||||
Integration and Language Considerations (53:41 - 01:22:41)
|
||||
|
||||
- Discussion on replacing Go with Nim for Status Go
|
||||
|
||||
- Discussion centered around the potential benefits of replacing Go with Nim for Status Go, emphasizing improved integration and efficiency.
|
||||
|
||||
- Concerns were raised about the complexity and historical challenges of the current Status Go codebase, highlighting the need for better documentation and understanding of the existing protocol.
|
||||
|
||||
- Participants agreed on the importance of maintaining a clear separation of concerns within the code to facilitate future development and potential rewrites.
|
||||
|
||||
|
||||
- Concerns raised about the feasibility and necessity of rewriting Status Go
|
||||
|
||||
- Emphasis on documenting existing protocol and creating specifications
|
||||
|
||||
- Suggestion to refactor Status Go gradually, extracting and isolating components
|
||||
|
||||
- Consideration of language interoperability, especially Go's challenges in integration
|
||||
|
||||
|
||||
Product Development and Priorities (01:22:41 - 01:54:21)
|
||||
|
||||
- Focus on building a sustainable product and maintaining V1 features
|
||||
|
||||
- Need to identify target users and address existing bugs
|
||||
|
||||
- Rewriting Status Go considered unrealistic and potentially harmful to the project
|
||||
|
||||
- Discussion on the importance of documentation and knowledge sharing
|
||||
|
||||
- Balancing technical debt reduction with product development pressures
|
||||
|
||||
|
||||
Collaboration and Future Steps (01:54:21 - 02:20:49)
|
||||
|
||||
- Encouragement to leverage research from Waku and Nimbus teams
|
||||
|
||||
- Suggestion to think about protocol specification and modularity during development
|
||||
|
||||
- Proposal for follow-up discussions at Devcon
|
||||
|
||||
- Emphasis on the support available from research teams for integration efforts
|
||||
|
||||
- Reminder of the long-term benefits of improving code structure and documentation
|
||||
|
||||
|
||||
Action items
|
||||
|
||||
Igor
|
||||
|
||||
- Schedule a follow-up meeting at Devcon to discuss more concrete details of Status Go integration with Enwaku (02:19:09)
|
||||
|
||||
|
||||
unassigned
|
||||
|
||||
- Review and update Status Go documentation to ensure it's current and comprehensive (01:57:30)
|
||||
|
||||
|
||||
Status Go team
|
||||
|
||||
- Begin process of extracting and isolating components within Status Go for easier future modifications (01:52:22)
|
||||
|
||||
|
||||
Wallet team
|
||||
|
||||
- Explore possibilities of integrating Nimbus' verifying proxy for improved security in wallet transactions (01:03:08)
|
|
@ -0,0 +1,121 @@
|
|||
# TLDR
|
||||
|
||||
We should consider deleting Feature Upvote and transitioning to a Discourse plugin for our feature suggestion and voting needs.
|
||||
|
||||
# What Am I Talking About?
|
||||
|
||||
https://status.app/feature-upvote
|
||||
|
||||
Simply put, Feature Upvote is a feature suggestion and voting functionality accessible through the [status.app](http://status.app/) website. It allows users to submit ideas and vote on feature requests, providing valuable insight into what our community would like to see developed next. However, the tool has some notable downsides that impact our independence, security, and costs, prompting a need for discussion about its future.
|
||||
|
||||
# Why Is It a Problem?
|
||||
|
||||
There are several reasons why Feature Upvote is no longer suitable for our needs. Let’s break them down.
|
||||
|
||||
## 1. Aligning with Status’ Decentralisation and Open Source Principles
|
||||
|
||||
One of Status’ core principles is openness and decentralisation. By removing reliance on an external SaaS product, we are taking an active step toward reducing central points of control and dependency. This shift would serve as a statement that Status prioritises community empowerment and open source solutions, which will resonate a lot better with our user base.
|
||||
|
||||
## 2. Feature Upvote Is a 3rd Party Service
|
||||
|
||||
Feature Upvote is a separate service not owned or maintained by Status. While it allows us to quickly set up and manage feature requests, it relies on external hosting and maintenance by https://featureupvote.com/.
|
||||
|
||||
By depending on a 3rd party service, we introduce a potential risk factor, as any changes to their policies or availability could impact our ability to use the service. Additionally, it introduces data privacy concerns since we do not fully control the environment where our users’ data is stored and accessed.
|
||||
|
||||
## 3. Feature Upvote Is a Closed Source SaaS Solution
|
||||
|
||||
This tool is a closed-source SaaS product, which presents limitations for us as an organisation that values transparency and decentralisation. We cannot self-host it, meaning we have no control over the underlying database or its data handling processes. As part of our website integration, we’re embedding Feature Upvote via an `<iframe>` from an external domain.
|
||||
|
||||
Take a look at the example below:
|
||||
|
||||
- The `<iframe>` points to https://status-desktop.featureupvote.com/, a domain fully managed by Feature Upvote.
|
||||
|
||||
![image|690x289](upload://x2OE8k1lbQ89xfwKvgFN6O0Izpj.jpeg)
|
||||
|
||||
The `<iframe>` points to the following url: https://status-desktop.featureupvote.com/
|
||||
|
||||
![image|690x332](upload://cMXGkKv148bPjWIcF9BXPoXZJl9.jpeg)
|
||||
|
||||
This is a problem because it is inconsistent with our vision of an open, community-driven project. Our reliance on this third-party platform is a step away from transparency and autonomy, which we strive to prioritise.
|
||||
|
||||
## 4. Annual Cost of $1600+ for Feature Upvote
|
||||
|
||||
Please see our Application Catalogue for details of our declared costs related to Feature Upvote.
|
||||
|
||||
[Feature UpVote](https://www.notion.so/Feature-UpVote-2bfa1c1fd089430b92497271e5685dc7?pvs=21)
|
||||
|
||||
The cost of using Feature Upvote is substantial, adding up to over $1600 annually.
|
||||
|
||||
While this may be a manageable expense, it’s worth questioning whether we could allocate these funds more effectively, especially when considering alternative open-source or in-house options that would provide us with more control and flexibility.
|
||||
|
||||
Here’s a snapshot of their pricing model:
|
||||
|
||||
- https://featureupvote.com/pricing/
|
||||
|
||||
![image|601x490, 50%](upload://iRGXqLeAJhmoKa3EwhgC3p4qvmE.png)![image|690x435, 50%](upload://rRlEEzE43KFm9WJ34mP1jU3NlQh.jpeg)
|
||||
|
||||
Considering that this cost is recurring and does not directly align with our decentralised principles, it is essential to weigh whether we should continue this expenditure or look for a more cost-effective, in-house solution.
|
||||
|
||||
## 5. Data Privacy and Security Concerns
|
||||
|
||||
Since Feature Upvote is a closed-source SaaS, there’s limited visibility into how data is handled. By moving to an in-house, open-source solution like Discourse, we can ensure greater privacy controls, giving us full access to log data, analytics, and potential security patches. This is especially relevant in light of data protection regulations and users’ increasing demand for transparency about how their data is used.
|
||||
|
||||
## 6. Integration and Customisation with our Existing Workflows
|
||||
|
||||
Feature Upvote, as a separate tool, requires users to adapt to a different interface and set of features that may not fully match the rest of our ecosystem. With a Discourse plugin, we can customise the voting and suggestion process to better align with our community’s workflow, providing a more cohesive and integrated experience. For instance:
|
||||
|
||||
- Voting could tie into Discourse’s existing notification and ranking features.
|
||||
- Feature discussions can occur directly within the platform, making it easier for community members to track updates, comments, and related discussions without switching between platforms.
|
||||
|
||||
An in-house solution, particularly with open-source tools like Discourse, allows us to adapt and scale the feature suggestion process over time. If new requirements arise (such as tagging features by priority or integrating them into development pipelines), we can make these customisations directly or through plugins
|
||||
|
||||
This flexibility would not be available with Feature Upvote, where we are limited to their feature set and update cycle.
|
||||
|
||||
## 7. Enhanced Moderation and Community Standards
|
||||
|
||||
Feature voting systems often need strong moderation to ensure the suggestions align with community standards and project goals.
|
||||
|
||||
With Discourse, we would have direct control over moderation features and can use existing tools to enforce guidelines, merge duplicate suggestions, and prevent misuse. Moderators would also benefit from centralised tools, rather than having to manage two separate platforms.
|
||||
|
||||
## 8. Encouraging a More Active Community
|
||||
|
||||
Since Discourse is already our primary community platform, having a feature suggestion and voting functionality within the same space could boost engagement.
|
||||
|
||||
Users may be more likely to participate if they are already familiar with the interface and don’t have to go to a separate tool. It could also increase engagement in other areas of the forum, as users browse, comment, and discuss other threads while voting on features.
|
||||
|
||||
See: https://forum.vac.dev/ and https://discuss.status.app/
|
||||
|
||||
# Proposed Solution: Transition to a Discourse Plugin
|
||||
|
||||
Discourse, the forum software we already use for our community discussions, has a number of plugins available that enable feature suggestions and voting capabilities similar to what Feature Upvote offers. By transitioning to a Discourse-based system, we can leverage our existing infrastructure to consolidate feature requests, streamline user interaction, and cut down on costs.
|
||||
|
||||
You can see the old feature requests here:
|
||||
https://discuss.status.app/c/archive/features/51
|
||||
|
||||
Even without an upvote functionality many open source projects rely on Discourse to provide a discussion space for their community to discuss feature requests:
|
||||
|
||||
- [Nextcloud feature requests](https://help.nextcloud.com/tag/featurerequest)
|
||||
- [Docker Feature Requests](https://forums.docker.com/c/archive/feature-requests/5)
|
||||
- [Discourse Feature Discussion](https://meta.discourse.org/c/feature/2)
|
||||
- [Mozilla Feature Requests](https://discourse.mozilla.org/tag/feature-request)
|
||||
- [OpenWrt Feature Requests](https://forum.openwrt.org/c/feature-requests/16)
|
||||
- [GitLab Feature Discussion](https://forum.gitlab.com/tag/feature)
|
||||
- [OpenStreetMap Feature Requests](https://community.openstreetmap.org/tag/feature-request)
|
||||
|
||||
Other open source projects use Discourse plugins or a custom solution for their self hosted feature management:
|
||||
|
||||
https://community.anytype.io/c/feature-requests/6/none
|
||||
https://community.home-assistant.io/c/feature-requests/13
|
||||
|
||||
### Benefits of a Discourse Plugin Solution:
|
||||
|
||||
- **Control and Ownership**: By hosting everything on our own infrastructure, we would retain full control over the data and the platform’s functionality, ensuring it aligns with Status’ commitment to transparency.
|
||||
- **Cost Efficiency**: Eliminating the recurring $1600+ annual fee would allow us to allocate resources more effectively, potentially funding further development on other important community-driven initiatives.
|
||||
- **Streamlined User Experience**: By keeping feature requests within Discourse, we create a seamless experience for users, eliminating the need to navigate to a separate site or engage with an embedded iframe.
|
||||
- **Community Moderation and Engagement**: Discourse’s moderation tools and community-driven ethos provide a platform where users can engage more deeply in discussions about feature ideas, fostering a richer dialogue.
|
||||
|
||||
# What Next?
|
||||
|
||||
Feature Upvote served us well as a quick solution for collecting community feedback on potential features. However, due to its third-party nature, closed-source model, and associated costs, it does not align with our priorities or principles. Transitioning to a Discourse plugin offers a more transparent, cost-effective, and community-friendly approach that fits well within our mission.
|
||||
|
||||
Let’s discuss this proposal further and explore the specific Discourse plugin options that might meet our needs, ensuring a smooth transition for both our community and team.
|
Loading…
Reference in New Issue