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

[FEATURE] Display author and post date for definition #2

Closed
H4ppy-04 opened this issue May 22, 2023 · 1 comment · Fixed by #8
Closed

[FEATURE] Display author and post date for definition #2

H4ppy-04 opened this issue May 22, 2023 · 1 comment · Fixed by #8
Labels
enhancement New feature or request

Comments

@H4ppy-04
Copy link
Owner

About
Display author and post date for definition.

Example

 $ urban yolo

Yolo means, ‘You Only Live Once’.

By: John Smith
Date: yy-mm-dd

Additional ideas that will come later
Number of upvotes and down-votes on the definition in the form of emojis?

@H4ppy-04 H4ppy-04 added the enhancement New feature or request label May 22, 2023
@H4ppy-04 H4ppy-04 assigned H4ppy-04 and unassigned H4ppy-04 May 22, 2023
@H4ppy-04 H4ppy-04 added the 1.1.0 label May 23, 2023
@H4ppy-04 H4ppy-04 linked a pull request May 23, 2023 that will close this issue
@H4ppy-04
Copy link
Owner Author

@H4ppy-04 H4ppy-04 reopened this May 23, 2023
@H4ppy-04 H4ppy-04 removed a link to a pull request May 23, 2023
H4ppy-04 added a commit that referenced this issue May 24, 2023
This commit now shows the author with the definition.

Attempted to add function to get likes and dislikes however they are
rendered via javascript post-load so that's impossible 👽

Issue: #2

Authored-by: Joshua Rose <[email protected]>
@H4ppy-04 H4ppy-04 linked a pull request May 24, 2023 that will close this issue
H4ppy-04 added a commit that referenced this issue May 24, 2023
Comments out deprecated function for statistics that would show
deprecated text and warning.

Issue: #2
Pull Request: #8
Related commit: 7db417f

Authored-by: Joshua Rose <[email protected]>
H4ppy-04 added a commit that referenced this issue May 24, 2023
This commit now shows the author with the definition.

Attempted to add function to get likes and dislikes however they are
rendered via javascript post-load so that's impossible 👽

Issue: #2

Authored-by: Joshua Rose <[email protected]>
H4ppy-04 added a commit that referenced this issue May 24, 2023
Comments out deprecated function for statistics that would show
deprecated text and warning.

Issue: #2
Pull Request: #8
Related commit: 7db417f

Authored-by: Joshua Rose <[email protected]>
H4ppy-04 added a commit that referenced this issue May 24, 2023
This commit now shows the author with the definition.

Attempted to add function to get likes and dislikes however they are
rendered via javascript post-load so that's impossible 👽

Issue: #2

Authored-by: Joshua Rose <[email protected]>
H4ppy-04 added a commit that referenced this issue May 24, 2023
Comments out deprecated function for statistics that would show
deprecated text and warning.

Issue: #2
Pull Request: #8
Related commit: 7db417f

Authored-by: Joshua Rose <[email protected]>
H4ppy-04 added a commit that referenced this issue May 24, 2023
* feat: definition string data type assertion

This commit modifies `words_as_str` to return a comprehensive message
upon an invalid or empty string value.

Issue: #4

Authored-by: Joshua Rose <[email protected]>

* feat(usage): GIF demonstration of tool

Thanks to gifcord.gg

Authored-by: Joshua Rose <[email protected]>

* feat(gif): add gif demo

* feat: add video to readme

* feat(docs): refactor documentation 

Add alternative installation method for windows and href to windows installation method.

Author: Joshua Rose <[email protected]>

* refactor: additional return types

Adds additional return types to functions that lack them.
Some changes to arguments in docstrings.
Omit redundant arguments

Authored-by: Joshua Rose <[email protected]>

* feat: show author with definition

This commit now shows the author with the definition.

Attempted to add function to get likes and dislikes however they are
rendered via javascript post-load so that's impossible 👽

Issue: #2

Authored-by: Joshua Rose <[email protected]>

* refactor: comment deprecated function

Comments out deprecated function for statistics that would show
deprecated text and warning.

Issue: #2
Pull Request: #8
Related commit: 7db417f

Authored-by: Joshua Rose <[email protected]>

* feat: lint and fix deprecated warning

This commit addresses various issues from tests including the deprecated
warning not being raised due to the `raise` flag being omitted / not
there.

In addition to that, theres a few pep/lint changes from my lsp.

Issue: #4

Authored-by: Joshua Rose <[email protected]>

* feat: tests for word_definition

 - adds tests cases for the word definition class
 - introduces a working pytest runner.

Issue: #4

Authored-by: Joshua Rose <[email protected]>
H4ppy-04 added a commit that referenced this issue May 24, 2023
* feat: definition string data type assertion

This commit modifies `words_as_str` to return a comprehensive message
upon an invalid or empty string value.

Issue: #4

Authored-by: Joshua Rose <[email protected]>

* feat(usage): GIF demonstration of tool

Thanks to gifcord.gg

Authored-by: Joshua Rose <[email protected]>

* feat(gif): add gif demo

* feat: add video to readme

* feat(docs): refactor documentation 

Add alternative installation method for windows and href to windows installation method.

Author: Joshua Rose <[email protected]>

* refactor: additional return types

Adds additional return types to functions that lack them.
Some changes to arguments in docstrings.
Omit redundant arguments

Authored-by: Joshua Rose <[email protected]>

* feat: show author with definition

This commit now shows the author with the definition.

Attempted to add function to get likes and dislikes however they are
rendered via javascript post-load so that's impossible 👽

Issue: #2

Authored-by: Joshua Rose <[email protected]>

* refactor: comment deprecated function

Comments out deprecated function for statistics that would show
deprecated text and warning.

Issue: #2
Pull Request: #8
Related commit: 7db417f

Authored-by: Joshua Rose <[email protected]>

* feat: lint and fix deprecated warning

This commit addresses various issues from tests including the deprecated
warning not being raised due to the `raise` flag being omitted / not
there.

In addition to that, theres a few pep/lint changes from my lsp.

Issue: #4

Authored-by: Joshua Rose <[email protected]>

* feat: tests for word_definition

 - adds tests cases for the word definition class
 - introduces a working pytest runner.

Issue: #4

Authored-by: Joshua Rose <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant