Code Monkey home page Code Monkey logo

mapo's People

Contributors

andreamorosi avatar andreatuci avatar bnznamco avatar dependabot[bot] avatar edoardo7 avatar edoaxyz avatar federicogiulianini98 avatar freder211 avatar garenagb avatar mino89 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

mapo's Issues

GeoPoint field

Need to create a field to handle geographical point selection in Form components.

Add tests for Media manager component

Need to add some tests for Media manager.
For example:

  • Check if http://localhost:3000/mediamanager-example loads.
  • Mock backend api call to check if media list loads
  • Mock backend api call to check if media upload works
  • Mock backend api call to check if folder list loads
  • Mock backend api call to check if create/edit folder works
  • Check if media manager dialog loads up with same moks
  • Check media manager dialog selection (simple/multiple)

Mapo field configs

Give the possibility to override default fields attributes from main nuxt.config.js

DateTime field

Need to create a field to handle datetime selection in Form components.

Add tests for Detail component

Need to add some tests for Detail component.
For example:

  • Check if http://localhost:3000/listexample/new loads.
  • Mock backend api call to check if Detail renders well
  • Mock backend api call to check if Detail sends correct payloads
  • Interact with the page to check if Detail fields are rendering correctly and are reactive each other (vShow/vVisible/onChange).

Add tests for List component

Need to add some tests for List component.
For example:

  • Check if http://localhost:3000/listexample loads.
  • Mock backend api call to check if http list renders well
  • Mock backend api call to check if list filters works well
  • Mock backend api call to check if ordering (change order) works well
  • Mock backend api call to check if sorting works well
  • Check if quick add/edit dialog loads up
  • Check if quick add/edit dialog sends correct payloads with api mock

Add documentation for nuxt config

In the latest realeases (39-40-..) we added some configuration options for nuxt config.
For example:

 {
      content: {
          languages: ['it', 'en']
      },
      integrations: {
          camomilla: {
              location: "@mapomodule/mapo-integrations-camomilla",
              configuration: {
                  api: {
                      target: "http://localhost:8000",
                      syncCamomillaSession: true,
                    headers: {
                        "x-Forwarded-Host": "localhost",
                    },
                },
            },
        },
    },
    ui: {
        panelName: "MAPO PANEL",
        // panelLogo: "https://cdn.icon-icons.com/icons2/1954/PNG/512/orangefruit_122731.png",
        forms: {
            fields: {
                attrs: {
                    vSwitch: { color: "secondary" },
                }
            },
            groups: {
                expanded: true
            }
        },
        sidebar: {
            spiderMenu: true
        }
    }
}

We need to document all the possible configurations.

Add tutorial in index.vue

Add a little tutorial in the root page to showcase some mapo functionality with links to the documentation.
Maybe we can show how sidebar menu is generated (routemeta module), how we can create a list page or a detail page, how we can read info about the user, how to use snackbar or confirmation dialog.

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.