electric icon indicating copy to clipboard operation
electric copied to clipboard

feat(examples): Linearlite multiple projects

Open samwillis opened this issue 1 year ago • 3 comments

To do:

  • [x] UI for new projects (currently its using a Browser prompt input)
  • [x] Show/hide the sync button when a project is synced (Requires sync status api)
  • [x] Unsync project button (Requires an unsung api)

samwillis avatar Feb 01 '24 22:02 samwillis

@samwillis updated the project to be ready for the unsub and status APIs

I also updated the load-data script to also use a projects.json file and assign each issue to a random project - I know that the issues don't match the project names but it makes it easier to get a good feel of multi-project syncing

msfstef avatar May 15 '24 13:05 msfstef

I also updated the load-data script to also use a projects.json file and assign each issue to a random project - I know that the issues don't match the project names but it makes it easier to get a good feel of multi-project syncing

Sounds good for now. We should make a script that produces a dump from a public GutHub using its api. Then we can have multiple "real" projects in there.

samwillis avatar May 15 '24 15:05 samwillis

@samwillis pointed to canary versions, will require npm install --force to circumvent some peerDep issues, I'll sort those out next week

msfstef avatar May 16 '24 15:05 msfstef

@samwillis @kevin-dp could you have a quick look at this PR so we merge Linearlite multiproject? I want to deploy it with 0.12.1 but I'd rather merge the multiproject work first and update the version as soon as we release

msfstef avatar Jun 19 '24 09:06 msfstef