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

feat(vacancy): Vacancy feature - OEL-1454 #330

Merged
merged 7 commits into from
Apr 20, 2022
Merged

Conversation

tibi2303
Copy link
Collaborator

No description provided.

@github-actions
Copy link

github-actions bot commented Apr 13, 2022

🚀 Deployed on https://preview-330--oelibrary.netlify.app

@github-actions github-actions bot temporarily deployed to pull request April 13, 2022 15:03 Inactive
@github-actions github-actions bot temporarily deployed to pull request April 20, 2022 07:25 Inactive
@github-actions github-actions bot temporarily deployed to pull request April 20, 2022 07:43 Inactive
const header =
layout[`header_${process.env.STORYBOOK_THEME}`] || layout.headerSimple;

if (isChromatic()) {
Copy link
Contributor

Choose a reason for hiding this comment

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

can you do the same also when the env variable is set..?

Copy link
Collaborator Author

@tibi2303 tibi2303 Apr 20, 2022

Choose a reason for hiding this comment

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

yes, also updated this part

"version": "0.22.0",
"description": "OE - BCL Vacancy",
"publishConfig": {
"access": "public"
Copy link
Contributor

Choose a reason for hiding this comment

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

does it have to be public this one..?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

made it private

@github-actions github-actions bot temporarily deployed to pull request April 20, 2022 10:57 Inactive
badges: ["stable"],
badgesConfig: {
stable: {
title: "v1.1",
Copy link
Contributor

Choose a reason for hiding this comment

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

but we are introducing this feature as new...why is it already 1.1..? :) Wasn't this an internal versioning of the single features.?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Talked with romain and we could already implement the 1.1 version.

return expect(renderListing(demoListing)).resolves.toMatchSnapshot();
});

test("details (closed) renders correctly", () => {
Copy link
Contributor

Choose a reason for hiding this comment

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

guess that this title is wrong..

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

done


export default {
title: "Features/Vacancy",
decorators: [withDesign],
Copy link
Contributor

Choose a reason for hiding this comment

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

don't we have withCode also, now..?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

yes, indeed, i added.

"version": "0.22.0",
"description": "OE - BCL Vacancy",
"private": true,
"repository": {
Copy link
Contributor

Choose a reason for hiding this comment

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

we miss some dependencies here..button, description-list, file, modal, base-templates

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

added the dependencies.

@@ -0,0 +1,2 @@
__snapshots__
Copy link
Contributor

Choose a reason for hiding this comment

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

now this is useless

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

deleted it

@github-actions github-actions bot temporarily deployed to pull request April 20, 2022 11:12 Inactive
@planctus planctus merged commit aaf384a into development Apr 20, 2022
@planctus planctus deleted the OEL-1454-vacancy branch April 20, 2022 11:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants