Add info and links to frontend
This commit is contained in:
parent
319ae13c16
commit
1aae2311d3
2 changed files with 15 additions and 3 deletions
|
|
@ -1,4 +1,7 @@
|
|||
<h1>No frontend yet!</h1>
|
||||
<h1>Welcome to the City Portal</h1>
|
||||
|
||||
<p>If you know your way around GraphQL, you can try <a href="http://localhost:3000/graphiql">directly interfacing
|
||||
with the backend.</a></p>
|
||||
<ul>
|
||||
<li><a href="datasets/">List of datasets</a></li>
|
||||
<li><a href="about/">Read about the project!</a></li>
|
||||
<li><a href="http://localhost:3000/graphiql">Directly interface with the backend</a></li>
|
||||
</ul>
|
||||
|
|
|
|||
9
frontend/src/routes/about/+page.svelte
Normal file
9
frontend/src/routes/about/+page.svelte
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<p>City portal is a local data aggregator: local data is a term I coined to mean data that only matters to a specific geographical community.
|
||||
This can range from weather, to events at the local town hall, to transportation. City Portal provides an open and extendable way to use this data,
|
||||
exposing a GraphQL API that anyone is free to read from, but write access can be restricted.</p>
|
||||
|
||||
<p>The City Portal is adaptable to different scenarios: by customizing the different datasets that the server stores and that data can be stored into,
|
||||
the managers of the Portal can decide what kinds of local data is stored, but still have this data categorized neatly by function.</p>
|
||||
|
||||
<p>Finally, because of its free to read API, the City Portal promotes extension: anyone is free to build ML models, graphs, or visualizations on top
|
||||
of the Portal.</p>
|
||||
Loading…
Add table
Add a link
Reference in a new issue