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

feature/socialcode #148

Open
wants to merge 44 commits into
base: develop
Choose a base branch
from

Commits on Mar 20, 2024

  1. add my folder and git ignoring rules b00tc4mp#3

    unknown authored and unknown committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    3f52998 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. changes in thumbs.db b00tc4mp#30

    unknown authored and unknown committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    faff4fd View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. change name b00tc4mp#3

    unknown authored and unknown committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    248319d View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. create new branch and work in new app based on shapes#149

    unknown authored and unknown committed May 6, 2024
    Configuration menu
    Copy the full SHA
    a86efbb View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Home components and Post, PostList and CreatePostForms b00tc4mp#149

    unknown authored and unknown committed May 7, 2024
    Configuration menu
    Copy the full SHA
    4be065e View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. add Confirm methods, styles Posts b00tc4mp#149

    unknown authored and unknown committed May 10, 2024
    Configuration menu
    Copy the full SHA
    26caeb4 View commit details
    Browse the repository at this point in the history
  2. changes on load() b00tc4mp#149

    unknown authored and unknown committed May 10, 2024
    Configuration menu
    Copy the full SHA
    52815a8 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. add initial code for api; correct folders on project socialcode b00tc…

    unknown authored and unknown committed May 23, 2024
    Configuration menu
    Copy the full SHA
    02181b9 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

  1. add more routes to api; add initial code for data layer abstraction; b…

    unknown authored and unknown committed May 25, 2024
    Configuration menu
    Copy the full SHA
    98615ca View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. implement logic - register user; use it i server; add test; b00tc4mp#149

    unknown authored and unknown committed May 26, 2024
    Configuration menu
    Copy the full SHA
    f316dfc View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. implement get all posts and create posts logics in api; integrate the…

    …m in the app; b00tc4mp#149
    unknown authored and unknown committed May 30, 2024
    Configuration menu
    Copy the full SHA
    7e1e017 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. implement delete post and get user name logics in api; integratethem …

    …in app b00tc4mp#149
    unknown authored and unknown committed May 31, 2024
    Configuration menu
    Copy the full SHA
    eff7646 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. api and app functional with app in public folder b00tc4mp#149

    unknown authored and unknown committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    8791cb1 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. finish the app; restart app implementation in react b00tc4mp#149

    unknown authored and unknown committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    37ba17b View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. add login, register and home; separete views and implement link naveg…

    …ations; implement register submit; b00tc4mp#149
    unknown authored and unknown committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    4f973fc View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. extract atomic, molecular and container core components b00tc4mp#149

    unknown authored and unknown committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    27368dd View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. add more core, library and views components; move responsabilities to…

    … them b00tc4mp#149
    unknown authored and unknown committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    4dc5cb3 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. add heading and image core components; update title and view compos; …

    …add user name retrieval and rendering in home; add post list compo in home with posts retrieval and redering; b00tc4mp#149
    unknown authored and unknown committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    5fbddd5 View commit details
    Browse the repository at this point in the history
  2. implement delete post; separate post from post-list (compos) b00tc4mp…

    unknown authored and unknown committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    e948c8e View commit details
    Browse the repository at this point in the history
  3. add create-post-form and mechanize open and close behaviors b00tc4mp#149

    unknown authored and unknown committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    b0e1cdc View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. add create post form compo and logic; add post list auto refresh on p…

    …ost created; b00tc4mp#149
    unknown authored and unknown committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    744728f View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. componetize create post form, and others;add more features to view co…

    …mpo; add feedback pannel to form with feedback; b00tc4mp#149
    unknown authored and unknown committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    ff8ede8 View commit details
    Browse the repository at this point in the history
  2. style correct and functions done b00tc4mp#149

    unknown authored and unknown committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    4447df9 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. add jwt protection in api and use the token in app for get-user-name …

    …and create-post endpoints; b00tc4mp#149
    unknown authored and unknown committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    74c701f View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. add jwt security in get-all-posts and delete-posts logic (client and …

    …server); add jwt payload validation and extraction in app; split logic into files in app; b00tc4mp#149
    unknown authored and unknown committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    942b0e4 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

  1. split api logic into files; add com package with errors and validatio…

    …ns; apply com in app and api; b00tc4mp#149
    unknown authored and unknown committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    54a7a7f View commit details
    Browse the repository at this point in the history
  2. protect passwords in db with hashing b00tc4mp#149

    unknown authored and unknown committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    59a639b View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. add config files (.env) in app and api; b00tc4mp#149

    unknown authored and unknown committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    5b630d8 View commit details
    Browse the repository at this point in the history
  2. changes in createPost to make it work b00tc4mp#149

    unknown authored and unknown committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    00a365b View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. create toggleLike and aplicate in app and api b00tc4mp#149

    unknown authored and unknown committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    ed5b902 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. move all data to mongodb; update all logics; make toggleLike work again

    unknown authored and unknown committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    78c09a4 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. use ids instead of usernames in api and app for data tracking and pro…

    …cessing; b00tc4mp#149
    unknown authored and unknown committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    a35f364 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. change xhr into fetch in logic b00tc4mp#149

    unknown authored and unknown committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    18fa583 View commit details
    Browse the repository at this point in the history
  2. delete folder app/shapes b00tc4mp#149

    unknown authored and unknown committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    a0cc8f4 View commit details
    Browse the repository at this point in the history
  3. add gitignore b00tc4mp#149

    unknown authored and unknown committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    dd5d724 View commit details
    Browse the repository at this point in the history
  4. all files of the logic change into fetch b00tc4mp#149

    unknown authored and unknown committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    15ba427 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. make every client logic promised b00tc4mp#149

    unknown authored and unknown committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    9a680b8 View commit details
    Browse the repository at this point in the history
  2. add confirm delete form to the delete button b00tc4mp#149

    unknown authored and unknown committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    9da7236 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. migrate api to promises (logic and jsonwebtoken); b00tc4mp#149

    unknown authored and unknown committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    aaa6b1d View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. add error handler in api b00tc4mp#149

    unknown authored and unknown committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    ee06b0a View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. apply handler-error-response in all route handlers in api; b00tc4mp#149

    unknown authored and unknown committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    0ecaf4e View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. split api server handlers; add error handler; add test for authentica…

    …te user for mocha and chai;b00tc4mp#149
    unknown authored and unknown committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    9421489 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

  1. create all test for logic with mocha/chai b00tc4mp#149

    unknown authored and unknown committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    649549b View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. change some of the styles in css to tailwind b00tc4mp#149

    unknown authored and unknown committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    766ea14 View commit details
    Browse the repository at this point in the history