GithubHelp home page GithubHelp logo

county-properties's Introduction

TODO

[ ] add in missing fields from table [ ] manually spot check records to verify write [ ] remove buttons and launch refresh based on visitor [ ] use last updated data to selectivly update [ ] move update inits to backend - run on server startup and each new visitor/launch [ ] save data from site - allow to reprocess computed fields just from the db [ ] rework to a manual table with infintie scrolling and filtering

reactive table needs to: allow sorting by another field (for date)

future tests to verify integrity / scraping add map of properties add filtering / searching add acounts and saved searches with email alerts

{ key: 'saleType', label: ''}, { key: 'lastUpdated', label: ''}, { key: 'billableOwner', label: '' }, { key: 'legalDescription', label: '' }, { key: 'parcel', label: 'Parcel' }, { key: 'pin', label: 'PIN' }, { key: 'buildingValue', label: 'Building Value' }, { key: 'acerage', label: 'Acerage' }, { key: 'township', label: 'Township' }, { key: 'location', label: 'Location' }, { key: 'landUse', label: 'Land Use' }, { key: 'homestead', label: 'Homestead' }, { key: 'class', label: 'Class' }, { key: 'landValue', label: 'Land Value' }, { key: 'saleAmount', label: 'Sale Amount' }, { key: 'saleDate', label: 'Sale Date' }

<table>
	<thead>
		<th>Sale Type</th>
		<th>Last Updated</th>
		<th>Owner</th>
		<th>Legal Description</th>
		<th>PIN</th>
	</thead>
	<tbody>
		{{#each properties}}
			<tr>
				<td>{{saleType}}</td>
				<td>{{lastUpdated}}</td>
				<td>{{billableOwner}}</td>
				<td>{{legalDescription}}</td>
				<td>{{parcel}}</td>
				<td>{{pin}}</td>
				<td>{{buildingValue}}</td>
				<td>{{acerage}}</td>
				<td>{{township}}</td>
				<td>{{location}}</td>
				<td>{{landUse}}</td>
				<td>{{homestead}}</td>
				<td>{{class}}</td>
				<td>{{landValue}}</td>
				<td>{{saleAmount}}</td>
				<td>{{saleDate}}</td>
			</tr>
		{{/each}}
	</tbody>

county-properties's People

Contributors

nate-strauser avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.