Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feedback #1

Open
wants to merge 56 commits into
base: feedback
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
b650ec1
Setting up GitHub Classroom Feedback
github-classroom[bot] Sep 14, 2021
badf896
Update nama anggota
FaiqMID Sep 14, 2021
bc1fad4
Update README.md
angls4 Sep 14, 2021
935de2d
Update README.md
angls4 Sep 14, 2021
6be4313
Update README.md
angls4 Sep 14, 2021
7ac4436
Update README.md
angls4 Sep 14, 2021
c90d5bd
Update README.md
angls4 Sep 14, 2021
ece10ff
ganti logo
angls4 Sep 14, 2021
9bb6046
Update README.md
angls4 Sep 14, 2021
d297dda
added login.html and login.css
FaiqMID Sep 28, 2021
217efba
test
angls4 Oct 26, 2021
d71394d
Revert "test"
angls4 Oct 26, 2021
0c34143
added files
FaiqMID Oct 26, 2021
13a6bcb
Merge branch 'main' of https://github.com/praktikum-tiunpad-2021/proy…
FaiqMID Oct 26, 2021
b7a30eb
Delete edit.php
FaiqMID Oct 26, 2021
4f8b485
Delete detail.php
FaiqMID Oct 26, 2021
7889562
Delete delete.php
FaiqMID Oct 26, 2021
952271c
Delete create.php
FaiqMID Oct 26, 2021
cf1c60b
Delete create.php
FaiqMID Oct 26, 2021
c0d384f
Delete delete.php
FaiqMID Oct 26, 2021
719d073
Delete detail.php
FaiqMID Oct 26, 2021
3691838
Delete edit.php
FaiqMID Oct 26, 2021
a2ceae8
updated table schema
FaiqMID Oct 26, 2021
8ba82ec
Update README.md
FaiqMID Oct 26, 2021
fc5bb9d
added sql file
FaiqMID Oct 26, 2021
b9cd923
deleted delete.php
FaiqMID Oct 27, 2021
5f4d81f
Merge branch 'main' of https://github.com/praktikum-tiunpad-2021/proy…
FaiqMID Oct 27, 2021
692e99b
user login, tugas per user, tags WIP
FaiqMID Nov 24, 2021
be85ddf
Delete profile_edit.php
FaiqMID Nov 24, 2021
91a5525
Delete logout.php
FaiqMID Nov 24, 2021
b46627b
Create ui.md
FaiqMID Nov 24, 2021
839f47f
Update ui.md
FaiqMID Nov 24, 2021
bb12d6f
Delete ui.md
FaiqMID Nov 24, 2021
21850ff
Create ui_guide.md
FaiqMID Nov 24, 2021
65fcbb9
Update ui_guide.md
FaiqMID Nov 24, 2021
27a3733
db
FaiqMID Nov 24, 2021
3ab9d41
tag fix + profile autocomplete fix
FaiqMID Nov 25, 2021
df910e5
tags handling in detail, edit, delete
FaiqMID Nov 27, 2021
68b514f
fixed edit deadline field, tag option filter
FaiqMID Nov 27, 2021
b7be962
fixed profile update
FaiqMID Nov 27, 2021
88b2dd2
added new database schema
FaiqMID Nov 27, 2021
2a2819f
Update README.md
FaiqMID Nov 27, 2021
eb62a8d
Update README.md
FaiqMID Nov 27, 2021
288d7d6
Update README.md
FaiqMID Nov 27, 2021
d604119
Update README.md
FaiqMID Nov 27, 2021
da4e5a5
removed pagination
FaiqMID Nov 30, 2021
8fff7c5
Merge branch 'main' of https://github.com/praktikum-tiunpad-2021/proy…
FaiqMID Nov 30, 2021
8c00023
Update README.md
angls4 Dec 7, 2021
d5ff42a
ui baru
angls4 Dec 8, 2021
f2eb761
Update README.md
angls4 Dec 8, 2021
25cf1dd
df
angls4 Dec 8, 2021
2c66073
oke
angls4 Dec 8, 2021
32d34af
deploy
angls4 Jan 3, 2023
95ac016
Revert "deploy"
angls4 Jun 25, 2023
9b1c606
Bug fixes
angls4 Jun 25, 2023
3234965
Update README.md
angls4 Jun 25, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
127 changes: 127 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,127 @@
#-------------------------
# Operating Specific Junk Files
#-------------------------

# OS X
.DS_Store
.AppleDouble
.LSOverride

# OS X Thumbnails
._*

# Windows image file caches
Thumbs.db
ehthumbs.db
Desktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Windows Installer files
*.cab
*.msi
*.msm
*.msp

# Windows shortcuts
*.lnk

# Linux
*~

# KDE directory preferences
.directory

# Linux trash folder which might appear on any partition or disk
.Trash-*

#-------------------------
# Environment Files
#-------------------------
# These should never be under version control,
# as it poses a security risk.
.env
.vagrant
Vagrantfile

#-------------------------
# Temporary Files
#-------------------------
writable/cache/*
!writable/cache/index.html

writable/logs/*
!writable/logs/index.html

writable/session/*
!writable/session/index.html

writable/uploads/*
!writable/uploads/index.html

writable/debugbar/*

php_errors.log
.history/*
#-------------------------
# User Guide Temp Files
#-------------------------
user_guide_src/build/*
user_guide_src/cilexer/build/*
user_guide_src/cilexer/dist/*
user_guide_src/cilexer/pycilexer.egg-info/*

#-------------------------
# Test Files
#-------------------------
tests/coverage*

# Don't save phpunit under version control.
phpunit

#-------------------------
# Composer
#-------------------------
vendor/

#-------------------------
# IDE / Development Files
#-------------------------

# Modules Testing
_modules/*

# phpenv local config
.php-version

# Jetbrains editors (PHPStorm, etc)
.idea/
*.iml

# Netbeans
nbproject/
build/
nbbuild/
dist/
nbdist/
nbactions.xml
nb-configuration.xml
.nb-gradle/

# Sublime Text
*.tmlanguage.cache
*.tmPreferences.cache
*.stTheme.cache
*.sublime-workspace
*.sublime-project
.phpintel
/api/

# Visual Studio Code
.vscode/

/results/
/phpunit*.xml
/.phpunit.*.cache

50 changes: 30 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
<br />
<p align="center">
<a href="https://github.com/github_username/repo_name">
<img src="https://via.placeholder.com/80/FFFFFF/808080?text=Logo" alt="Logo" width="80" height="80">
<!--<img src="https://via.placeholder.com/80/FFFFFF/808080?text=Logo" alt="Logo" width="80" height="80">-->
<img src="https://img.freepik.com/free-vector/happy-kids-umbrella-rain_97632-692.jpg?size=338&ext=jpg" alt="Logo" width="80" height="80">
</a>

<h3 align="center">Judul Proyek</h3>
<h3 align="center">Web Manajemen Tugas</h3>

<p align="center">
Deskripsi Proyek
by Kelompok Kehujanan
</p>
</p>

Expand All @@ -20,42 +21,51 @@
<li><a href="#fungsi">Fungsi</a></li>
<li><a href="#tujuan">Tujuan</a></li>
<li><a href="#target-pengguna">Target Pengguna</a></li>
<li><a href="#mockup-kasar">Mockup Kasar</a></li>
<li><a href="#skema-database">Skema Database</a></li>
<li><a href="#versions">Versions</a></li>
<li><a href="#screenshots">Screenshots</a></li>
</ol>
</details>

<!-- Anggota Tim -->
## Anggota Tim
| NPM | Name |
| ------------- |-------------|
| 140810xx00xx | John Doe |
| 140810xx00xx | Jane Doe |
| 140810xx00xx | Janie Doe |
| 140810200011 | Faiq Muhammad |
| 140810200017 | Mohammad Keenan Febriansyah |
| 140810200029 | Adnan Rafiyansyah Majid |

<!-- Fungsi -->
## Fungsi

TO;DO
- Login sebagai user<br>
- Mencatat tugas yang diberikan beserta mata kuliah dan deadlinenya<br>
- Menambah tag-tag pada tugas<br>
- Ceklis status tugas yang sudah selesai<br>
- Filter tugas<br>
- Mengedit tugas<br>
- Login dengan akun lain<br>

<!-- Tujuan -->
## Tujuan

TO;DO
Membantu siswa dalam perkuliahan dengan memudahkan mengingat atau mencatat tugas-tugas yang diberikan.

<!-- Target Pengguna -->
## Target Pengguna

TO;DO
Mahasiswa belajar yang suka mencatat tugas-tugasnya

<!-- Mockup Kasar -->
## Mockup Kasar
## Versions
- Code Igniter 4.1.4
- PHP 8.0.29
- Composer 2.5.5

TO;DO
## Screenshots
![chrome_tDf9mzHLlB](https://github.com/praktikum-tiunpad-2021/proyek-web-kehujanan/assets/57803800/c1191feb-464e-4d03-a743-4e8b74cadc70)
![ShareX_GKekvA6rpC](https://github.com/praktikum-tiunpad-2021/proyek-web-kehujanan/assets/57803800/a65a3356-48b7-43de-9a8b-a445e177a0c2)
![image](https://github.com/praktikum-tiunpad-2021/proyek-web-kehujanan/assets/57803800/a68be075-3f53-461e-bff3-c6cdff6ef4a6)
![chrome_Ly128oQev3](https://github.com/praktikum-tiunpad-2021/proyek-web-kehujanan/assets/57803800/e9def8d3-b8db-44ba-bc95-ef422b4778b3)
![chrome_ZQyLLcKHnN](https://github.com/praktikum-tiunpad-2021/proyek-web-kehujanan/assets/57803800/ebc7b5ad-4ed6-4e09-97a0-b87c6f0a5410)
![image](https://github.com/praktikum-tiunpad-2021/proyek-web-kehujanan/assets/57803800/049e4d4b-c6ed-4663-a010-695318b79654)
![chrome_BCFVDwlWKY](https://github.com/praktikum-tiunpad-2021/proyek-web-kehujanan/assets/57803800/8b65a672-5e98-411c-a4d3-c4fd8a023415)

Gambar mockup di sini atau [link figma](https://figma.com/).

<!-- Skema Database -->
## Skema Database

TO;DO
6 changes: 6 additions & 0 deletions app/.htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<IfModule authz_core_module>
Require all denied
</IfModule>
<IfModule !authz_core_module>
Deny from all
</IfModule>
15 changes: 15 additions & 0 deletions app/Common.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?php

/**
* The goal of this file is to allow developers a location
* where they can overwrite core procedural functions and
* replace them with their own. This file is loaded during
* the bootstrap process and is called during the frameworks
* execution.
*
* This can be looked at as a `master helper` file that is
* loaded early on, and may also contain additional functions
* that you'd like to use throughout your entire application
*
* @see: https://codeigniter4.github.io/CodeIgniter4/
*/
Loading