Skip to content

sigdotcom/mstacm.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

*.mstacm.org

All Contributors

View Live | Report Bug | Request Feature

Contributors Forks Stargazers Issues MIT License

Monorepo containing all services running under the *.mstacm.org domains built with TypeScript, Apollo GraphQL, and Docker.

*.mstacm.org hopes to automate all of the manual task's ACM has performed primarily by hand including:

  • Events - Automatically advertise events via email, text, or app notifications; allow users to check-in to events; and pay for event registration electronically.
  • Dues - Collect dues and provide advanced metrics on when dues were payed.

Future work hopes to expand upon these primary principles to make how companies, ACM members, and students interact with ACM as an organization more enjoyable and efficient.

Table of Contents

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

Installation

  1. Clone the mstacm.org repository using Git Bash:
    git clone https://github.com/sigdotcom/mstacm.org.git

Usage

Since this repository is a monorepo, the best way to use its various functionality is by exploring the directories containing each project.

Find these projects in the apps directory, where we store all of the applications we have built for our web services

Each project will contain its own installation / setup instructions to follow in their respective README.md.

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

We use a pattern known as Github Flow. Click that link to learn more.

ACM Web Members

One-time set up:

  1. Ask the Chair of ACM Web to add you to the sigdotcom organization
  2. Clone the mstacm.org repository
    git clone https://github.com/sigdotcom/mstacm.org.git

Every feature:

  1. Update your local master branch

    git switch master # "git checkout master" if git < 2.23
    git pull master
  2. Create your branch

    git switch -c feature/<feature-name>

    where <feature-name> is replaced with a short description of your feature (ex. admin-permission-tool for a feature adding a new tool to admin-web)

    Name your commits with feature/ or hotfix/ at the beginning depending on the content of the branch. (ex. feature/new-icons, hotfix/icon-render-glitch)

  3. Add and commit your Changes

    git add file1 file2 ... # only add relevant files
    git commit -m 'Add some great specific and well described features' # After the "-m" goes the commit message

    Read this article about good commit messages to maintain good quality commits

  4. Push to the remote branch

    git push origin feature/<feature-name>
  5. Open a Pull Request on Github

  6. Grab a new issue to work on and start from the top!

Outside Contributors

  1. Fork the mstacm.org repository

  2. Create your branch

    git switch -c feature/<feature-name>

    where is replaced with a short description of your feature (ex. admin-permission-tool for a feature adding a new tool to admin-web)

    Name your commits with feature/ or hotfix/ at the beginning depending on the content of the branch. (ex. feature/new-icons, hotfix/icon-render-glitch)

  3. Add and commit your Changes

    git add file1 file2 ... # only add relevant files
    git commit -m 'Add some great specific and well described features' # After the "-m" goes the commit message

    Read this article about good commit messages to maintain good quality commits

  4. Push to the remote branch

    git push origin feature/<feature-name>
  5. Open a Pull Request on Github

  6. Grab a new issue to work on and start from the top!

License

Distributed under the MPL-2.0 License. See LICENSE for more information.

Contact

ACM Web - acm@mst.edu

Project Link: https://github.com/sigdotcom/mstacm.org

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Kevin Schoonover

πŸ’» πŸ“– πŸ€” πŸ§‘β€πŸ« πŸ“† πŸ‘€ πŸš‡

Clay McGinnis

πŸ’» πŸ“– 🎨 πŸ€” πŸ§‘β€πŸ« πŸ“† πŸ‘€

Andrew-Gibson42

πŸ’»

David Gardiner

πŸ’» πŸ€” πŸ§‘β€πŸ« πŸ‘€

Henri Evjen

πŸ’»

Preston

πŸ’»

Deniz

πŸ’»

This project follows the all-contributors specification. Contributions of any kind welcome!