Skip to content

HWTechClub/platform

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HW Tech Club Web Platform

A platform for class representatives to share information to students.

This platform currently has the following functions:

  • A home page with:
    • Links and resources
    • Alerts
    • List of HW Tech Club leadership Team
  • Announcements page
    • Supports announcements written in Markdown, with tags support.
  • Anonymous tickets
    • Allows students to anonymously post tickets and upvote them
    • Has a voter ID to anonymously track upvotes without storing sensitive information or session.
  • Complaints system
    • Allows students to anonymously send complaints directly to their representatives.
    • Automatically detects the class representatives responsible for a specific course.
  • Moderation log
    • Logs HW Tech Club leadership Team administrative actions on the website for transparency.
  • Online configurator
    • Allows HW Tech Club leadership Team to update the website's configuration online.

2. Requirements

The following packages must be installed on your system.

  • Go (tested with 1.14)
  • Git

3. Copying and contributing

This program is distributed under the AGPL 3.0 only license. This means if you make your own fork of this app, you must release its source to its users under the same license. You also need to disclose changes done to the software.

4. Downloading and running

$ git clone https://github.com/hwtechclub/platform
$ cd platform
$ go build

5. Setup & Usage

Running the web server will automatically generate a configuration file (config.toml) if it is not yet created.

$ ./platform run

The program will exit when run for the first time, prompting you to configure the program.

About

A platform for class representatives

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 60.1%
  • HTML 28.9%
  • CSS 11.0%