Code Monkey home page Code Monkey logo

gsoc18_enhance_users's Issues

Restructure the profile view

Description:

Start with the edit view. The com_content form view (frontend) could be a structure you can take for the profile edit.
Tip: use as less bootstrap classes as possible.

User form

We should also consider adding a form for the user, similar to what we have with contacts. That you can basically send a mail to the user to get in touch with the user.

Refactor all JXXX classes

Description:

The classes with J.. should be included using namespaces. For example, JFactory will be included using use Joomla\CMS\Factory; and used by calling only Factory.

Metadata

When adding a new user include the “Publishing” tab that contains the metadata information.

This includes:

  • add to xml,
  • add to users table in DB the needed columns (metadesc, metakey, metadata etc)
  • add to site/com_users/View/User/HtmlView.php what is needed

Cannot add new User Note

Steps to reproduce the issue

  1. Login to backend
  2. Go to User Notes > New
  3. Fill in the required data > Save

Expected result

New user note is created.

Actual result

An error occurs when trying to save.
screen shot 2018-06-22 at 12 21 20

Additional comments

The check method from NotesTable misses the return statement.
https://github.com/alexandraciobica/joomla-cms/blob/54b28ba7f844bcd72fe4b55d36c633fb92491d2f/administrator/components/com_users/Table/NoteTable.php#L174
If this is fixed, the following error occurs when trying to save:
screen shot 2018-06-22 at 12 25 46

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.