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

Add 10Cap valuation (closes #88) #90

Merged
merged 5 commits into from
Dec 16, 2024

Conversation

kocielnik
Copy link
Contributor

@kocielnik kocielnik commented Nov 5, 2024

Example - MSFT above 10 Cap price:

msft-above-ten-cap-price

Example - PLBC below 10 Cap price:

plbc-below-ten-cap-price

@kocielnik kocielnik changed the title Add 10Cap valuation (closes mrhappyasthma/IsThisStockGood#88) Add 10Cap valuation (closes #88) Nov 5, 2024
@kocielnik kocielnik mentioned this pull request Nov 5, 2024
@mrhappyasthma
Copy link
Owner

Let me know once this is ready for review :)

I expect the breaking of this test to be fixed by PR mrhappyasthma#92.
@@ -90,7 +90,7 @@

this.shadowRoot.append(style, wrapper);

this.animationTimeout = None;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Appeared in the browser console as:

cant-find-variable-none

class="form-control"
id="ticker"
placeholder="Ticker Symbol"
maxlength=8
onkeydown="return validateInput(event)"/>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Appeared in the browser console as:

cant-find-variable-validateInput

@@ -4,11 +4,11 @@
<div class="col-md-3 nopadding">
<input
type="text"
autofocus
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Causes the search field to get activated automatically on each visit to the site (including page refresh).

@mrhappyasthma, if you see problems with this behaviour, please let me know! :)

Actually, the purpose of this commit is to bump the CI to run again,
because it failed with an error that seems intermittent, and very rare.
@kocielnik
Copy link
Contributor Author

Let me know once this is ready for review :)

@mrhappyasthma, ready for review! :)

@kocielnik kocielnik marked this pull request as ready for review December 6, 2024 10:28
@kocielnik
Copy link
Contributor Author

I've just noticed I needed to "undraft" it too. Done! :)

Before: ten_cap("NVDA") = 10.834

After: ten_cap("NVDA") = 10.83
@kocielnik
Copy link
Contributor Author

@mrhappyasthma, preview of the app with both pending PRs merged:

https://is-this-stock-good.vercel.app

@mrhappyasthma
Copy link
Owner

Looks good to me. The small fixes are all good as well. mostly obsolete stuff that we never removed.

@mrhappyasthma mrhappyasthma merged commit 432389c into mrhappyasthma:master Dec 16, 2024
1 check passed
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.

2 participants