MaxBWiseman / Project-4---Code-Institute

My project 4 for code institute
1 stars 0 forks source link

USER STORY: Comment on posts #2

Closed MaxBWiseman closed 4 weeks ago

MaxBWiseman commented 1 month ago

As a site user I can leave comments on other users posts so that I may express my thoughts and feelings with others

Acceptance criteria

MaxBWiseman commented 1 month ago

PBI Ready to be picked up

15/09/2024 21:26

For the 2nd Iteration milestone Must-Haves

MaxBWiseman commented 1 month ago

PBI Now being developed

15/09/2024 22:45

MaxBWiseman commented 1 month ago

Bug

17/09/2024 16:10


// Reset the form on submit
$('#myForm').on('submit', function() {
    $(this).trigger("reset");
});
MaxBWiseman commented 4 weeks ago

PBI Complete

20/09/2024

MaxBWiseman commented 4 weeks ago

Testing Bug

20/09/2024 18:54

Image

MaxBWiseman commented 4 weeks ago

Bug fixed and Testing performed

21/09/2024 16:07

Image