Skip to content

KokoRobinn/SpeakerList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Speakerlist

A speakerlist for the division meetings at the computer science division at Chalmers. Made using the Phoenix framework.

Prerequisites

Make sure you have Elixir and Phoenix installed. For the installation guide, check out the phoenix documentation

Start speakerlist server

To start the speakerlist:

  • Run mix setup to install and setup dependencies
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

Hotkeys

This application features hotkeys as opposed to UI elements for most actions. The hotkeys are as follows.

  • + : Add a new topic to the stack.

  • - : Pop topic from the stack

  • . : Start/stop the timer for the current speaker.

  • § : Dequeue the current speaker.

  • < : Save the current stats to file. They can be found in save.json

  • > : Load stats from save.json.

  • AltGr : Set focus to the name input

  • Insert : Adjourn

Learn more

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published