coreyrop / SMIP

We are working to create an educational program that will be used to help students learn how to program in MIPS code. We are using the pyspim code base to run spim through python.
1 stars 1 forks source link

Story: Dynamic Window Sizing #67

Open coreyrop opened 5 years ago

coreyrop commented 5 years ago

As an educator, I would like dynamically sizing windows so that I can fit SMIP on my desktop around my other applications

coreyrop commented 5 years ago

Acceptance Test

  1. Open SMIP
  2. go through different pages
  3. resize window as you see fit
  4. assure that the display moves with the window sizes and does not limit what is visible.
coreyrop commented 5 years ago

Development Postponed Indefinitely

Looked into dynamic window sizing. Found that implementation would be very difficult if even possible. When pursuing a possible solution we noted that it was not adding to the customer experience but rather made the application feel less polished and more buggy. Due to being able to resize the screen so that not everything is displayed for view and that can confuse a customer.