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 AMC Score Calculator extension #62

Closed
wants to merge 1 commit into from
Closed

add AMC Score Calculator extension #62

wants to merge 1 commit into from

Conversation

ryanccn
Copy link

@ryanccn ryanccn commented Oct 16, 2021

Description

A calculator that calculates AMC scores based on user input. Could possibly add AIME and other comps later.

Type of change

  • New extension

Screenshot

Screen Shot 2021-10-16 at 23 26 21

Checklist

@PitNikola PitNikola added the new extension Label for PRs with new extensions label Oct 16, 2021
Copy link
Member

@PitNikola PitNikola left a comment

Choose a reason for hiding this comment

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

Hi @ryanccn. Could you please explain for somebody far from American Mathematics Contest, what's the general value of this extension and how do you see people using it? Just trying to get more context.

Left few comments inline. Also the icon for the extension should be non-default one, 512x512 size.

"commands": [
{
"name": "eight",
"title": "AMC 8",
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
"title": "AMC 8",
"title": "Calculate AMC 8 Score",

},
{
"name": "ten",
"title": "AMC 10",
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
"title": "AMC 10",
"title": "Calculate AMC 10 Score",

},
{
"name": "twelve",
"title": "AMC 12",
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
"title": "AMC 12",
"title": "Calculate AMC 12 Score",

"name": "eight",
"title": "AMC 8",
"subtitle": "",
"description": "Calculate AMC 8 scores",
Copy link
Member

Choose a reason for hiding this comment

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

Maybe you can provide more detailed description, something like "Get your AMC 8 score from number of correct answers"

Copy link
Member

Choose a reason for hiding this comment

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

Same in other two commands

import Generic from './generic';

export default () => {
return <Generic title={'AMC 8 Score Calculator'} correctValue={1} emptyValue={0} />;
Copy link
Member

Choose a reason for hiding this comment

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

So does AMC 8 always returns the same number as number of correct answers? What's the value in this calculation? Or am I missing something?

@PitNikola PitNikola self-assigned this Oct 18, 2021
@ryanccn
Copy link
Author

ryanccn commented Oct 19, 2021

Got it, will edit later this week 👍

@PitNikola
Copy link
Member

@ryanccn, I'm gonna close this PR for now. Please feel free to re-open once you have some changes to review 👍

@PitNikola PitNikola closed this Nov 2, 2021
Heroor added a commit to Heroor/raycast-extensions that referenced this pull request Aug 12, 2024
- first publish
- feat: add raycast
- fix: modify types
- Update README.md
- Update README.md
- Update README.md
- doc: typo
- update ext version
- docs: update
- Update README.md
- Update README.md
- fix: package module index
- fix: build folder containing icons
- fix: add model type
- fix: update lock file
- feat: split model package
- Update README.md
- fix: use-effect deps add list
- fix: sidebar effect
- fix: sidebar effect
- fix: update workflows
- fix: update workflows
- fix: replace template env file
- fix: add type to effect deps
- update version
- update version
- fix: resize logo
- fix: adjust details
- feat: add go-top btn
- fix: sidebar hover effects
- fix: modify sidebar style
- feat: add sidebar
- feat: add xhs
- feat: update webext
- feat: add skypack
- Merge branch \'main\' of github.com:hello-nav/hello-nav
- feat: add apps
- chore(deps-dev): bump braces from 3.0.2 to 3.0.3 (raycast#68)
- feat: add layers
- docs: update readme
- Merge branch \'main\' of github.com:hello-nav/hello-nav
- feat: add apps
- Update README.md
- fix: app-back background transition
- refac: improved rendering performance for switching theme
- Update README.md
- Update README.md
- Update README.md
- feat: add gtag click event
- fix: title font display in safari
- doc: update banner
- update ext version
- docs: public doc
- fix: update description
- deat: build script support extesion zip
- fix: modify icon size
- style: improve UI style
- feat: add vue UIs
- fix: delete font style of cate title
- fix: revert font family
- docs: update readme
- Update README.md
- Merge branch \'main\' of github.com:hello-nav/hello-nav
- feat: add googlede
- Update README.md
- feat: support chrome extension
- fix: compressed images
- feat: autoprefixer css
- feat: add ai apps
- fix: modify title font size
- feat: favorite app supports order adjustment
- feat: add svelte-material-ui
- docs: update banner
- chore: fix footer text
- fix: encode filter key
- fix: add found app count display
- feat: add website apps
- fix: add jamstack apps
- feat: add svelte libs
- feat: add icon apps
- feat: add shiki & slidev
- fix: typo
- feat: suggest request app
- Update request-app.md
- Update issue templates
- feat: add rolldown & hone
- feat: remind to search on github if can\'t find the app
- fix: modify action bar style
- feat: support setting favorite apps (raycast#64)
- docs: update readme file of website repo
- fix: replacing empty prompts
- fix: update icons
- feat: add elysiajs raycast#63
- fix: reordering server app
- feat: add htmx
- fix: reordering of categories
- Update README.md
- Update README.md
- fix: compressed image
- feat: add Capacitor (raycast#62)
- docs: deployment in cloudflare
- fix: add darkInvert config
- feat: add ikun-ui & vue-vine
- fix: compressed image resource
- feat: add STDF
- fix: update gitlab
- feat: add iconify
- style: lint all files
- feat: add lit
- fix: adjust some logos
- fix: modify miniapp links
- update tauri link (raycast#61)
- feat: add UnoCSS
- docs: deployment in zeabur
- feat: add starlight
- update dark banner
- update banner
- feat: add mobbin
- fix: improve style
- fix: add google analytics
- feat: add baidu hm script
- fix: input clear btn
- fix: fix input status when setting value
- feat: improve theme style
- feat: add youtube
- add apps
- feat: add apps
- update readme
- feat: add UI apps
- update app logo
- feat: add openai & update app logo
- update logo
- update: next info
- feat: fix links & add app
- update angular
- fix: move design websites
- feat: add ui apps
- feat: add nuxt ui & modify nuxt logo
- feat: add design app
- feat: add ui app
- Update README.md
- Update homepage
- fix: app title font-size adaptive
- add vue-hooks-plus tabler
- build(deps-dev): bump json5 from 2.2.1 to 2.2.3 (raycast#53)
- build(deps-dev): bump vite from 2.9.13 to 2.9.16 (raycast#54)
- add react libs
- add ui libs
- Update homepage
- add icones
- fix: midify style
- fix: update pnpm lock file by pnpm@8.x
- zip image
- remove sapper
- update react icon
- update react homepage
- feat: add figma
- feat: add rspack, prisma, libuv & update icons
- style: modify cell hover style
- fix: modify app radius
- add rome
- update nuxt homepage
- add gitignore
- update app links
- fix: node homepage
- add turbo
- fix: invalid links
- add hippy
- fix: weex link
- add qwik
- add nodemon
- fix: remove text-shadow
- fix: express repo link
- opti images
- add cloud-ui & fish design & ossa
- fix: cate title display
- add weui
- add wujie
- add 花瓣 & 站酷
- add zig
- update deno logo
- add bun
- add testing-library
- add chakra
- add date-fns
- add remix
- add faker-js
- update iconfont logo
- add tinypng repository
- feat: add storybook
- udpate doc
- fix: yew icon
- fix: update CI
- feat: migration hello-nav
- init project
- init branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new extension Label for PRs with new extensions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants