b310-digital / b310-digital/teammapper
Refactor creation of map process
- Dominant language
- TypeScript
- Stars
- 496
- Forks
- 41
- Avg merge
- 2h 16m
- Merged PRs (30d)
- 11
Description
Change the way the create button on the start page works. Currently maps are created when accessing GET `/map`which is not really a proper REST style way of object creation.
Idea:
1. Async request, create new map on server
2. Wait for answer, use id to proceed to map URL.
3. Take care of 1) using hotkey to create a map, 2) Creating a map from start screen, 3) Opening an existing map by link
Contributor guide
No contributing guide indexed for this repository
Research direction
Trace the start-page create button, the current GET /map behavior, the hotkey path, and opening an existing map by link. Verify how creation requests and map IDs flow through these entry points; done means creation is asynchronous, navigation uses the returned ID, all three scenarios still work, and GET /map no longer creates a map.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- api, backend, frontend
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100