Open itcareerswitch opened 5 months ago
IT Career Switch @.***>, 12 Haz 2024 Çar, 09:15 tarihinde şunu yazdı:
- Remove table headers
- Restore background colour to footer and header
- Search input does not clear when table is refreshed
- Filter on department OR location. See example in dependency checking Codepen below that forces the user to choose either/or
- First column of personnel should be last name , first name, Ace, Tamarra
- Restore job title in forms
- Deletion confirmations must make AJAX call to retrieve name of entry and display it
- show.bs.modal events for all modals except Add Location and the department and location delete ones to populate controls and/or rebuild selects from query to database
- All tables and selects must be ordered alphabetically (add ORDER BY clause to SQL)
- Currently appending rows by rendering HTML; see third and fourth option in this example: https://codepen.io/itcareerswitch/pen/qBLeJyQ/1c22783ae0ca24312ed78680d2f314e0
- Deleting departments and locations: Check for dependencies first and prevent deletion if there are any: https://codepen.io/itcareerswitch/pen/ExrpqKE/4a3801854ca5bea71fb5b79711dd98ef
- Clear the console of errors
- Never use "*" in a SQL query - always name the columns even if it is all of them
- Do not use CDNs
— Reply to this email directly, view it on GitHub https://github.com/OzgunVedat/vedatOzgun/issues/2, or unsubscribe https://github.com/notifications/unsubscribe-auth/BCWEFGUMCTJWMXYDITIOFN3ZG77S7AVCNFSM6AAAAABJF2UO7CVHI2DSMVQWIX3LMV43ASLTON2WKOZSGM2DQMJSGQYDQMY . You are receiving this because you are subscribed to this thread.Message ID: @.***>
-- Vedat Ozgun