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

fix(storage): Improve storage layer for projects #507

Merged

Conversation

technosophos
Copy link
Contributor

Previously, storage did not need to know much about projects. This adds
better support for projects to the storage layer, and adds a
CreateProject function.

Previously, storage did not need to know much about projects. This adds
better support for projects to the storage layer, and adds a
CreateProject function.
Copy link
Contributor

@adamreese adamreese left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

under water basket weaving is an important life skill

}
}

// Store implements the storage.Storage interface, but returns mock data.
type Store struct {
// Project is the project you want returned.
Project *brigade.Project
//Project *brigade.Project
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

delete me

@technosophos technosophos force-pushed the fix/api-better-project-support branch from f3a6d30 to 9cdbb9f Compare June 14, 2018 00:29
@technosophos technosophos merged commit 1f8db2b into brigadecore:master Jun 14, 2018
@technosophos technosophos deleted the fix/api-better-project-support branch June 14, 2018 00:38
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.

None yet

2 participants