Coder Social home page Coder Social logo

contosouniversityblazor-server's People

Contributors

kevin-ackerman avatar

Watchers

 avatar  avatar  avatar

contosouniversityblazor-server's Issues

Finish students page

  • Convert enrollment data values to the date value with no time component
  • Fix the search and pagination features
  • Convert all href links to NavLinks to avoid page loads

Finish departments page

  • Budget should display as a currency value with a leading $ and trimmed to two decimals
  • Start Date should display as a date only

Finish departments/delete page

  • Budget should display in currency amount
  • Start date should display date only
  • Title of StartDate should be "Start Date"
  • Title of "AdministratorFullName" should be "Administrator"
  • Delete button should delete the record and return to the departments page

Finish students/delete page

  • Should not display "An error has occurred"
  • Enrollment date should display as a date value only
  • Title for LastName should be "Last Name"
  • Title for FirstMidName" should be "First Name"
  • Title for EnrollmentDate should be "Enrollment Date"

Finish departments/create page

  • Budget should display as a currency amount
  • Title of StartDate should be "Start Date"
  • Create button should create the record and return to the departments page

Update CSS

  • Inputs and form groups should match the styling of the other Consoto example app. Specifically, inputs should have the rounded styling, and labels and inputs within a form group should stack

Finish courses/create page

  • The styling for this page is addressed in another issue, but we need to fix this page so that clicked Create actually saves the record and navigates back to the courses page

Replace href links with NavLinks

  • Right now most of the links reload the page unnecessarily. Rather than using regular links, we should use NavLinks to avoid extra page loads

Finish departments/edit page

  • Budget should be a currency amount
  • Id value should be hidden
  • Title of StartDate should be "Start Date"
  • Title of AdministratorId should be "Administrator"
  • Save button should save the record and return to the departments page

Finish instructors page

  • The hire date should display date only
  • Select and Edit should pass id as a query parameter rather than as part of the URL
  • Select should highlight the row and should courses taught by the instructor. Right now it throws an exception

Finish students/edit page

  • There is another ticket to address styling, but we need to fix this page so that it saves changes and navigates back to the students page

Remove /Infrastructure/Tags directory

  • Tag helpers are not a concept in Blazor. I ported this over as an example for other tickets, but it should be removed after those ticket are complete.

Finish instructors/delete page

  • Hire date should display date only
  • Title of LastName should be "Last Name"
  • Title of FirstMidName should be "FirstMidName"
  • Title of HireDate should be "Hire Date"
  • The delete button should remove the record and return to the instructors page

Finish instructors/edit page

  • Right now the page throws an error. We probably need to add a parameter to take in the handler value from the URL and branch the logic accordingly

Finish departments/details page

  • Budget should display as a currency amount
  • Start date should display date only
  • Title of StartDate should be "Start Date"
  • Title of "AdministratorFullName" should be "Administrator"
  • Convert all href links to NavLinks to avoid page loads

Finish courses/edit page

  • The styling for this page is addressed in another ticket, but it needs to be fixed so that pressing Save saves the record and returns to the courses page

Find an alternative to Html.Input

Investigate if there is an equivalent to Html.Input in Blazor. There are separate input components, but if we could find something that would pick the right one based on type we could implement form block in a way to remove a lot of boilerplate code

Finish students/create page

  • The page should load. We probably need to add an OnInitializedAsync() life cycle method to populate the data
  • Convert all href links to NavLinks to avoid page loads

Finish students/details page

  • Enrollment date should display as a date value only
  • The title for LastName should display as "Last Name"
  • The title for FirstMidName should display as "First Name"
  • The title for EnrollmentDate should display as "Enrollment Date"

Finish the instructors/details page

  • Hire date should display as a date value only
  • Title of LastName should be "Last Name"
  • Title of FirstMidName should be "First Name"
  • Title of HireDate should be "Hire Date"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.