-
Notifications
You must be signed in to change notification settings - Fork 5
A bunch of bug fixes and feature improvements #12
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
Merged
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
8514ead
Minor Refactor on File Naming and Stuff + Additional UI and UX improv…
petorikooru 5f14845
Remove svg filter for performance reason (it kinda useless though)
petorikooru 1b3a4a5
Added mute button
petorikooru c8ffed2
Updated the assistant list
petorikooru b578b47
Updated the README.md image linking
petorikooru b2517e7
Set the default admin name to "Admin"
petorikooru e10ec79
Fix typo on the home admin
petorikooru 5e00129
Adjust the url to the true naming
petorikooru 3e28e35
Fixed the text wrapping on the description area
petorikooru 45391a2
Add changes
kaylaperanginangin 37f0b1c
Merge branch 'main' of https://github.com/kaylaperanginangin/daskomrec26
kaylaperanginangin e86d969
Add explicit "Process" stage (in case someone accidentally reopen the…
petorikooru 39f3724
Moved the button a bit up
petorikooru 2fd4bd0
Removed the close button (we forgot :skull:)
petorikooru 07f0bb5
Merge branch 'petorikooru:main' into main
kaylaperanginangin 1125d20
Added a change password page in admin specifically for the praktikans…
petorikooru d9f85ca
Merge branch 'petorikooru:main' into main
kaylaperanginangin 536f477
Add change announcement page
kaylaperanginangin d7a8f3d
Update Admin prewiew announcement text
kaylaperanginangin 9d9afb6
deleted image png and song mp3
kaylaperanginangin acac7c0
deleted file
kaylaperanginangin 0029018
Merge pull request #14 from kaylaperanginangin/main
petorikooru 2311ef4
Merge branch 'main' into main
petorikooru a5d9ec2
Revert the changes on the img url since we add new 2 easter egg assis…
petorikooru 8437c0b
Adjust the footer size to match with others
petorikooru e661adc
Making sure that the change password for all user only available for …
petorikooru dceea51
Fix typos on the footer text
petorikooru 7bebb9e
Moved the mute button to sidebar instead so that it wont obstruct the…
petorikooru 7d7ef1e
Pre-process the image instead of adding filter (improving the perform…
petorikooru 15e0255
Tweaked the animation on Card and Assistant Book + fix the typos
petorikooru ebf186a
Fix the text overflow on configuration editor preview + forgot to add…
petorikooru 049e22a
Remove unnecessary classes
petorikooru File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,31 +1,36 @@ | ||
| <p align="center"><img src="public/assets/logo/dlor2026.png" width="350"></p> | ||
| <p align="center"><img src="public/assets/logo/dlor2026.webp" width="350"></p> | ||
| <p align="center" style="font-size:20px;font-weight:600">WELCOME TO DASKOM LABORATORY RECRUITMENT 2026 | ||
| </p> | ||
| <br> | ||
|
|
||
| ## About DLOR 2026 | ||
|
|
||
| _Open Recruitment Platform for Dasar Komputer Laboratory, Telkom University_ | ||
|
|
||
| Welcome to the **DLOR 2026** repository! This project is dedicated to creating a modern, user-friendly platform for recruiting teaching assistants for the **Dasar Komputer Laboratory** at **Telkom University**. | ||
|
|
||
| ## Project Summary | ||
|
|
||
| DLOR 2026 is a recruitment platform designed to streamline the application process for teaching assistants. It features an intuitive UI, a secure backend, and an efficient application workflow. | ||
|
|
||
| ## Features | ||
|
|
||
| - User-friendly application form | ||
| - Secure authentication system | ||
| - Real-time updates on application status | ||
| - Admin dashboard for managing recruitment | ||
| - Nice looking UI and intuitive UX | ||
|
|
||
| ## Team Members | ||
|
|
||
| - [Jyothi Divyananda](https://github.com/jyowl) (JYO) | ||
| - [Kayla Priskila Adalia Peranginangin](https://github.com/kaylaperanginangin) (KAY) | ||
| - [Muhammad Raditya Dwi Putra](https://github.com/petorikooru) (VIM) | ||
| - [Ahmad Syifa](https://github.com/Guaritore79) (GTR) | ||
| - [Wildan Khalid Wijaya](https://github.com/ShowMeMyCent) (WIL) | ||
|
|
||
| ## Development using Distrobox | ||
| Distrobox is basically a nice wrapper for docker and podman to containerize your workspaces | ||
|
|
||
| Distrobox is basically a nice wrapper for docker and podman to containerize your workspaces | ||
| (Linux only, you can use docker directly if you use Windows or MacOS). | ||
| For further instruction, you may see this file [docs/DISTROBOX.md](./docs/DISTROBOX.md) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The search query can return admin accounts too (no
is_admin = falsefilter). Since this page is for changing practikans/CaAs passwords, consider explicitly restricting results to non-admin users (and ideally only eligible roles) to avoid accidentally exposing/changing admin credentials.