locked
Looking for ideas on how to solve a To Do list RRS feed

  • Question

  • User631987557 posted

    Hello, 

    I am looking to find a way to have a "To Do" list that I can add and remove from, and to have the ability for the user to select an item on the list and the program take them to the web page where they can complete the task.  For example if you had a Clean the house to do list, it might have items such as Clean Bathroom, Clean Kitchen, Clean Bedroom.  Then if the user selected Clean Kitchen it would take them to the Kitchen page.  Once the user did the job, then that item would be removed from the list.

    I am using Visual Studio 2019, using ASP.NET with C#.

    Any ideas would be appreciated.

    Thank you,

    Jim

    Friday, July 17, 2020 2:19 AM

Answers

All replies

  • User409696431 posted

    You seem to be asking someone to code things for you.  The way this forum works is you code your solution, and if you have problems - things don't work the way you think they should - you come to the forum, post your code, explain what you thought should happen and tell us what does happen.

    Think about your requirements and state them explicitly and clearly.  (You haven't actually done that above.*)  Then, based on your requirements, start coding.

    Examples of things that are not clear in your requirements:  Where does the list that the user selects from originate?  Did they create the list in the first place?   What does it mean to "take them to the kitchen page"?  What would be on that page?  Wouldn't completing a task simply mean checking off that task in the page with the list of tasks?   ...And so on.

    Note that I am not asking you to elaborate on your requirements to us.  Elaborate on them for yourself.  Step by step, identify what information is on each page, where it comes from, and what he user does with it.   Then start coding.

    Friday, July 17, 2020 5:16 AM
    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Friday, July 17, 2020 6:10 AM
  • User348806598 posted

    Hi,

    You may check this-

    https://docs.microsoft.com/en-us/aspnet/core/tutorials/first-web-api?view=aspnetcore-3.1&tabs=visual-studio

    Though this is for api only. But you can get an idea.

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Friday, July 17, 2020 6:39 AM