Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: prototypes feature branch #14

Merged
merged 6 commits into from
Apr 7, 2021
Merged

chore: prototypes feature branch #14

merged 6 commits into from
Apr 7, 2021

Conversation

iamnewton
Copy link
Contributor

@iamnewton iamnewton commented Mar 31, 2021

A feature branch to test out any open discussions, questions, and/or theories we have about the implementation of the tech spec and proposal.

@iamnewton iamnewton added this to the Prototypes milestone Mar 31, 2021
@iamnewton iamnewton added the prototype A working model to test out theories label Mar 31, 2021
@iamnewton iamnewton changed the title chore(prototype): feature branch chore: prototypes feature branch Mar 31, 2021
iamnewton and others added 5 commits April 5, 2021 13:23
* feat: initial prototype

* chore: delete gitkeep

* feat: performance optimizations

* fix: missing meta tag

* chore(doc): clean up README

* chore: reorganize into separate folder

* feat: add in auction example
* feat: add in basic prototype

* fix: suggestions as per @brodrigu

- Update `id` field as key to `_key`
- Create an index on `_expires`

#18 (comment)

* feat: add in check for unique entry

This is required because IndexedDB will error if you try to write over
the key with the same key that already exists in the dB, thus since
we're using the `owner-name` as the key, we need to stop trying to
overwrite the dB entry each time the page is refreshed.

* feat: test out how updating a value works

* feat: test out ability to delete an item from the dB
* chore: dynamic import es modules

Fixes: #19

* chore: fix index page

* chore: test out with loading from a URL

* chore: swap over to glitch for URL hosting
@iamnewton iamnewton merged commit 38d65a6 into main Apr 7, 2021
@iamnewton iamnewton deleted the prototypes branch April 7, 2021 22:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
prototype A working model to test out theories
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant