Commit Graph

120 Commits

Author SHA1 Message Date
Maria Teresa Paratore 3f3966c1b4 completed functionality to view raw json for resource types 2024-01-18 09:43:43 +01:00
Maria Teresa Paratore 0e6e773c42 adding methods and resources to view raw Json for a selected
resourceType
2024-01-17 17:13:42 +01:00
Maria Teresa Paratore f08bf94434 updated style 2024-01-17 13:34:55 +01:00
Maria Teresa Paratore 546c494a9c added round box to resource types tree and "view" button to see JSON raw
ResourceType (work in progress...)
2024-01-16 17:27:37 +01:00
Maria Teresa Paratore d60db6f0f0 fixed css and html for abstract types and selected tree nodes 2024-01-16 16:49:27 +01:00
Maria Teresa Paratore 55410749be defining class for displaying abstract resource types 2024-01-15 18:35:01 +01:00
Maria Teresa Paratore 621dbd5e08 added methods to check for abstract types 2024-01-15 17:46:42 +01:00
Maria Teresa Paratore 0006ac2da2 Changed JHipster REST, type declarations and templates to obtain and
display Resource Types' descriptions.
2024-01-15 17:36:55 +01:00
Maria Teresa Paratore fd30137dc9 creating new components and REST methods to show resources' types
descriptions
2024-01-11 17:25:40 +01:00
Maria Teresa Paratore 93d9751c42 Added user name on navigation bar after login, removed default lower
tab.
2024-01-11 09:44:23 +01:00
Maria Teresa Paratore cf60efd67d fixing html and javascript features 2024-01-10 17:02:09 +01:00
Maria Teresa Paratore a1a69ea801 bug solving... 2024-01-09 15:09:23 +01:00
Maria Teresa Paratore 2f44c677f2 small adjustments... 2023-12-20 16:18:30 +01:00
Maria Teresa Paratore 0fc8c60648 bug fixing... 2023-12-19 18:28:03 +01:00
Maria Teresa Paratore 42bfa5fade adding components and graphics for CRUD operations on resources 2023-12-18 09:28:12 +01:00
Maria Teresa Paratore ddec79126a Fixed css problems for tables/action buttons 2023-12-14 19:29:35 +01:00
Maria Teresa Paratore 3984de656a added component to perform CRUD operations on resources 2023-12-13 16:35:15 +01:00
Maria Teresa Paratore 9b5df366c5 Updated libraries for creating/updating/deleting resources. Modified
tables to host new actions and view long data (with customized tooltips)
2023-12-13 16:33:27 +01:00
Maria Teresa Paratore dfa1eb3db2 minor changes... 2023-12-13 11:54:49 +01:00
Maria Teresa Paratore 90c432b18f fixed URL for JHipster REST API 2023-12-11 15:48:15 +01:00
Maria Teresa Paratore a64bfc97dc fixed filtering on 'name' only 2023-12-11 12:26:44 +01:00
Maria Teresa Paratore 01b7badfe1 work in progress 2023-12-11 12:12:10 +01:00
Maria Teresa Paratore 0a804990ee adjusting for non-logged users 2023-12-11 10:50:05 +01:00
Maria Teresa Paratore b8e4c74e81 updated favicon.ico and logos. Adjusted tree's behavior on hover.
Debugging Angular's material table default filtering (work in
progress...)
2023-12-08 18:53:08 +01:00
Maria Teresa Paratore 664699e25a cleared unused code 2023-12-06 19:23:10 +01:00
Maria Teresa Paratore 50e575e238 angular material icons added and loaded locally 2023-12-05 17:02:51 +01:00
Maria Teresa Paratore 1c31888a2c debugging... 2023-12-01 19:10:46 +01:00
Maria Teresa Paratore b2786fb527 Added path to contexts in dropdown widget 2023-12-01 18:41:58 +01:00
Maria Teresa Paratore a3e84a3185 Resource types tree is now expanded as soon as it is loaded 2023-12-01 11:39:38 +01:00
Maria Teresa Paratore d7aeacf410 ignoring generated file 2023-11-30 16:38:45 +01:00
Maria Teresa Paratore 1409452f8d Renaming application 2023-11-30 16:36:44 +01:00
Maria Teresa Paratore 642c31beab Changing application name 2023-11-30 16:22:37 +01:00
Maria Teresa Paratore f33062a633 minor changes 2023-11-28 17:17:59 +01:00
Maria Teresa Paratore 9bd727bb79 minor changes for Docker deployment configuration 2023-11-28 17:00:30 +01:00
Maria Teresa Paratore aff4df706b added OnDestroy method 2023-11-23 17:05:11 +01:00
Maria Teresa Paratore 46719a5e62 Fixed bug on loading spinner 2023-11-23 13:20:38 +01:00
Maria Teresa Paratore 9e6e11ecae minor changes 2023-11-22 13:33:36 +01:00
Maria Teresa Paratore e07d3e3fd9 adjusting interceptor 2023-11-22 13:32:28 +01:00
Maria Teresa Paratore e5b9dad2bc minor changes... 2023-11-22 13:31:35 +01:00
Maria Teresa Paratore 5988c79723 adding HttpInterceptors... 2023-11-21 18:50:56 +01:00
Maria Teresa Paratore 31a74a259a added HttpInterceptor to manage REST services delays (work in
progress...)
2023-11-20 10:10:58 +01:00
Maria Teresa Paratore 756152b67a minor changes 2023-11-20 10:09:36 +01:00
Maria Teresa Paratore 2091cd918b resourceType has been parametrised 2023-11-16 16:47:06 +01:00
Maria Teresa Paratore 5a8be6f329 fixed bug for auto-fill validation. Created ad-hoc validation function. 2023-11-16 15:21:43 +01:00
Maria Teresa Paratore bc5a3e8c6a fixing bug on default autocomplete-input validation mechanism 2023-11-15 17:59:53 +01:00
Maria Teresa Paratore 2548bcfd63 Linked form with autocompletion to JHipster REST for fetching Contexts.
Consequently fixed Angular Material CSS.
2023-11-10 19:28:50 +01:00
Maria Teresa Paratore 8c7f66d741 cleaning code and adjusting calls to JHipster services (work in
progress).
2023-11-09 18:59:25 +01:00
Maria Teresa Paratore a504c772b1 removed useless class 2023-11-08 19:51:45 +01:00
Maria Teresa Paratore 452f19eb74 Completed code to retrieve and display the resource types as a nested
tree.
2023-11-08 19:49:54 +01:00
Maria Teresa Paratore 0b7a13aa2c Managing to transform a tree returned by ResourceRegistryClient into a
JSON Object (Work in Progress)
2023-11-06 17:59:49 +01:00