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

Add mapper frontend using ElectricSQL ShapeStream (live updates) #1760

Merged
merged 90 commits into from
Sep 24, 2024

Conversation

spwoodcock
Copy link
Member

@spwoodcock spwoodcock commented Aug 26, 2024

What type of PR is this? (check all applicable)

  • πŸ• Feature
  • πŸ› Bug Fix
  • πŸ“ Documentation
  • πŸ§‘β€πŸ’» Refactor
  • βœ… Test
  • πŸ€– Build or CI
  • ❓ Other (please specify)

Related Issue

Foundation for issues in milestone: https://github.com/hotosm/fmtm/milestone/36
Related to #1604

Describe this PR

TODO:

  • Fix usage of TaskAction vs TaskStatus enum (repeated / redundant info).
  • Many improvements to the UI / layout.
  • Fix issue where @hotosm/ui is using a relative path to dependency.

Screenshots

image

Review Guide

Testing this will require:

installing frontend deps locally:

cd src/mapper
pnpm install

image builds + probably clearing existing data:

docker compose down -v
docker compose build
docker compose up -d

I'm not expecting a comprehensive review of this - it will likely not be perfect on first attempt.

Instead I propose we test it roughly, merge it in, then iterate / improve. Bugs can be fixed as we go.

Checklist before requesting a review

[optional] What gif best describes this PR or how it makes you feel?

Pja8Ied6v7M7Gq5DeK

@spwoodcock spwoodcock self-assigned this Aug 26, 2024
@github-actions github-actions bot added enhancement New feature or request frontend Related to frontend code backend Related to backend code devops Related to deployment or configuration migration Contains a DB migration contrib External contributions, or not related to core functionality labels Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Related to backend code contrib External contributions, or not related to core functionality devops Related to deployment or configuration enhancement New feature or request frontend Related to frontend code migration Contains a DB migration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant