Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
ContactWebApplicationServerExercise
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Richard Willie Ekong
ContactWebApplicationServerExercise
Graph
main
Select Git revision
Branches
2
dev
main
default
protected
2 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
30
Oct
29
28
27
correct call to function makeDeleteRequest(..)
dev
dev
add markup for delete confirmation dialog, create function to inflate dialog upon the click of any delete button to prompt the user for delete operation. If the user clicks yes the contact is deleted and the dialog disappears, but if the user clicks no the dialog is hidden
add style rules for delete confirmation dialog
remove unused import statement
add ids to table data, add functionalities to delete buttons to make delete request through AJAX to delete contacts from the server
modify width of Contact table, table columns and buttons
refactor deleteContact(..), showContactForm(..) and addContactFromForm(..) methods to handle binding result errors
modify width of buttons
add set textBox class to all text inputs in contact_form.html
add style rules for text input
modify contact table structure
Basically modify this file by adding css link and other changes
modify style rules for buttons, and
modify style rules for update and delete button
log all errors to console
specify post method for form in contact_form.html
refactor method for processing and adding contacts to the contacts list
add default action attribute to form in contact_form.html
add link to style.css file
modify this file by removing thymeleaf processing error
modify this file
refactor by creating contacts property
specify surname label on form
correct form action attribute
add style rules for update and delete buttons
add labels to contact form
modify error.html page
add update and delete buttons
modify error page
add routes for handling posting contact data and fetching the contact form
modify contact form
modify contacts
create contact form
add method to insert new contacts
create contact controller to handle contact request routing
no significant change made
create contact_form.html
import contact file in this file
create contact java file
create list of contacts in this files
Loading