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

Frontend #502

Open
wants to merge 91 commits into
base: main
Choose a base branch
from
Open

Frontend #502

wants to merge 91 commits into from

Commits on Jun 12, 2023

  1. Configuration menu
    Copy the full SHA
    edc4ad6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from nrai14/trelloboard

    updating readme with trello link
    nrai14 committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    3134bab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4108351 View commit details
    Browse the repository at this point in the history
  4. Create main.yml

    olic32 committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    b2c901c View commit details
    Browse the repository at this point in the history
  5. began styling home/landing page

    gwaarb committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    6f230ce View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2 from nrai14/design

    began styling home/landing page
    olic32 committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    e95cd56 View commit details
    Browse the repository at this point in the history
  7. changed database schema

    jasmine-asra committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    068e470 View commit details
    Browse the repository at this point in the history
  8. fixed conflicts

    jasmine-asra committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    c9dac6f View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. fixed database issues

    jasmine-asra committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    3dd170e View commit details
    Browse the repository at this point in the history
  2. initial test scenarios

    devCoder69409 committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    1e177f5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3 from nrai14/test_scenarios

    initial test scenarios
    devCoder69409 committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    f2f1d8c View commit details
    Browse the repository at this point in the history
  4. Update main.yml

    olic32 committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    35c063e View commit details
    Browse the repository at this point in the history
  5. started styling signup page

    gwaarb committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    13a982a View commit details
    Browse the repository at this point in the history
  6. displays error messages

    jasmine-asra committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    7d3f794 View commit details
    Browse the repository at this point in the history
  7. displays error messages

    jasmine-asra committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    81885fe View commit details
    Browse the repository at this point in the history
  8. Sign up (#4)

    * added first and last name to user
    
    * changed database schema
    
    * fixed database issues
    
    * displays error messages
    jasmine-asra committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    cffa4cc View commit details
    Browse the repository at this point in the history
  9. merged main into design branch

    gwaarb committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    c97d28b View commit details
    Browse the repository at this point in the history
  10. fixed user unit test

    jasmine-asra committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    ad3e337 View commit details
    Browse the repository at this point in the history
  11. Merge sign up to main

    :wq
    jasmine-asra committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    4cba0dc View commit details
    Browse the repository at this point in the history
  12. Sign up (#5)

    * added first and last name to user
    
    * changed database schema
    
    * fixed database issues
    
    * displays error messages
    
    * fixed user unit test
    jasmine-asra committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    4c94ea4 View commit details
    Browse the repository at this point in the history
  13. changed integration tests

    olic32 committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    b785f7b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3d78c5b View commit details
    Browse the repository at this point in the history
  15. new session functionality started

    gwaarb committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    485d6bf View commit details
    Browse the repository at this point in the history
  16. added unit tests

    jasmine-asra committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    fccd28e View commit details
    Browse the repository at this point in the history
  17. added unit tests

    jasmine-asra committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    a5be9d3 View commit details
    Browse the repository at this point in the history
  18. Sign up (#6)

    * added first and last name to user
    
    * changed database schema
    
    * fixed database issues
    
    * displays error messages
    
    * fixed user unit test
    
    * added unit tests
    jasmine-asra committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    20ea9ec View commit details
    Browse the repository at this point in the history
  19. Merge pull request #7 from nrai14/design

    Design
    oliver-weare committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    429c320 View commit details
    Browse the repository at this point in the history
  20. merged with main

    jasmine-asra committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    9bfcba6 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    823543a View commit details
    Browse the repository at this point in the history
  22. merged with main

    jasmine-asra committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    48218fe View commit details
    Browse the repository at this point in the history
  23. Update a single integration test just to check if it works

    just checking to see if i can fix this test
    olic32 committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    ed3ccaf View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Configuration menu
    Copy the full SHA
    7331521 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ea3d29 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #9 from nrai14/design

    removed password encrypting from sessions for now
    oliver-weare committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    cf1daad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1125a38 View commit details
    Browse the repository at this point in the history
  5. Sign up (#10)

    * added first and last name to user
    
    * changed database schema
    
    * fixed database issues
    
    * displays error messages
    
    * fixed user unit test
    
    * added unit tests
    
    * merged with main
    
    * added existing email validation
    jasmine-asra committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    1050862 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d2ce37f View commit details
    Browse the repository at this point in the history
  7. user already exists test

    jasmine-asra committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    64a1e6e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    569472c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    292c3e4 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #11 from nrai14/cypressbranch

    new cypress tests matching user stories
    olic32 committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    f5d7bdb View commit details
    Browse the repository at this point in the history
  11. sign up stuff

    afzaa25 committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    68a94e6 View commit details
    Browse the repository at this point in the history
  12. refactored code

    jasmine-asra committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    82e2fcf View commit details
    Browse the repository at this point in the history
  13. max length validation

    jasmine-asra committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    7388a05 View commit details
    Browse the repository at this point in the history
  14. merged sign-up versions

    jasmine-asra committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    ffe7201 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a36f20c View commit details
    Browse the repository at this point in the history
  16. resolved conflicts

    jasmine-asra committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    e8b35e4 View commit details
    Browse the repository at this point in the history
  17. Update main.yml

    olic32 committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    c846344 View commit details
    Browse the repository at this point in the history
  18. Update cypress.json

    olic32 committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    ba0c45a View commit details
    Browse the repository at this point in the history
  19. Update cypress.json

    olic32 committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    58c062a View commit details
    Browse the repository at this point in the history
  20. Timeline (#12)

    * updated navbar in timeline
    
    * started layout for creating a post
    nrai14 committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    2eb2b83 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    1bcf96e View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    d2ef4f6 View commit details
    Browse the repository at this point in the history
  23. added confirm password

    jasmine-asra committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    a4371dc View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. added validation tests

    jasmine-asra committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    d2c96b6 View commit details
    Browse the repository at this point in the history
  2. ready to merge

    jasmine-asra committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    b903e50 View commit details
    Browse the repository at this point in the history
  3. "ready to merge"

    Co-authored-by: Nish Rai  <nrai14@users.noreply.github.com>
    Co-authored-by: Oliver Weare <gwaarb@users.noreply.github.com>
    Co-authored-by: Afzaa Atcha <afzaa25@users.noreply.github.com>
    4 people committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    9c8b7b7 View commit details
    Browse the repository at this point in the history
  4. Sign up (#14)

    * added first and last name to user
    
    * changed database schema
    
    * fixed database issues
    
    * displays error messages
    
    * fixed user unit test
    
    * added unit tests
    
    * merged with main
    
    * added existing email validation
    
    * first and last name cannot contain punctuation
    
    * user already exists test
    
    * added max character limit on name fields
    
    * sign up stuff
    
    * refactored code
    
    * merged sign-up versions
    
    * up to date with origin sign-up branch
    
    * added input sanitization and tests
    
    * added confirm password
    
    * added validation tests
    
    ---------
    
    Co-authored-by: Afzaa Atcha <afzaaatcha25@gmail.com>
    Co-authored-by: Nish Rai  <nrai14@users.noreply.github.com>
    Co-authored-by: Oliver Weare <gwaarb@users.noreply.github.com>
    Co-authored-by: Afzaa Atcha <afzaa25@users.noreply.github.com>
    5 people committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    6feef99 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #14 from nrai14/sign-up

    Sign up
    olic32 committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    12d9642 View commit details
    Browse the repository at this point in the history
  6. fixed typo

    jasmine-asra committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    39a10c6 View commit details
    Browse the repository at this point in the history
  7. Sign up (#15)

    * added password criteria
    
    * added password criteria
    
    * enlarged text box
    
    * increased time before automatic log out
    
    * made message text required to post
    
    * added message max length
    
    * fixed sign up not working
    jasmine-asra committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    7e630e0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ed7e71b View commit details
    Browse the repository at this point in the history
  9. Merge pull request #16 from nrai14/cypressnew

    Amended integration tests, added dropDatabase function, added new tests
    olic32 committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    ac342c8 View commit details
    Browse the repository at this point in the history
  10. amended database function

    olic32 committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    8ac1d35 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #17 from nrai14/cypressnew

    amended database function
    olic32 committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    84f457e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a18080f View commit details
    Browse the repository at this point in the history
  13. Merge pull request #18 from nrai14/cypresstest2

    altered post tests again to account for change tags
    olic32 committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    b293016 View commit details
    Browse the repository at this point in the history
  14. Selenium tests (#19)

    * initial selenium tests
    
    * updated packages
    devCoder69409 committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    583619a View commit details
    Browse the repository at this point in the history
  15. Update main.yml

    olic32 committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    bdd8d9c View commit details
    Browse the repository at this point in the history
  16. Update main.yml

    olic32 committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    72a22e9 View commit details
    Browse the repository at this point in the history
  17. Update package.json

    olic32 committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    df91f32 View commit details
    Browse the repository at this point in the history
  18. Update main.yml

    olic32 committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    42c7c0e View commit details
    Browse the repository at this point in the history
  19. Update package.json

    olic32 committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    3166936 View commit details
    Browse the repository at this point in the history
  20. Update main.yml

    olic32 committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    2bbb127 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    93ec651 View commit details
    Browse the repository at this point in the history
  22. Update main.yml

    olic32 committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    95b32c7 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Posts (#22)

    * added password criteria
    
    * added password criteria
    
    * enlarged text box
    
    * increased time before automatic log out
    
    * made message text required to post
    
    * added message max length
    
    * fixed sign up not working
    
    * started working on posts
    
    * started user can like post once test
    
    * Posts eddie (#21)
    
    * can like a post more than once
    
    * remove failed attempt to clear db
    
    * click on last like button
    
    ---------
    
    Co-authored-by: Edward Andress <eddie_andress@hotmail.com>
    
    * resolved merge issues
    
    * added max length to post schema
    
    * amended character limit to 500
    
    * comments working
    
    ---------
    
    Co-authored-by: gwaarb <ol.ni.we@outlook.com>
    Co-authored-by: Edward Andress <eddie_andress@hotmail.com>
    Co-authored-by: nish.rai <nishadrai14@gmail.com>
    4 people committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    f841d71 View commit details
    Browse the repository at this point in the history
  2. comma on post.js

    devCoder69409 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    b23e582 View commit details
    Browse the repository at this point in the history
  3. fix comment.js

    devCoder69409 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    021ef71 View commit details
    Browse the repository at this point in the history
  4. case sensitivity fix

    devCoder69409 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    ae8c38c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b39acb0 View commit details
    Browse the repository at this point in the history
  6. Debugging (#23)

    * names can contain dashes
    
    * posts cannot be blank
    jasmine-asra committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    5c0a7b9 View commit details
    Browse the repository at this point in the history
  7. media query

    afzaa25 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    8567ff0 View commit details
    Browse the repository at this point in the history
  8. Debugging (#24)

    * names can contain dashes
    
    * posts cannot be blank
    
    * users initials displayed at top of page
    jasmine-asra committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    76013f8 View commit details
    Browse the repository at this point in the history
  9. reversed post (#25)

    nrai14 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    5f00e34 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #26 from nrai14/design2

    media query
    afzaa25 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    6ed7557 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8698c8a View commit details
    Browse the repository at this point in the history
  12. post.js typo fix

    devCoder69409 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    9c0e069 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #27 from nrai14/cypressReview

    Amended cypress tests to account for new post structure, added random…
    olic32 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    50655ca View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    cfca381 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1c9511f View commit details
    Browse the repository at this point in the history