Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.15 KB

File metadata and controls

38 lines (29 loc) · 1.15 KB

EWU-CSCD378-2026-Winter

Assignment 4

The purpose of this assignment is to solidify your learning of:

  • Create a line of business application
  • Securing a web application

Features

  • Make all pages responsive
    • 1080p desktop ❌✅
    • iPhone SE ❌✅
  • Line of business application that does something useful ❌✅
  • Deployed to Azure ❌✅
  • SQL Azure database ❌✅
  • Security
    • At least one page that shows database data to any user who comes to the site. ❌✅
    • At least one page that requires login, but may or may not have a special role. ❌✅
    • Admin pages that are restricted to a specific admin role. ❌✅
  • Code Quality
    • Vue components used ❌✅
    • Services used ❌✅
    • Controllers don't have too much code in them ❌✅
  • Unit testing for services ❌✅

Turn in Process

  • On your fork, create an Assignment4 branch
  • Update this branch (Fetch upstream) from the Assignment4 branch in the class repo.
  • Do your homework in your Assignment4 branch
  • Submit your pull request against Assignment4 in the class repo
  • Ask in Teams chat if you have questions or issues

Extra Credit

  • Add something awesome to your app