Git Product home page Git Product logo

Comments (2)

EmilieSonne avatar EmilieSonne commented on August 23, 2024

Ønsker mig også:

  • brug af visibility i stedet for "if" rundt om new post
  • visibilty toggle på edit categories
  • Omdøb alle filer/properties/variable til at hedde enten 'model' eller 'viewmodel' (hvor det giver mening - mener selvfølgelig ikke alle-alle)
  • Når man sletter en kategori inde i edit categories, skal man komme tilbage til edit categories-modalen bagefter, ikke til forsiden
  • Omskrive callbacks, så det kun er det der er nødvendigt at opdatere, der bliver opdateret (performance)

from p3.

EmilieSonne avatar EmilieSonne commented on August 23, 2024
    /* ---------------------------- udkast til generic method, dog skal alle overliggende ID'er enten hedde det samme (e.g., ParentID, og så ID til eget id) 
    private async Task<List<T>> GetCategoryModels<T>(int informationBoardId)
    {
        var informationBoardList = new List<T>();

        string sql = $"select * from {nameof(T)} where LicenseId = {licenseId};";
        informationBoardList = await LoadData<InformationBoard, dynamic>(sql, new { });

        return informationBoardList;
    } */

from p3.

Related Issues (20)

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.