DAOhaus
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Owners
        • Signed-in users
        • Everyone
        Owners Signed-in users Everyone
      • Write
        • Owners
        • Signed-in users
        • Everyone
        Owners Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
    • Invite by email
      Invitee

      This note has no invitees

    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Note Insights
    • Engagement control
    • Transfer ownership
    • Delete this note
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Versions and GitHub Sync Note Insights Sharing URL Help
Menu
Options
Engagement control Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Owners
  • Owners
  • Signed-in users
  • Everyone
Owners Signed-in users Everyone
Write
Owners
  • Owners
  • Signed-in users
  • Everyone
Owners Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
  • Invite by email
    Invitee

    This note has no invitees

  • Publish Note

    Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

    Your note will be visible on your profile and discoverable by anyone.
    Your note is now live.
    This note is visible on your profile and discoverable online.
    Everyone on the web can find and read all notes of this public team.
    See published notes
    Unpublish note
    Please check the box to agree to the Community Guidelines.
    View profile
    Engagement control
    Commenting
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    • Everyone
    Suggest edit
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    Emoji Reply
    Enable
    Import from Dropbox Google Drive Gist Clipboard
       owned this note    owned this note      
    Published Linked with GitHub
    Subscribed
    • Any changes
      Be notified of any changes
    • Mention me
      Be notified of mention me
    • Unsubscribe
    Subscribe
    # Tooling Needs A list of needs based on this week's hack ### Moloch Pack group of packages you can bring in together or on their own - Remove the need for MolochContext with react-query hooks for each domain of Moloch Data - ie.) useDao, useProposals, ect.. - might be it's own package - build an apply to admin app to get it working - apply to start repo - Moloch V3 Macro elements (Proposal Card, Proposal List) - we need to walkthourh app and define - Moloch V3 component atoms - anything need to compose the macro elements - Moloch V3 Fields (for formBuilder) - ensure we include key proposal settings fields - expiration and proposal offering - add all current custom fields - what is on form builder vs. moloch pack - need to adapt to use hook instead of context - in moloch pack - can import separately Future: - Moloch V3 Pages - Moloch context should have a flag to know if a dao entity was found - use Hooks library likely removes the need for this - might be able to deprecate moloch-v3-context - Index Shaman contracts so they can be identified by i.e. interface hash - think about we get more shamans - shaman specific subgraph? - or some other registry ### Quick App Structure Start with 3 new starter repos - single dao w/out ui, just base contexts, single dao w/ ui, multi dao - Include basic boilerplate code on dApp template to start implementing custom fields - Under `legos/tx.ts` specify TX record type as `export const TX: Record<string, TXLego> = {` otherwise you start getting typing errors Future - separate exoskeletons for single DAO apps vs. Multi DAO - extracted out of starters eventually - CLI templates for vite/cra/next ### Custom UI - Still need to separate UI from FormBuilder ### Decouple React Router from UI - Was a larger lift than initialy thought. React router impacts more components but should still be removed from the UI. - TODO: Rowdy add components that need to be refactored - Without this we can't use next.js - TODO: list all spots needing update and assess effort and API friction ### Component Library - Tag explodes on hub card ![](https://i.imgur.com/l9NwROt.png) Moloch Pack atom updates: - Currently, we have a MemberCard that is a dropdown. MemberCard should not be a Dropdown. There should be a MemberCard (or MemberAvatar), which fetches for a memberProfile and displays it, and there should be a MemberCardDropdown which has the full dropdown. - MemberCard has extra padding. The padding should be applied from outside the library. ### Form Builder - Add Object argType on `checkArgType`. Use case: sending a struct as a parameter e.g. see VCOnboarderShaman ### Tx Builder - return transaction receipt and form state into a lifecycle function to read that data in a component after form submission ### Build updates - Get React Icons working in ~~CRA~~ and Next.js - Currently working via kinda hacky solution. Have issue open with NX team found [here](https://github.com/nrwl/nx/issues/13919) - remove react icons library and put in an assets - Auto imports aren't consistently working - Sourcemaps maybe? - huge package size? - nested packages are not doing this - workaround to add all in package.json - package and app sizes - `export * as...` - refactor these to named exports - big lift in utils ### app updates/bugs - Profile is refreshing on each route change in ADMIN - DAO name is not getting updated when posting new metadata - Sponsor logic should look at delegated shares - if a member has delagated shares they should not be able to sponsor Fixed: - admin: adjust logic on execute button so quorum failures can be executed, app currently thinks those are just failed. - if status is 5 (Ready) and proposal failed (status[2] == false) - still needs to be executed ( or maybe status[1] == false and status[2] == false) - or might need to adjust proposal status logic in moloch-v3-data ### Subgraph - delegateCount is showing 1, even no one is delegating to this address. Shares are the same as delegateShares https://admin.daohaus.fun/#/molochv3/0x5/0xc035dd7cda32ae73f0f306ed56658527aad47648/members ![](https://i.imgur.com/vByGKcW.png) ![](https://i.imgur.com/OMoeMSc.png) - Found the delegateOf field. We should perhaps generate a new query for a member's delegates. I'm having trouble doing this from an external app. ### Docs - get out of JP's world - merge new pr - package headlines - new packages will be coming with moloch pack - update readmes - still have a lot of old code examples - automate api docs - w/ co-pilot - inline comments w/ doc generation - research tools - hook up out of github - js doc/doc sys - tutorial creation - 1. find time to do more code alongs or fishbowls - 2. UI runs with creating content off these FUTURE/start developing process for these - - contributor process flow - how can we flow custom dev elements back into the protocol - pr issues template - tutorial/article/doc page/readme notes driving to this - retroactive funding? - bounty board for issues going forward? - dogfood/document as we build ## Budget https://app.safe.global/gno:0x23f6FA624581855D527df1Aa751B8a60c5e8059d/balances Do we want to spin this proposal up as a request from a maintainers DAO? - RAD DAD Lads DAO ## Next steps - Start a proposal doc - sam, then send to team to add/edit/ect... - deliverables - budget - team - Spin up Rad Dad Lads DAO - Create issue tickets and project board - sam

    Import from clipboard

    Paste your markdown or webpage here...

    Advanced permission required

    Your current role can only read. Ask the system administrator to acquire write and comment permission.

    This team is disabled

    Sorry, this team is disabled. You can't edit this note.

    This note is locked

    Sorry, only owner can edit this note.

    Reach the limit

    Sorry, you've reached the max length this note can be.
    Please reduce the content or divide it to more notes, thank you!

    Import from Gist

    Import from Snippet

    or

    Export to Snippet

    Are you sure?

    Do you really want to delete this note?
    All users will lose their connection.

    Create a note from template

    Create a note from template

    Oops...
    This template has been removed or transferred.
    Upgrade
    All
    • All
    • Team
    No template.

    Create a template

    Upgrade

    Delete template

    Do you really want to delete this template?
    Turn this template into a regular note and keep its content, versions, and comments.

    This page need refresh

    You have an incompatible client version.
    Refresh to update.
    New version available!
    See releases notes here
    Refresh to enjoy new features.
    Your user state has changed.
    Refresh to load new user state.

    Sign in

    Forgot password

    or

    By clicking below, you agree to our terms of service.

    Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
    Wallet ( )
    Connect another wallet

    New to HackMD? Sign up

    Help

    • English
    • 中文
    • Français
    • Deutsch
    • 日本語
    • Español
    • Català
    • Ελληνικά
    • Português
    • italiano
    • Türkçe
    • Русский
    • Nederlands
    • hrvatski jezik
    • język polski
    • Українська
    • हिन्दी
    • svenska
    • Esperanto
    • dansk

    Documents

    Help & Tutorial

    How to use Book mode

    Slide Example

    API Docs

    Edit in VSCode

    Install browser extension

    Contacts

    Feedback

    Discord

    Send us email

    Resources

    Releases

    Pricing

    Blog

    Policy

    Terms

    Privacy

    Cheatsheet

    Syntax Example Reference
    # Header Header 基本排版
    - Unordered List
    • Unordered List
    1. Ordered List
    1. Ordered List
    - [ ] Todo List
    • Todo List
    > Blockquote
    Blockquote
    **Bold font** Bold font
    *Italics font* Italics font
    ~~Strikethrough~~ Strikethrough
    19^th^ 19th
    H~2~O H2O
    ++Inserted text++ Inserted text
    ==Marked text== Marked text
    [link text](https:// "title") Link
    ![image alt](https:// "title") Image
    `Code` Code 在筆記中貼入程式碼
    ```javascript
    var i = 0;
    ```
    var i = 0;
    :smile: :smile: Emoji list
    {%youtube youtube_id %} Externals
    $L^aT_eX$ LaTeX
    :::info
    This is a alert area.
    :::

    This is a alert area.

    Versions and GitHub Sync
    Get Full History Access

    • Edit version name
    • Delete

    revision author avatar     named on  

    More Less

    Note content is identical to the latest version.
    Compare
      Choose a version
      No search result
      Version not found
    Sign in to link this note to GitHub
    Learn more
    This note is not linked with GitHub
     

    Feedback

    Submission failed, please try again

    Thanks for your support.

    On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

    Please give us some advice and help us improve HackMD.

     

    Thanks for your feedback

    Remove version name

    Do you want to remove this version name and description?

    Transfer ownership

    Transfer to
      Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

        Link with GitHub

        Please authorize HackMD on GitHub
        • Please sign in to GitHub and install the HackMD app on your GitHub repo.
        • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
        Learn more  Sign in to GitHub

        Push the note to GitHub Push to GitHub Pull a file from GitHub

          Authorize again
         

        Choose which file to push to

        Select repo
        Refresh Authorize more repos
        Select branch
        Select file
        Select branch
        Choose version(s) to push
        • Save a new version and push
        • Choose from existing versions
        Include title and tags
        Available push count

        Pull from GitHub

         
        File from GitHub
        File from HackMD

        GitHub Link Settings

        File linked

        Linked by
        File path
        Last synced branch
        Available push count

        Danger Zone

        Unlink
        You will no longer receive notification when GitHub file changes after unlink.

        Syncing

        Push failed

        Push successfully