Skip to content
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

Feat/user metadata upload endpoint #13

Open
wants to merge 36 commits into
base: master
Choose a base branch
from

Commits on Dec 6, 2022

  1. Configuration menu
    Copy the full SHA
    1abb814 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. Configuration menu
    Copy the full SHA
    ff0b0d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b584390 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba00710 View commit details
    Browse the repository at this point in the history
  4. Create User form started

    eduairet committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    d00ae68 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2022

  1. Form now uploads data to IPFS

    - Now you can fill the form in usertest.js UI and create a JSON in IPFS
    eduairet committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    864ed2c View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2022

  1. Update usertest.js

    Links field fixed
    eduairet committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    49f6a52 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. Update usertest.js

    - Contract interactions checked
    - Lens profile checked
    eduairet committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    6db4767 View commit details
    Browse the repository at this point in the history
  2. Update usertest.js

    Now you can create an user from the UI
    eduairet committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    0f7739e View commit details
    Browse the repository at this point in the history
  3. Update usertest.js

    Non connected behavior
    eduairet committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    1641bd5 View commit details
    Browse the repository at this point in the history
  4. Update usertest.js

    eduairet committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    567e329 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4e2a883 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. Links input handled

    Now the create/edit user for is finished
    Set profile with metadata still not working
    eduairet committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    ede53b4 View commit details
    Browse the repository at this point in the history
  2. Page name changed

    New name: create-edit-user
    eduairet committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    c1bf936 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. Configuration menu
    Copy the full SHA
    3c386d9 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2022

  1. Upload metadata endpoint secured

    - Added the iron session api route to the metadata upload endpoint
    eduairet committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    5249db2 View commit details
    Browse the repository at this point in the history
  2. Input as a class

    Inputs removed from globals and added to Form.module.css
    eduairet committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    5f5d1ff View commit details
    Browse the repository at this point in the history
  3. Formik user form started

    eduairet committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    c204c27 View commit details
    Browse the repository at this point in the history
  4. Create profile

    - Now create profile works with variables
    - Missing ironOptions imported to endpoint
    eduairet committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    424ce38 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2022

  1. Formik implemented

    - Formik library and Yup implemented
    - Default profile query when user creates profile
    - Queries and mutations now work with variables
    - Reducer form replaced by formik
    eduairet committed Dec 18, 2022
    Configuration menu
    Copy the full SHA
    09f178c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a258db0 View commit details
    Browse the repository at this point in the history
  3. Metadata structure

    - Metadata structure is now right but the mutation is not working
    eduairet committed Dec 18, 2022
    Configuration menu
    Copy the full SHA
    4d5af03 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. Form values are get from Lense

    Now the user settings are get from lens if they exist
    eduairet committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    7b3c931 View commit details
    Browse the repository at this point in the history
  2. Edit user contract interaction added

    - Proxy contract added
    - Edit user now works but it is sometimes underpriced
    eduairet committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    3c29566 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d28919 View commit details
    Browse the repository at this point in the history
  4. Update pnpm-lock.yaml

    eduairet committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    327c0e3 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. Update create-edit-user.js

    Discord as URL
    eduairet committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    15992bf View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. First try IPFS

    eduairet committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    c895ff4 View commit details
    Browse the repository at this point in the history
  2. Infura upload

    eduairet committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    e0c53ec View commit details
    Browse the repository at this point in the history
  3. IPFS url to Lens

    eduairet committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    a932478 View commit details
    Browse the repository at this point in the history
  4. Update create-edit-user.js

    eduairet committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    35d37fa View commit details
    Browse the repository at this point in the history
  5. Update create-edit-user.js

    eduairet committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    dfc8d39 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. Configuration menu
    Copy the full SHA
    182d85b View commit details
    Browse the repository at this point in the history
  2. Merged main into my branch

    - Create profile query typo fixed
    - Now you can access the create edit user window from the dashboard
    - Input undefined error fixed
    - Create edit user page now loads but needs a lot of debugging
    - Connect contract matches JP's but needs to allow the edit user function
    - Prettier and lint added to workflow
    eduairet committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    3d95f7b View commit details
    Browse the repository at this point in the history
  3. Delete FontProjectV2.json

    eduairet committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    a9550a6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ed9f64 View commit details
    Browse the repository at this point in the history