{"id":13878372,"url":"https://github.com/fractaledmind/hottable","last_synced_at":"2025-04-15T01:14:39.188Z","repository":{"id":60927071,"uuid":"538446376","full_name":"fractaledmind/hottable","owner":"fractaledmind","description":"A minimal Airtable clone built with Rails and HotWire","archived":false,"fork":false,"pushed_at":"2022-11-26T09:02:14.000Z","size":8674,"stargazers_count":129,"open_issues_count":1,"forks_count":16,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-15T01:14:32.720Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fractaledmind.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-09-19T10:24:15.000Z","updated_at":"2025-04-06T04:15:46.000Z","dependencies_parsed_at":"2023-01-22T13:15:18.058Z","dependency_job_id":null,"html_url":"https://github.com/fractaledmind/hottable","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fractaledmind%2Fhottable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fractaledmind%2Fhottable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fractaledmind%2Fhottable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fractaledmind%2Fhottable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fractaledmind","download_url":"https://codeload.github.com/fractaledmind/hottable/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248986316,"owners_count":21194025,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-06T08:01:47.622Z","updated_at":"2025-04-15T01:14:39.166Z","avatar_url":"https://github.com/fractaledmind.png","language":"Ruby","funding_links":[],"categories":["Ruby"],"sub_categories":[],"readme":"# HotTable\n\nThis application was built during the [Rails Hackathon](https://railshackathon.com) 2022. A remote hackathon for Rails developers.\nWe had 48 hours to build a Ruby on Rails application with the theme: **[Hotwire](https://hotwired.dev) powered Rails apps**.\n\n## Team\n\n* [Stephen Margheim](https://github.com/fractaledmind)\n* [Joel Drapper](https://github.com/joeldrapper)\n* [Marco Roth](https://github.com/marcoroth)\n\nOn the Rails Hackathon site: https://railshackathon.com/teams/18\n\n\n## Description\n\nThis is an (minimal) [Airtable](https://airtable.com) clone. We left out any of the schema-building functionality and focused squarely on the data management functionality. Moreover, we pushed hard on using semantic HTML, so the table is an actual `\u003ctable\u003e`. Within the space of data management, there are a surprising number of features however:\n\n* Manage which fields are displayed\n* Sort by any field in either direction (with multi-column sorting supported as well)\n* Filter by any complex query you can imagine (nested ANDs and ORs supported with a full range of predicates)\n* Group by any field (sorting in either direction, collapsing or expanding the grouped rows)\n* Select rows (with clear visual indication of selected rows)\n* Select all rows in the dataset (with clear visual indication of how many records are selected)\n* Bulk export selected rows (with whatever display/sort/filter conditions are set on the view)\n* Full pagination functionality (select number of items displayed per page, jump to a specific page, see the details of the pagination window)\n* Column summaries (see information about the dataset for particular columns, with calculations based on the data-type of the column)\n* X- and Y-axis scrollable table on overflow, with fixed headers, footers, and primary columns\n* Quick sort, group, hide options for each column in a column header dropdown\n* Inline editing of all table cells\n* CRUD of views, saving your configuration of a particular combination of fields, sorts, filters, grouping, and pagination\n\n## Built with\n\n* [Ransack](https://activerecord-hackery.github.io/ransack/) drives the filtering and sorting. We extended Ransack to drive the fields and grouping.\n* [Pagy](https://ddnexus.github.io/pagy/) drives the pagination. We applied Tailwind styling to the generated HTML.\n* [Stimulus](https://stimulus.hotwired.dev/) drives the \"details set\" (only one `\u003cdetails\u003e` element open at a time), automatic form submission of pagination items, building complex sorts/filters, etc.\n* [Turbo Drive](https://turbo.hotwired.dev/handbook/drive) allows all of the \"searching\" to run without a mess of updating dozens of parts of the page on any change.\n* [Turbo Streams](https://turbo.hotwired.dev/handbook/streams) drive the column calculations and inline editing to allow for atomic updates of individual table cells.\n* [TurboPower](https://github.com/marcoroth/turbo_power) adds a bunch of additional Turbo Stream actions and drives key parts of the inline editing flow.\n* [Phlex](https://phlex.fun/) replaces `ActionView` for the HTML rendering, allowing us to build layouts, pages, and components all in pure Ruby.\n* [TailwindCSS](https://tailwindcss.com/) for styling\n\n## Demo\n\nA demo application is running at [http://hottable-rails-hackathon.herokuapp.com](http://hottable-rails-hackathon.herokuapp.com)\n\n## Entry\n\nOur entry on the Rails Hackathon site: https://railshackathon.com/entries/6\n\n## Application Screenshots\n\n![](./screenshots/1.png)\n\n![](./screenshots/2.png)\n\n![](./screenshots/3.png)\n\n![](./screenshots/4.png)\n\n![](./screenshots/6.png)\n\n![](./screenshots/7.png)\n\n![](./screenshots/8.png)\n\n![](./screenshots/9.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffractaledmind%2Fhottable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffractaledmind%2Fhottable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffractaledmind%2Fhottable/lists"}