https://github.com/topherzee/try-10-12
https://github.com/topherzee/try-10-12
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/topherzee/try-10-12
- Owner: topherzee
- Created: 2021-10-12T12:51:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-14T15:08:22.000Z (about 2 years ago)
- Last Synced: 2025-01-30T14:16:16.639Z (5 months ago)
- Language: JavaScript
- Homepage: try-10-12.vercel.app
- Size: 43.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
GOALS ******************************
Stack Builder.
* 10 ordered DX Cards.
* Save to Magnolia.Add DX Cards.
Stack Solution Builder
* 1,2,5,10 DX Cards. Linked Tech Cards.Board
* Arbitrary cards anywhere. + Text Everywhere.
* Save to Magnolia.
* Create boards for 5 existing Magnolia Projects.Epic Win game
* Start game.
* Multiplayer.
* Store results for later AI.Status *****************************
CODE THIS NEXT ********************************
Bug: after creating a board - sync does not instantly work.
Lean up code.
Use off more on firebaseSee mouse move.
When creating board - Go to that board.
Content: Actually build an interesting board.Test on phone or tablet.
When adding board - refresh other active clients with new board.
----
Mobile Version.Add DX Cards.
Make a board. (Miro style)
https://github.com/bokuweb/react-rndhttps://github.com/beizhedenglong/reactablejs
https://interactjs.io/
https://www.npmjs.com/package/react-draggable(Interesting: https://github.com/tajo/react-movable)
CODE ACCOMPLISHED ******************
2021-11-16
Home page with links to "Boards" and "Hands"
2021-11-14
Create new boards.
Add title and description.
Dropdown shows current board.2021-11-13
Firebase / online synced cards.
Working on Firebase1 - write content when cards move.
Read content.Fix Positioning - if you load a new hand it does not update the positions - I think it thinks its the same old items there. Buggy.
-----FIREBASE.
1. Only load list of boards, not the boards themselves.
2. Loard Boards from Firebase2021-11-05
Board Layout
Add MULTIPLE cards of the same kind to board by click on tech deck.
Remove a card from a board.
Click on a card to see a full sized card.Save a board (with card positions)
Load a board with positions
Save and Load Notes2021-10-30
Styling. Shrink cards a bit. borders etc.
Refactor code a bit.
2021-10-29
Got system running on SaaS + Netlify (But cannot save on SaaS, currently.)
Save the hand to Magnolia Contenttype.
Each user has a folder. Each folder can store multiple hands.2021-10-26
Change 'hand' selection to be based on ID's not names.
2021-10-25Reorder the hand.
Some quickk filters to look at certain types of cards.
Create hands contenttype, app, restEndpoint
------ PREVIOUSLY ......
It is loading a TSV file
It is adding items to Magnolia via REST request.
It appears to load most the Experience and UI items.
_*Column Formatter*_
appears to be the first item that does not get properly imported to Magnolia.
BUT - its not loading all of the Integration and Backend - why not?
FIXED - trimmed out spaces and replaced '/' with '-'.Content is in!
http://localhost:8080/magnoliaAuthor/.rest/delivery/techCreated new 'simple' project.
NEXT - Create SPA to render list of items.
NEXT - Create SPA to render single item.Working on this URL
http://localhost:8080/magnoliaAuthor/.rest/delivery/tech/tech/Experience/Page%20templatefCOOL we have importing and rendering all carfds
We have selection based on toggling in the deck.Nexgt RENDER big and on the top or side - which cards are selected. - the HAND.