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

Staff channel list #16

Merged
merged 7 commits into from Nov 24, 2020
Merged

Staff channel list #16

merged 7 commits into from Nov 24, 2020

Commits on Nov 17, 2020

  1. pc - add emacs backup files to .gitignore

    The pattern is *~
    pconrad committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    ebec399 View commit details
    Browse the repository at this point in the history
  2. pc - WIP starting point for channel list

    It still uses fake data, and there are no tests yet.
    Next steps are to build backend routes,
    the code to get data to the front end
    and then tests.
    pconrad committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    3cdd1eb View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2020

  1. pc - for issue #11 add list of slack channels

    * Added front end component for page and table for channels
    * Added backend document, repository, and controller for channels
    pconrad committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    a2a372c View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2020

  1. pc - WIP

    pconrad committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    12ce11b View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. Configuration menu
    Copy the full SHA
    4c2eed9 View commit details
    Browse the repository at this point in the history
  2. pc/sc/al - address comments from code review

    Replaced Objects.equals with EqualsBuilder for easier testing
    
    Replaced getter/setter tests with JavaBeanTester for less code to maintain
    pconrad committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    71350cb View commit details
    Browse the repository at this point in the history
  3. Merge branch 'staff-channelList' of github.com:ucsb-cs156-f20/proj-ma…

    …pache-search into staff-channelList
    pconrad committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    d1f0341 View commit details
    Browse the repository at this point in the history