------------------------------------------------------------
commit e8bf9da0f8349bde3fe7406d4c8d0551917706db
Author: root <root@hub.scroll.pub> Date: Tue Sep 17 00:45:25 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index 9a2d07d..917fb36 100644 --- a/index.scroll +++ b/index.scroll @@ -7,6 +7,7 @@ wideColumns 1 // todo: cleanup buildConcepts // todo: scrollhub csv and jsons arent showing up // make column names case insensitive in tables +// improve auto column width sizing tableSearch table hotels.json ------------------------------------------------------------
commit 01079f3f2528b4c685775be3b21ab9eadcbbdbc1
Author: root <root@hub.scroll.pub> Date: Tue Sep 17 00:45:03 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index 7aa4c87..9a2d07d 100644 --- a/index.scroll +++ b/index.scroll @@ -2,6 +2,8 @@ title Your Guide to Hotels with Fast Wifi! header.scroll +wideColumns 1 + // todo: cleanup buildConcepts // todo: scrollhub csv and jsons arent showing up // make column names case insensitive in tables ------------------------------------------------------------
commit bc9fd8b244ad2e15eb13dc1f39801c49a21b635b
Author: root <root@hub.scroll.pub> Date: Tue Sep 17 00:44:51 2024 +0000 Updated header.scroll diff --git a/header.scroll b/header.scroll index 78643be..978a697 100644 --- a/header.scroll +++ b/header.scroll @@ -7,4 +7,3 @@ gazetteCss homeButton viewSourceButton printTitle -mediumColumns 1 ------------------------------------------------------------
commit 2f004fea6ac1225a91cf343a079fb11eca11a578
Author: root <root@hub.scroll.pub> Date: Tue Sep 17 00:44:37 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index c547a7e..7aa4c87 100644 --- a/index.scroll +++ b/index.scroll @@ -2,6 +2,10 @@ title Your Guide to Hotels with Fast Wifi! header.scroll +// todo: cleanup buildConcepts +// todo: scrollhub csv and jsons arent showing up +// make column names case insensitive in tables + tableSearch table hotels.json orderBy -wifiRating ------------------------------------------------------------
commit daffd0bc2e6bac601b8de6c13192a1f5fee67302
Author: root <root@hub.scroll.pub> Date: Tue Sep 17 00:43:59 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index c1e6e13..c547a7e 100644 --- a/index.scroll +++ b/index.scroll @@ -4,7 +4,7 @@ header.scroll tableSearch table hotels.json - orderBy -WifiRating + orderBy -wifiRating printTable scrollVersionLink ------------------------------------------------------------
commit b2b060cbafea196433e603e4ab148d0d81813278
Author: root <root@hub.scroll.pub> Date: Tue Sep 17 00:43:51 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index ea62fe4..c1e6e13 100644 --- a/index.scroll +++ b/index.scroll @@ -2,7 +2,9 @@ title Your Guide to Hotels with Fast Wifi! header.scroll +tableSearch table hotels.json - printTable + orderBy -WifiRating + printTable scrollVersionLink ------------------------------------------------------------
commit f2a43eadeac6c5f322b00f8d07236016f3203ee7
Author: root <root@hub.scroll.pub> Date: Tue Sep 17 00:43:29 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index 5880341..ea62fe4 100644 --- a/index.scroll +++ b/index.scroll @@ -2,6 +2,7 @@ title Your Guide to Hotels with Fast Wifi! header.scroll -Check it out +table hotels.json + printTable scrollVersionLink ------------------------------------------------------------
commit 1f015c766666e7d621c949caaa9ffac42723cb79
Author: root <root@hub.scroll.pub> Date: Tue Sep 17 00:43:08 2024 +0000 Updated hotels.scroll diff --git a/hotels.scroll b/hotels.scroll index 68e4344..d1b79ef 100644 --- a/hotels.scroll +++ b/hotels.scroll @@ -1,4 +1,4 @@ -buildConcepts hotels.json +buildConcepts hotels.csv // parsers ------------------------------------------------------------
commit 1743b01a94b83bafae16c92d25cf104217cc279c
Author: root <root@hub.scroll.pub> Date: Tue Sep 17 00:42:48 2024 +0000 Updated hotels.scroll diff --git a/hotels.scroll b/hotels.scroll index 740c06a..68e4344 100644 --- a/hotels.scroll +++ b/hotels.scroll @@ -1,99 +1,99 @@ -buildConcepts - -// parsers - -idParser - extends abstractIdParser - -descriptionParser - extends abstractStringMeasureParser - crux description - description A brief description of the hotel's amenities and general features - -wifiSpeedParser - extends abstractIntegerMeasureParser - description The wifi speed in Mbps - -wifiPasswordParser - extends abstractBooleanMeasureParser - description Whether a password is required for wifi access - -wifiReliabilityParser - extends abstractStringMeasureParser - description The reliability of the wifi connection (e.g., stable, intermittent, or unreliable) - -wifiRatingParser - extends abstractIntegerMeasureParser - description A rating from 1 to 10 based on wifi speed, reliability, and password requirements - -// data - -id Hilton Hawaiian Village -description A sprawling beachfront resort in Waikiki with multiple towers and premium amenities -wifiSpeed 150 -wifiPassword Yes -wifiReliability Stable -wifiRating 8 - -id The Royal Hawaiian -description An iconic luxury resort known as the 'Pink Palace of the Pacific' -wifiSpeed 120 -wifiPassword Yes -wifiReliability Stable -wifiRating 7 - -id Outrigger Waikiki Beach Resort -description A beachfront hotel offering modern rooms and easy access to the beach -wifiSpeed 100 -wifiPassword No -wifiReliability Stable -wifiRating 9 - -id Sheraton Waikiki -description A large hotel with stunning ocean views and excellent facilities -wifiSpeed 130 -wifiPassword Yes -wifiReliability Stable -wifiRating 8 - -id Halekulani Hotel -description A luxury oceanfront hotel with a reputation for excellent service and amenities -wifiSpeed 200 -wifiPassword No -wifiReliability Stable -wifiRating 10 - -id Ala Moana Hotel by Mantra -description A high-rise hotel near Ala Moana Shopping Center, popular with business travelers -wifiSpeed 80 -wifiPassword Yes -wifiReliability Stable -wifiRating 6 - -id Hyatt Regency Waikiki Beach Resort & Spa -description A resort with ocean views and luxury amenities located across from Waikiki Beach -wifiSpeed 150 -wifiPassword Yes -wifiReliability Stable -wifiRating 8 - -id Prince Waikiki -description A stylish hotel near Ala Wai Harbor with modern amenities and fast internet -wifiSpeed 180 -wifiPassword No -wifiReliability Stable -wifiRating 9 - -id Moana Surfrider, A Westin Resort & Spa -description Known as the 'First Lady of Waikiki,' this historic hotel offers classic luxury -wifiSpeed 90 -wifiPassword Yes -wifiReliability Stable -wifiRating 7 - -id The Kahala Hotel & Resort -description A secluded luxury resort located away from the busy Waikiki area, offering peace and quiet -wifiSpeed 160 -wifiPassword No -wifiReliability Stable -wifiRating 9 +buildConcepts hotels.json + +// parsers + +idParser + extends abstractIdParser + +descriptionParser + extends abstractStringMeasureParser + crux description + description A brief description of the hotel's amenities and general features + +wifiSpeedParser + extends abstractIntegerMeasureParser + description The wifi speed in Mbps + +wifiPasswordParser + extends abstractBooleanMeasureParser + description Whether a password is required for wifi access + +wifiReliabilityParser + extends abstractStringMeasureParser + description The reliability of the wifi connection (e.g., stable, intermittent, or unreliable) + +wifiRatingParser + extends abstractIntegerMeasureParser + description A rating from 1 to 10 based on wifi speed, reliability, and password requirements + +// data + +id Hilton Hawaiian Village +description A sprawling beachfront resort in Waikiki with multiple towers and premium amenities +wifiSpeed 150 +wifiPassword Yes +wifiReliability Stable +wifiRating 8 + +id The Royal Hawaiian +description An iconic luxury resort known as the 'Pink Palace of the Pacific' +wifiSpeed 120 +wifiPassword Yes +wifiReliability Stable +wifiRating 7 + +id Outrigger Waikiki Beach Resort +description A beachfront hotel offering modern rooms and easy access to the beach +wifiSpeed 100 +wifiPassword No +wifiReliability Stable +wifiRating 9 + +id Sheraton Waikiki +description A large hotel with stunning ocean views and excellent facilities +wifiSpeed 130 +wifiPassword Yes +wifiReliability Stable +wifiRating 8 + +id Halekulani Hotel +description A luxury oceanfront hotel with a reputation for excellent service and amenities +wifiSpeed 200 +wifiPassword No +wifiReliability Stable +wifiRating 10 + +id Ala Moana Hotel by Mantra +description A high-rise hotel near Ala Moana Shopping Center, popular with business travelers +wifiSpeed 80 +wifiPassword Yes +wifiReliability Stable +wifiRating 6 + +id Hyatt Regency Waikiki Beach Resort & Spa +description A resort with ocean views and luxury amenities located across from Waikiki Beach +wifiSpeed 150 +wifiPassword Yes +wifiReliability Stable +wifiRating 8 + +id Prince Waikiki +description A stylish hotel near Ala Wai Harbor with modern amenities and fast internet +wifiSpeed 180 +wifiPassword No +wifiReliability Stable +wifiRating 9 + +id Moana Surfrider, A Westin Resort & Spa +description Known as the 'First Lady of Waikiki,' this historic hotel offers classic luxury +wifiSpeed 90 +wifiPassword Yes +wifiReliability Stable +wifiRating 7 + +id The Kahala Hotel & Resort +description A secluded luxury resort located away from the busy Waikiki area, offering peace and quiet +wifiSpeed 160 +wifiPassword No +wifiReliability Stable +wifiRating 9 ------------------------------------------------------------
commit a6498e3c9334e2639d4c3e576b32da0b2628ec1a
Author: root <root@hub.scroll.pub> Date: Tue Sep 17 00:42:26 2024 +0000 Updated hotels.scroll diff --git a/hotels.scroll b/hotels.scroll index b9cb24f..740c06a 100644 --- a/hotels.scroll +++ b/hotels.scroll @@ -1,3 +1,5 @@ +buildConcepts + // parsers idParser