Skip to content

Conversation

@gsc2001
Copy link
Contributor

@gsc2001 gsc2001 commented Jun 20, 2021

Fixes #7

@gsc2001 gsc2001 marked this pull request as draft June 20, 2021 19:03
@gsc2001 gsc2001 requested review from exclowd and tichnas and removed request for tichnas June 20, 2021 19:22
@gsc2001 gsc2001 marked this pull request as ready for review June 20, 2021 19:22
@gsc2001 gsc2001 requested a review from tichnas June 20, 2021 19:22
longDes: string;
link: string;
topics: string[];
}
Copy link
Member

Choose a reason for hiding this comment

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

Also add time_created.

link: '',
linkRules: [(link: string) => !!link || 'Link is required'],
name: '',
nameRules: [(name: string) => !!name || 'Name is required'],
Copy link
Member

Choose a reason for hiding this comment

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

I think we should also have a limit on the size of name

Copy link
Contributor Author

Choose a reason for hiding this comment

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

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.

Github API search and integration

2 participants