-
Notifications
You must be signed in to change notification settings - Fork 1
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
[Feature] Applets for Maskbook #10
Comments
this will bring unnecessary complexity to our product I think |
|
this applets and holoflows don't share the same plug-in model. if maskbook is going to have a plugin system, it shall using the hook model (beforeSomeEvent, afterSomeEvent). Holoflows is using the composing function model (data |> f1 |> f2 |> f3). |
Could you elaborate how hook model may support the capabilities aforementioned? Especially...
|
hook model can not add a button. there should be another command style API like and again, this will bring unnecessary complexity |
Reasonable. We may need
With these APIs, publishing polls and images in posts will be possible. Typed posts may be implemented as posts with attributes. |
No I'm not suggest you to develop such a system |
Ok. In your point of view, what is the most harmless way to include an Ethereum wallet in Maskbook? |
By not adding it. |
I wish you may understand that we will have to make anything to raise funding, even including Flappy Bird, otherwise we will bankrupt since we do not have a sufficient revenue cashflow. Our priority is to minimize the consequences of these disasters, rather than to stay away from these disasters. |
Ok, this kind of plugin system is possible, but it need a lots of work and our code will become spaghetti. If we don't have a ton of features for raise funding, it is easier to add it case-by-case |
Tons of features, likely. Hope for the best; prepare for the worst. Also, the long-term vision is quite different from what we documented in Mar 2019. |
Abstract
It has been clear that we have some advanced optional features to introduce; examples include Ethereum wallet, AdClick, and Smart Text Interpreter.
Through months of contemplation, I am convinced that applets may be the best way to do so as a good combination of technical extensibility and right of choice for users. With an Applet Manager, a user may enable and disable such optional features, like how optional features in the "Discover" tab may be hidden in WeChat.
Applet Capabilities
Summary
An applet may be able to:
With these capabilities, applets may be able to perform necessary operations while conforming to the expectations for optional features in Maskbook.
To be continued...
The text was updated successfully, but these errors were encountered: