Jillian Ada Burrows Sosa
    • Create new note
    • Create a note from template
      • 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
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Write
        • Only me
        • Signed-in users
        • Everyone
        Only me 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 New
    • Engagement control
    • Make a copy
    • Transfer ownership
    • Delete this note
    • Save as template
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Note Insights Versions and GitHub Sync Sharing URL Create Help
Create Create new note Create a note from template
Menu
Options
Engagement control Make a copy 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
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Write
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me 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
    • Any changes
      Be notified of any changes
    • Mention me
      Be notified of mention me
    • Unsubscribe
    **Ontology** - **Range** — A constraint on the type values of the type may take on. In the current implementation, there are two numeric types: 1. Int 2. Float - The values are currently limited by `min` and `max` however we have not defined if these form an open, closed, or half-open interval. So a more rigorous mathematical definition needs to occur. - **Dimensions** - _Subjective_ — a dimension bounded by a range that contains user input assesments (subjective assessments through the transitive property?) - _Objective_ — a dimension bounded by a range that contains computed assessments (objective/computed assessments through the transitive property) based off subjective assessments. - **Assessments** — a value along a bounded dimension that relates to a particular resource created either by a user (subjective/user input assessment) or by a method (objective/computed assessment). - **Methods** — a way of computing an objective assessment from subjective assessments. - Currently we only implement sum and mean. - In the future, methods may form a computation graph across assessments and dimensions. In this case, the ontology will likely change, since the inputs can be objective assessments. It would make more sense to align on the mathmatical terms of domain and range or domain and codomain of a function. Then dimensions will all be the same. Also, for people used to spreadsheets, data science, and big data, it makes more sense to call 'dimensions' 'columns'. - **Assessment widget tray** — This holds all the assessment widgets in a particular order. The configuration is created for each resource def entry hash. - **Assessment widget** — This allows: - creating an assessment for a resource for a particular user along a particular subjective dimension - *Does it allow a user to changing their assessment for a given resource? E.g., either removing or changing an errant assessment.* - reflecting the user's most recently created assessment along the assigned subjective dimension for a particular resource back to the user - displaying the latest computed assessment from an objective/output dimension for a particular resource. - **Context** — As currently implemented, contexts are limited structures that are limited to one resource def entry hash and allow filtering and ordering resources according to the values of the associated assessments. - An arbitrary number of GreaterThan, LessThan, or Equal Thresholds can be associated with a Context. - Ordering can be be Biggest or Smallest - **Potential Issues** - The ordering has much to be desired, since it is only numeric (though we only support numeric values ATM) - While people can create a GreaterThan and an Equal Threshold, people may prefer to have a GreaterThanOrEqual and LessThanOrEqual Threshold. - In the Distributed Social Sensemaking document, contexts are much more complicated if one proceeds past the cursory definition on page 10. They allow access control by role or other permission structure (credentials & social linking). In this case, they should actually be considered membranes in the Holochain sense. If they are not implemented as membranes, then we have to implement a secure RBAC system to control who has which kind of access to which kind of assessment or resource across the Neighbourhood. We likely need to have this in place already for Sensemaker Zome calls, since currently anyone who has access to the Sensemaker Zome can create Contexts and potentially read all Assessments. So there is much to think about in terms of security. - In a larger design sense, **it is desirable to set up one Assessment Widget Tray configuration per context.** For example, if I'm setting up a way of flagging content, there will be at least two contexts: a public context and a moderator context. - The public context will have an assessment widget in the tray that allows creating a 'Red Flag' assessment. The public context will also have a Threshold that only shows posts with less than two 'Red Flag' assessments. - The moderator context will show posts that have 2 or greater 'Red Flag' assesments. This context will have a separate tray configuration that would allow restoring the post or adding a 'strike mark' assesment to a user that posted the content (this adds another layer of complexity since the user currently can't be assessed against in our code). **Requirements** 1. CAs will be able to set up dimensions (both subjective and objective) with their own ranges. These dimensions exist through the whole Neighbourhood. 2. CAs will be able to associate methods with a set of input/subjective dimensions and an output/objective dimension. They will also be able to set a boolean which controls if the method is automatically computed. This means we should be able to schedule the method to run on the backend automatically if one of its input dimensions gets new assessments and the method is set to automatically compute. - 'subjective' dimension is the current terminology, but we can create compute graphs where dimensions would just be considered outputs of methods can which form inputs to methods (this is a simple change). - We're actually running methods not on all of the subjective assessments, but rather the most recent assessment from each user for the specific resource. - There may be multiple output dimensions that rely on the same input assessments, which would remain stale if the computation method is tied to the the assessment widget. 3. CAs will be able to associate resource types (resource def entry hashes) with a 'assessment widget tray configuration' containing a specific set of assessment widgets. - Each resource def entry hash will need a configuration with an ordered list of assessment widget configurations. - Each assessment widget configuration will need - the assessment making part - a subjective dimension used to create an assessment for the given user and resource entry hash - a widget used to make the assessments and display the user's current assessment - the assessment viewing part - an objective dimension used to retrieve the latest objective assessment for the given resource entry hash within the neighbourhood - a widget used to display the latest computed assessment - Widgets may be either read only (showing only the most recent computed assessment along the dimension), or write only (allowing a user to assess, but not see the computed value). 4. Each time a resource is shown, given a resource def entry hash and a resource entry hash, - it is possible to fetch the assessment widget tray configuration for the given resource def entry hash in order to assemble the correct assessment widgets for the assessment control in the correct order - given the assessment widget tray configuration and the child assessment widget configurations, it is possible to fetch the - most recent subjective assessment for the current user for the given resource entry hash - most recent objective/computed assessment for given resource entry hash Need: - A standard for defining the range a particular control can be used with. This will be used to allow selecting a widget that works with the given dimension's range. - This can be a Range object on the interface exposed by the blocks. - This can be a range object in the applet config. - This can be a range object in a custom-elements-manifest. - API for setting and retreiving configuration - For a given resource def eh, we should have an ordered set of configs for items in the Assessment Widget Tray ``` type AssessmentWidgetConfig = { dimensionEh: EntryHash, widgetEh?: EntryHash // This is specifically for when components are separated out into their own DHT entry (or sequence of DHT entries to allow extra large codebases to be stored). } | { dimensionEh: EntryHash, applicationId?: EntryHash, // This is whatever the id for the application is. I didn't check to see if this is accurate componentName?: string // This is the name of the component as exposed by the applet interface } type AssessmentWidgetBlockConfig = { // This is the widget that allows making an assessment and displaying the user's chosen selection if the user can select one of many options inputAssessmentWidget: AssessmentWidgetConfig, outputAssessmentWidget: { dimensionEh: EntryHash, widgetEh: EntryHash // There is currently no agreement about having multiple components, one for assessment and one for pure output of computed assessments. // However, if there were separate components, the config for that component would go here and this would be the same as above // There is also a discussion to be had about other modalities of sensemaking like tags and things we haven't considered yet. } } // I'm torn between making this an ordered hash or just an array. I think for simplicity, this will be an array. type AssessmentWidgetTrayConfig = AssessmentWidgetBlockConfig[] type ResourceDefAssessmentWidgetTrayConfig = { [ResourceDefEH]: AssessmentWidgetTrayConfig } ``` - API for easily retreiving the assessment - API for running methods by assessment dimension - Design: When we have multiple selection options with different values and the computed value is avg do we want to show the average on the in the assessment widget tray or do we want to the sum of selections other people have made (aka a histogram)?

    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