Skip to content

Releases: andromeda-hebat/FINALIS-JTI-WEB

First release

21 Dec 15:44
144ffb7
Compare
Choose a tag to compare

What's Changed

  • update project setup to v2 by @FarrelAD in #1
  • Stevan kontribusi pertama by @vanstevanzaky in #2
  • move the config and routes directories to be inside the app directory by @FarrelAD in #3
  • remove index.php in the root project by @FarrelAD in #4
  • Membuat beberapa halaman umum by @vanstevanzaky in #5
  • refactor project structure to follow MVC arhcitecture by @FarrelAD in #6
  • remove login method in HomeController class by @FarrelAD in #7
  • change require to require_once import another core class by @FarrelAD in #8
  • add namespace for all php classess by @FarrelAD in #9
  • manage code in authentication process by @FarrelAD in #10
  • membuat halaman kontak dan dashboard by @vanstevanzaky in #11
  • melengkapi halaman dashboard admin by @vanstevanzaky in #12
  • merapikan komponen sesuai user dan membuat halaman dashboard mahasiswa by @vanstevanzaky in #13
  • menambahkan halamana baru untuk mahasiswa by @vanstevanzaky in #14
  • rename web title to be 'FINALIS JTI' by @FarrelAD in #15
  • menambahkan style pada seluruh halaman mockup home by @vanstevanzaky in #16
  • fix hero img background to be not resizeable and change the description info by @FarrelAD in #17
  • menambahkan js accordion pada halaman index untuk section panduan by @vanstevanzaky in #18
  • membuat halaman admin by @vanstevanzaky in #19
  • membuat halaman permintaan verifikasi by @vanstevanzaky in #20
  • add docs setup in the root project README.md by @FarrelAD in #21
  • meimplentasikan halaman dashboard mahasiswa by @vanstevanzaky in #22
  • try to make api routing that will consume by its java desktop by @FarrelAD in #23
  • fix: make api admin auth result more proper by @FarrelAD in #24
  • fix url laragon virtual host recommendation that will open in the browser by @FarrelAD in #25
  • refactor: move accordion js logic in the separate js file by @FarrelAD in #26
  • fix: web routing. student sidebar previously not connected to desired… by @FarrelAD in #27
  • fix: bootstrap class and placing some html elements by @FarrelAD in #28
  • refactor: change Students controller name and change method 'administrasi' to 'administrasiProdi' by @FarrelAD in #29
  • add: make sidebar more clear when there is active page by @FarrelAD in #30
  • refactor and fix a little code for logic in frontend and backend by @FarrelAD in #31
  • merapikan halaman tugas akhir mahasiswa by @vanstevanzaky in #32
  • add form post setup controller by @FarrelAD in #34
  • stevan contribute halaman terkirim by @FarrelAD in #35
  • move home page file to be inside of pages folder by @FarrelAD in #36
  • fix something in js code by @FarrelAD in #37
  • fix: a little code typo by @FarrelAD in #38
  • menmabahkan halaman ta by @vanstevanzaky in #39
  • Merge pull request #39 from andromeda-hebat/main by @FarrelAD in #40
  • refactor admin menjadi admin prodi by @vanstevanzaky in #41
  • add composer setup configuration by @FarrelAD in #42
  • add: user authentication and authorization feature by @FarrelAD in #44
  • merapikan halaman mahasiswa by @vanstevanzaky in #43
  • add boostrap to ask user logout in sidebar admin prodi by @FarrelAD in #45
  • fix sidebar layout and add logic to add external css file by @FarrelAD in #46
  • refactor: rename everything that previously name as 'student' to 'mah… by @FarrelAD in #48
  • fix indentation and change file name from 'top_bar' to 'topbar' by @FarrelAD in #49
  • fix topbar reference component by @FarrelAD in #50
  • membuah halaman footer by @vanstevanzaky in #51
  • add backend logic for mahasiswa submit form tugas akhir by @FarrelAD in #52
  • fix jquery syntax - make it ready first before executing other logic app by @FarrelAD in #53
  • menambahkan halaman notif dan me efisiensikan halaman detail permintaan by @vanstevanzaky in #54
  • refactor: remove file ta_terkirim.php by @FarrelAD in #55
  • membuat halaman admin ta by @vanstevanzaky in #56
  • add entities based on its database by @FarrelAD in #57
  • fix dynamic template ui for pengajuan tugas akhir and topbar mahasiswa by @FarrelAD in #58
  • remove page 'ta_terkirim.php' and 'ta_terverifikasi' by @FarrelAD in #59
  • refactor: change code style to place data variable inside function ar… by @FarrelAD in #60
  • membuat halaman administrasi jurusan by @vanstevanzaky in #61
  • menambahkan halaman kelola data mahasiswa by @vanstevanzaky in #62
  • menambahkan halaman kelola surat dan log aktivity by @vanstevanzaky in #63
  • add backend feature: mahasiswa - berkas prodi by @FarrelAD in #64
  • add database connectivity to insert new data from user form 'berkas ta' by @FarrelAD in #65
  • refactor: move all general component and page to be one group folder - general by @FarrelAD in #66
  • make the code more clean by @FarrelAD in #67
  • readme 2.0 ? by @FarrelAD in #68
  • fix login logic - add more info in $_session by @FarrelAD in #69
  • adding and fixing dynamic view for student page by @FarrelAD in #70
  • refactor mahasiswa & admin model and make repository for database logic by @FarrelAD in #71
  • add initialization UserRepository in AuthController by @FarrelAD in #72
  • fix user model and add new model for berkas TA by @FarrelAD in #73
  • refactor: add OOP implementation to add new berkas by @FarrelAD in #74
  • add session if database successfully to save the berkas prodi by @FarrelAD in #75
  • remove some previous unecessary model properties by @FarrelAD in #76
  • create a php script setup for database seeder by @FarrelAD in #79
  • modify php script database seeder - now can retrieve from .sql file type by @FarrelAD in #80
  • merapikan tugas akhir untuk user Mahasiswa by @vanstevanzaky in #77
  • menambah file statistik pengajuan by @afifahnisa17 in #78
  • remove unecessary f...
Read more