-
Notifications
You must be signed in to change notification settings - Fork 194
Calls
Moritz Kaminski edited this page Sep 28, 2022
·
19 revisions
Community calls happen every Thursday at 1pm UTC.
- Check out the meeting notes
- Dial in here
- GitHub Issue
- Meeting notes
- Tiny PRs that are easy to review
- Cosmetics always in a seperate PR, otherwise it is hard to see if something changed or if it is unrelated costmetic changes
- If possible: commit messages and PR descriptions describe WHY doing the change?
- Design: we need mockups for functionality before implementation and agree on the features and processes
- Discussion about the Core Design Goals
- Who is it for (short-term? mid-term?)
- What should it do? / What's the pitch?
- UI implementation in order to show functionality and make it easier for people and developers to use
- Welcome/Onboarding screens as proposed by Johns
- Popup
- Prompts (payment/enable)
- Options for configurations
- Allowances
- LNURL-pay
- LNURL-auth
- Testsuite
- Donation metatag (with LNURL-pay)
- Updating the current spec and doing a RFC
- What are they?
- How do they work?
- Why could they be helpful for us?
- I find the messaging pretty confusing and we quickly spread functionality accross the app
- Messaging has limitations:
- Every message handler receives EVERY message always
- Added message handlers will stay around and will receive all future messages
- Security considerations when communicating with the inpage/content script
- seems to provide a standardized way?
- we don't need custom messaging
- clear architecture, used by others
- joule uses it, too.
- learning curve is quite steep it seems
- What should be encrypted?
- What should not be encrypted?
- Having everything encrypted limits the functionality of the the extension because the user will always have to unlock the extension first.
- Shuld the extension get locked after a certrain period of time automatically? (=> problem that functionality does not work if everything is encrypted)
- Home
- Bounties
- Calls
- Connector API
- Internationalization i18n (Developer Guide)
- Lightning Monetization meta tag
- Lightning Node Connect
- Making Payment Transactions Smart With Structured Metadata
- Open Design
- Test Setup
- Image Compression Tutorial