pluja
|
3dcc5d7dc2
|
🔀 refactor(service.html): rename "Points" section to "Attributes" for clarity and consistency
|
2023-10-31 00:04:56 +01:00 |
|
pluja
|
0b5559e8ae
|
✨ feat(attribute_line.html): add attribute_line.html component to display attribute information with different styles based on the rating value
🐛 fix(attribute_line.html): fix missing newline at the end of the file to adhere to coding conventions
|
2023-10-31 00:04:39 +01:00 |
|
pluja
|
89ba93f45c
|
✨ feat(attribute.html): add attribute template to display attribute details and services
|
2023-10-31 00:04:24 +01:00 |
|
pluja
|
ae8534a693
|
🔧 fix(handlers_web.go): fix typo in handleAttribute function name
✨ feat(handlers_web.go): add new route handlers for /point/:id and /attr/:id endpoints to handle attribute requests
|
2023-10-31 00:03:57 +01:00 |
|
pluja
|
0f745c1a25
|
🔀 refactor(attributes.go): reorganize attribute constants alphabetically for better readability and maintainability
🔀 refactor(attributes.go): update attribute titles and descriptions for improved clarity and consistency
|
2023-10-31 00:03:40 +01:00 |
|
pluja
|
c35f8dc307
|
🐛 fix(database.go): use strings.Join to concatenate attributes with a comma separator for better readability and maintainability in AddFakeData function
|
2023-10-30 23:33:14 +01:00 |
|
pluja
|
40a8331d40
|
🔧 fix(service.go): change field type of "attributes" from string slice to string to match the expected data type
🔧 fix(handlers_web.go): add logic to retrieve attributes from the service and pass them to the template for rendering
|
2023-10-30 23:33:03 +01:00 |
|
pluja
|
37c5541ae8
|
🐛 fix(attributes.go): change AttributeRating constants from string to int to improve type safety and semantics
✨ feat(attributes.go): refactor ServiceAttributes map to use AttributeMap struct for better organization and readability
|
2023-10-30 23:32:31 +01:00 |
|
pluja
|
278c3c1bf7
|
🔧 fix(point.html): update variable name from .Type to .Rating to reflect the correct attribute being compared
🔧 fix(service.html): update range variable from .Points to .Attributes to correctly iterate over the list of attributes
|
2023-10-30 23:32:11 +01:00 |
|
pluja
|
ccc30ffa0e
|
revert changes
|
2023-10-30 22:42:11 +01:00 |
|
pluja
|
b8564a4af7
|
initial commit
|
2023-10-30 22:41:30 +01:00 |
|