Skip to content

aplikasi web berbasis codeigniter untuk keperluan manajemen pekerjaan (work order) khususnya bidang IT

License

Notifications You must be signed in to change notification settings

zdienos/help-it

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

helpIT

Aplikasi untuk membantu monitoring pekerjaan antar karyawan khususnya bidang IT

Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Built With
  6. Contributing
  7. License
  8. Contact
  9. Acknowledgments

About

helpIT Merupakan aplikasi berbasis web yang dibuat untuk keperluan manajemen pekerjaan (work order) khususnya bidang IT (tapi harusnya bisa juga sih untuk bidang atau divisi lain).

Masih versi awal, digunakan agar antar team/karyawan, bisa saling mengetahui pekerjaan baru apa saja yang diinginkan oleh departemen lain (atau bisa departemen sendiri). Kemudian melihat juga pekerjaan yang sementara dikerjakan (atau on progress). Cukup membantulah, dibanding harus menulis-nulis di whiteboard.

helpIT dibuat menggunakan menggunakan Framework Codeigniter sebagai pembelajaran awal saya mengenal CodeIgniter, awalnya sih diprivate, tetapi karena sudah tidak digunakan, mending dibuat public saja, siapa tau berguna.

Screenshot

Getting Started

Beberapa hal yang perlu kamu persiapkan agar bisa menjalankan web apps ini.

Prerequisites

Cuma butuh komputer :D

Apache/Ngix Server
PHP
MySQL

Installing

Edit file database.php, sesuaikan dengan kondisi komputer/server Anda.

'hostname' => 'localhost',
'username' => 'root',
'password' => 'biasanya_sih_kosong',
'database' => 'help-it',

Buat database help-it, kemudian import database

help-it.sql

(back to top)

Roadmap

  • Ubah dari private repository menjadi public
  • Update ke Codeigniter versi 3.1.13
  • Refactor codingan
  • Ganti template menggunakan CoreUI
  • Selesaikan fitur yang belum direalisasikan
  • Cari Sponsor???

Lihat daftar issues untuk penambahan fitur atau issues.

BuiltWith

  • CodeIgniter
  • MariaDB
  • HTML5
  • jQuery
  • adminLTE

(back to top)

Contributing

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

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Mardino Santosa- @zdienos - website

Project Link: https://github.com/zdienos/help-it

(back to top)