Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ewlarson committed Feb 17, 2025
1 parent 37c2f33 commit e3d9fae
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 17 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,16 @@ npm run dev

## Todos

- [ ] Item View - Catch up to BTAA redesign
- [ ] Item View - Tabbed interface (Item View | Map Overlay | Metadata | API)
- [ ] Item View - Add a "share" icon
- [ ] Item View - Downloads (more options, more prominently displayed)
- [ ] Item View - Metadata tab (ISO, FGDC,JSON)
- [ ] Item View - Relations
- [ ] Item View - Code snippets
- [ ] Item View - Relations
- [ ] Item View - More like this panel
- [ ] Item View - Metadata tab (ISO, FGDC,JSON)
- [ ] Item View - Social media meta tags
- [ ] Design - Make the application themeable
- [ ] Item View - Add a "share" icon
- [ ] Design - Make the application themeable
- [ ] App - Progressive Web App

37 changes: 25 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "vite-react-typescript-starter",
"name": "rui",
"homepage": "http://geobtaa.github.io/rui",
"private": true,
"version": "0.0.0",
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit e3d9fae

Please sign in to comment.