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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add Create Workspace Form #73

Merged
merged 11 commits into from
Jan 31, 2022

Conversation

bryphe-coder
Copy link
Contributor

Fixes #38

This adds a create-workspace form (with only 1 field, probably the simplest form ever 馃槃 )

image

It currently redirects to a path /workspaces/<unique id>, but that isn't implemented yet - but you can see the workspace show up on the projects page.

@bryphe-coder bryphe-coder self-assigned this Jan 26, 2022
@codecov
Copy link

codecov bot commented Jan 26, 2022

Codecov Report

Merging #73 (d45c4bf) into main (b586a35) will decrease coverage by 0.40%.
The diff coverage is 30.23%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #73      +/-   ##
==========================================
- Coverage   72.07%   71.66%   -0.41%     
==========================================
  Files          89       91       +2     
  Lines        3627     3670      +43     
  Branches       55       59       +4     
==========================================
+ Hits         2614     2630      +16     
- Misses        793      822      +29     
+ Partials      220      218       -2     
Flag Coverage 螖
unittest-go-macos-latest 67.75% <酶> (-0.18%) 猬囷笍
unittest-go-ubuntu-latest 70.00% <酶> (+0.32%) 猬嗭笍
unittest-go-windows-latest 67.82% <酶> (+0.93%) 猬嗭笍
unittest-js 74.72% <30.23%> (-3.58%) 猬囷笍
Impacted Files Coverage 螖
...pages/projects/[organization]/[project]/create.tsx 0.00% <0.00%> (酶)
site/forms/CreateWorkspaceForm.tsx 86.66% <86.66%> (酶)
peer/conn.go 77.86% <0.00%> (-0.53%) 猬囷笍
peerbroker/dial.go 80.95% <0.00%> (+4.76%) 猬嗭笍
site/components/Form/FormTitle.tsx 100.00% <0.00%> (+12.50%) 猬嗭笍

Continue to review full report at Codecov.

Legend - Click here to learn more
螖 = absolute <relative> (impact), 酶 = not affected, ? = missing data
Powered by Codecov. Last update b586a35...d45c4bf. Read the comment docs.

@bryphe-coder bryphe-coder merged commit 7cf686c into main Jan 31, 2022
@bryphe-coder bryphe-coder deleted the bryphe/feat/38/create-workspace-page branch January 31, 2022 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Front-end: Implement simple 'Create Workspace' Flow
2 participants