Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kelsoncm/moodle__profilefield_json

JSON custom field to user profiles into Moodle
https://github.com/kelsoncm/moodle__profilefield_json

Last synced: 3 days ago
JSON representation

JSON custom field to user profiles into Moodle

Awesome Lists containing this project

README

        

# JSON Moodle Profile Field plugin

JSON custom field to user profiles into Moodle.

JSON is a standard widely adopted by the information and communication technology industry. Saving information about users in this format can help with integration processes, however, despite being saved as plain text, preferably in UTF-8, reading or editing using a standard plain text editor is very poor. Hence the need for a field type that supports richer viewing/editing.

## Objectives

1. View using [JSON Viewer](https://github.com/josdejong/jsoneditor)
2. Edit using [JSON Editor](https://github.com/josdejong/jsoneditor)
3. Validate using [JSON Schema](https://json-schema.org/implementations.html) specified

## Authors

*-* Kelson da Costa Medeiros - https://linkedin.com/in/kelsoncm https://github.com/kelsoncm

## License

The MIT License (MIT)

Copyright (c) 2023 Kelson da Costa Medeiros

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

https://opensource.org/license/mit/

> Copyright 2023 onwards Kelson da Costa Medeiros (https://linkedin.com/in/kelsoncm)