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

Let game configuration be static after build #1

Open
6 tasks
bingluen opened this issue Aug 14, 2019 · 0 comments
Open
6 tasks

Let game configuration be static after build #1

bingluen opened this issue Aug 14, 2019 · 0 comments
Labels
discussion Need to be discussed question Further information is requested

Comments

@bingluen
Copy link
Member

Wishing

Let game configuration be static after build

Why?

In order to reduce task and complexity during deploy this game.

Task

  • Create abstract class or parent class to implement data structure which be implemented on src/store/config.js previously
    • Create abstract class or parent class with data structure which store game configuration
    • Refactoring view to extends abstract class or parent class
      • src/view/Bingo.vue
      • src/view/Reward.vue
  • Read game configuration from file during building static file
@bingluen bingluen added the enhancement New feature or request label Aug 14, 2019
yoyo930021 added a commit that referenced this issue Aug 16, 2019
Add prerender for github page
@bingluen bingluen added question Further information is requested discussion Need to be discussed and removed enhancement New feature or request labels Aug 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion Need to be discussed question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant