Skip to content

Conversation

@MitanshiKshatriya
Copy link
Contributor

Closes #51
Added tags field to Template Schema and Certificate Schema

  1. Certificate Schema
title: {
		type: String,
		default: 'Certificate'
	},
	tags:[String], // Added tags field
	template: {
		type: String,
		required: true
	},
  1. Template Schema
....
tags:[String],
...

@paramsiddharth paramsiddharth added the enhancement New feature or request label Dec 20, 2021
@paramsiddharth paramsiddharth self-requested a review December 20, 2021 15:05
Copy link
Member

@paramsiddharth paramsiddharth left a comment

Choose a reason for hiding this comment

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

Please make the suggested changes for a more consistent code style.

type: String,
default: 'Certificate'
},
tags:[String],
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
tags:[String],
tags: [String],

type: String,
required: true
},
tags:[String],
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
tags:[String],
tags: [String],

@MitanshiKshatriya
Copy link
Contributor Author

I have made the changes please check.

Copy link
Member

@paramsiddharth paramsiddharth left a comment

Choose a reason for hiding this comment

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

Looks good to me! We'll proceed with further updates pertaining to the usage of tags.

@paramsiddharth paramsiddharth added the SWoC Under the Script Winter of Contributing. label Jan 5, 2022
@paramsiddharth paramsiddharth merged commit 6cc22ce into heyrema:main Jan 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request SWoC Under the Script Winter of Contributing.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Labelling/Tagging of individual certificates/templates

2 participants