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

Reimplement component views #1255

Open
3 of 31 tasks
Tracked by #1256
LeonMontealegre opened this issue Apr 17, 2023 · 0 comments
Open
3 of 31 tasks
Tracked by #1256

Reimplement component views #1255

LeonMontealegre opened this issue Apr 17, 2023 · 0 comments
Assignees
Labels
Area: App Issues related to the frontend application code, i.e. the API or internal circuit functionality D1 Difficulty: Easy P1 Priority: High S3 Scope: Large = 7+ file changes with 50+ line changes

Comments

@LeonMontealegre
Copy link
Member

Reimplement component views

These take the form of "assemblers" now.

Todo:

Inputs

  • Button
  • Switch
  • Constant Low
  • Constant High
  • Constant Number
  • Clock

Outputs

  • LED
  • Segment Display
  • BCD Display
  • ASCII Display
  • Oscilloscope

Gates

  • BUF Gate
  • NOT Gate
  • AND Gate
  • NAND Gate
  • OR Gate
  • NOR Gate
  • XOR Gate
  • XNOR Gate

Flip Flops

  • SR Flip Flop
  • JK Flip Flop
  • D Flip Flop
  • T Flip Flop

Latches

  • D Latch
  • SR Latch

Other

  • Multiplexer
  • Demultiplexer
  • Encoder
  • Decoder
  • Comparator
  • Label
@LeonMontealegre LeonMontealegre self-assigned this Apr 17, 2023
@LeonMontealegre LeonMontealegre added Area: Frontend Issues related to all parts of the frontend code, site and app. D1 Difficulty: Easy S3 Scope: Large = 7+ file changes with 50+ line changes labels Apr 17, 2023
@LeonMontealegre LeonMontealegre added the P1 Priority: High label Apr 18, 2023
@LeonMontealegre LeonMontealegre added this to the Model Rewrite milestone Apr 18, 2023
@LeonMontealegre LeonMontealegre added Area: App Issues related to the frontend application code, i.e. the API or internal circuit functionality and removed Area: Frontend Issues related to all parts of the frontend code, site and app. labels Apr 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: App Issues related to the frontend application code, i.e. the API or internal circuit functionality D1 Difficulty: Easy P1 Priority: High S3 Scope: Large = 7+ file changes with 50+ line changes
Projects
Status: In Progress
Development

No branches or pull requests

2 participants