Skip to content
Snippets Groups Projects
Select Git revision
  • create-trainer
  • delete-byid
  • delete-trainer
  • main default protected
  • pract3
  • request-sorting
  • specific-id-get
  • trainers-page
  • trainers-pagination
  • update-individual-pokemon
  • update-trainer
11 results
You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.014May13106529Apr2818Implemented pagination to the /pokemon endpoint.pract3 request-…pract3 request-sortingFixed a null check for the sortOrder parameterImplemented a sort parameter to the get pokemon requestAdded a check for incorrect requests when creating pokemon, returns 400 on a Bad request, if an id/created/lastUpdate are included in the request body.update-individu…update-individual-pokemonAdded an option to create a pokemon on the /api/pokemon/{id} endpoint for specific pokemon.Added an option to update a pokemon on the /api/pokemon/{id} endpoint for specific pokemon.Implemented a DELETE request for the /api/pokemon/{id}, for deleting a specific pokemon from the data lists.delete-byiddelete-byidImplemented a GET handler for /api/pokemon/{id}, that returns the specified pokemon by id, if the pokemon with the ID does not exist, it responds with 404.specific-id-getspecific-id-getAdded a GET request handler for /api/pokemon endpointFork update[WIP] Update session codeAdded an option to change the page sizes as well as switch between pages of trainers.trainers-pagina…trainers-paginationRemoved loggingdelete-trainer …delete-trainer mainAdded the option to delete a selected trainer from the list, as well as made the details section update correctly after an update and deleting.Added an option to update the name of trainers.update-trainerupdate-trainerFixed the create date being set to null in the case that a trainer gets updated.Added creating trainers, through a form.create-trainercreate-trainerFixed issue with time not accepting the format, made it localized.Made the time correctly formatted from Instant.now(), to correctly output it as dd/MM/yyyyAdded a trainers page to pokeApp, that displays the trainers registered in the system in a similar way to the default Pokemon page. Located on the /pokemon/trainers.html endpoint.trainers-pagetrainers-pagePratical session 2[WIP] Add practical session guide[WIP] Add practical session guide[WIP] Add practical session guide[WIP] Add practical session guideProject initInitial commitInitial commit
Loading