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

Edited repo to pass github actions for deployment #95

Closed
wants to merge 50 commits into from

Commits on Sep 10, 2024

  1. add deadline

    github-classroom[bot] authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    68a7fd8 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. Configuration menu
    Copy the full SHA
    0071cf8 View commit details
    Browse the repository at this point in the history
  2. added subcategories

    shinyumh committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    a555146 View commit details
    Browse the repository at this point in the history
  3. changes made in project 1

    shinyumh committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    9e5cbfb View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    25104eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    760ca62 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    1eabdf2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #12 from CMU-313/melody/proj1

    Merge individual changes made in Project 1
    shinyumh authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    b859768 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #13 from CMU-313/melody/qacategory

    Add "Questions & Answers" category & corresponding subcategories
    shinyumh authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    cd9f005 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #14 from CMU-313/dev

    Added refactored code from previous assignment to current repository
    bencondemi authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    c1b6d99 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #16 from CMU-313/bc/tpls

    Imported tpl files from the commit linked in Slack by Prof. Hilton and added names to the README
    bencondemi authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    31b5959 View commit details
    Browse the repository at this point in the history
  6. feat(categorySearch): Enhance category search functionality

    - Refactor categorySearch module for improved readability and maintainability
    - Implement caching mechanism for category list
    - Add support for local categories
    - Optimize search performance with debounce
    - Improve dropdown visibility handling
    - Enhance error handling and user feedback
    - Update DOM manipulation for better performance
    - Add console logs for debugging purposes
    e_oghabayen committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    05e2e40 View commit details
    Browse the repository at this point in the history
  7. Added line at the end of categorySearch.js

    e_oghabayen committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    0445c20 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    a7f7597 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d89fae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9141ff0 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Merge pull request #21 from CMU-313/bc/dev

    Implemented "endorse" buttons for topics and replies on the front end
    bencondemi authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    49ca7bc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #17 from CMU-313/og/p1

    Refactored categorySearch.js
    bencondemi authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    a0faa02 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    b0983f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3402bbe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8c86ff View commit details
    Browse the repository at this point in the history
  4. fixing linter error

    bencondemi committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    c9f2491 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c000907 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #24 from CMU-313/bc/dev

    Reverting public/src/modules/categorySearch.js back to original
    bencondemi authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    4aec172 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    c23c78b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    653ae04 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd50ca8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3a4d108 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e0a4263 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Merge pull request #26 from CMU-313/melody/userguide

    Add user guide
    bencondemi authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    d87c61f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fcb0120 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8dab9b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f4fbfc5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cc0b3de View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2024

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

Commits on Oct 10, 2024

  1. Merge pull request #29 from CMU-313/bc/dev

    Changed backend code to allow users to edit their post after allotted time
    bencondemi authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    044920b View commit details
    Browse the repository at this point in the history
  2. Added Test Units

    e_oghabayen committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    f2e464e View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Bug Fix Please check @test/topics/endorse.js

      3:1  error  'define' is not defined  no-undef
    e_oghabayen committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    04de743 View commit details
    Browse the repository at this point in the history
  2. added to userguide.md

    bencondemi committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    2d9aa55 View commit details
    Browse the repository at this point in the history
  3. WORKS

    e_oghabayen committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    bbc1870 View commit details
    Browse the repository at this point in the history
  4. .

    e_oghabayen committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    4c8ad6e View commit details
    Browse the repository at this point in the history
  5. Merge pull request #33 from CMU-313/bc/dev

    Adding testing procedures to userguide.md
    rilical authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    9b7aab3 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #32 from CMU-313/endorse-backend

    Implement Backend Feature for NodeBB Endorsement Button
    bencondemi authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    0780639 View commit details
    Browse the repository at this point in the history
  7. Unit Tests

    e_oghabayen committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    c41202a View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    cd10955 View commit details
    Browse the repository at this point in the history
  2. Delete .github/workflows/f24_nodebb-d-buggers.yml

    Delete .github/workflows/f24_nodebb-d-buggers.yml per the setup guide from reci
    bencondemi authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    b7cb6e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ca6bea View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. stashing userguide.md

    bencondemi committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    1d232de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a43987d View commit details
    Browse the repository at this point in the history