Commit Graph

7 Commits

Author SHA1 Message Date
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