-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Description
- Logged in:
- editing project user owns:
- File->New should save current project, fetch default project data, load it into vm, PUT it to server, get the id in response, call parent function props to indicate that the project id has changed, and set state to reflect that it is showing a project with id.
- editing project user does not own:
- File->New should fetch new default project data, load it into vm, PUT it to server, get the id in response, call parent function props to indicate that the project id has changed, and set state to reflect that it is showing a project with id.
- editing project user owns:
- Not logged in:
- editing project:
- should maintain current behavior: prompt user to confirm that it's ok to discard contents of current project; fetch fetch default project data, load it into vm, update hash url if any
- editing project:
Reactions are currently unavailable