Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

bucsi/work-schedule

Repository files navigation

work_schedule

Problem description

A worker has flexible scheduling at their workplace: every week, they request their off days and preferred time slots, then they get their approved schedule. A day's work can start and end at any time during the day. The worker wants to store their schedule in a program.

Solution steps

  • SQLite table with date, start_hour and end_hour values
  • CRUD-like methods to update the DB
    • one method to create/update
    • one method to get a stored value
  • API endpoints (with wisp)
  • Frontend (js or lustre)

Development

gleam run   # Run the project
gleam test  # Run the tests
gleam shell # Run an Erlang shell

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages