Categorygithub.com/projekbrillylutfan/Rombak-Projek-Magang_Go_Version
repositorypackage
0.0.0-20241114050000-53fdbbcf2134
Repository: https://github.com/projekbrillylutfan/rombak-projek-magang_go_version.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

Rombak-Projek-Magang_Go_Version

ERD Version (1.0.0) :

ENTITAS:

  1. Bupati

    • ID Bupati (Primary Key)
    • Nama
    • Periode Jabatan
    • Created_at
    • Updated_at
  2. Agenda

    • ID Agenda (Primary Key)
    • ID Bupati (Foreign Key)
    • Nama Agenda
    • Deskripsi
    • ID Lokasi (Foreign Key)
    • ID Jenis Acara (Foreign Key)
    • Tanggal Mulai
    • Tanggal Selesai
    • Created_at
    • Updated_at
  3. Lokasi

    • ID Lokasi (Primary Key)
    • Nama Lokasi
    • Alamat
    • Created_at
    • Updated_at
  4. User

    • ID User (Primary Key)
    • Nama
    • Jabatan
    • username
    • email
    • password
    • role
    • is_email_verifed
    • created at
    • update at
    • delete at
  5. Jenis Acara

    • ID Jenis Acara (Primary Key)
    • Nama Jenis Acara
    • created at
    • update at

RELASI:

  1. Bupati dapat memiliki banyak agenda.
  2. Setiap agenda berlangsung di satu lokasi, tetapi satu lokasi dapat digunakan untuk banyak agenda.
  3. Setiap agenda memiliki satu jenis acara, tetapi satu jenis acara dapat digunakan untuk banyak agenda.

Feature

User Fitur

  1. Auth sudah
  2. Register sudah
  3. verif by email sudah
  4. management user sudah
  5. forget pass sudah