Skip to content

Design and Development of a Collaborative System to support the Literacy Process for Youth and Adults

Notifications You must be signed in to change notification settings

matheusnicolas/web-service-sisalfa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebService Sisalfa

  • Sisalfa é um Projeto e Desenvolvimento de um Sistema Colaborativo para apoiar o Processo de Alfabetização de Jovens e Adultos, o principal problema a ser abordado por este projeto de pesquisa é a investigação a respeito do projeto, desenvolvimento e aplicação de um serviço que seja colaborativo e apoie o processo de alfabetização inspirado nas ideias de Paulo Freire.

Operations

Title Sisalfa
Projeto e Desenvolvimento de um Sistema Colaborativo para apoiar o Processo de Alfabetização de Jovens e Adultos.
URL http://app.sisalfa.dcx.ufpb.br/v1/{Params}
Method POST GET PUT DELETE
URL Params Users:

/v1/getAllUsers
/v1/addUser
/v1/removeUser
/v1/alterUser

Context:

/v1/getAllContexts
/v1/addContext
/v1/removeContext
/v1/alterContext

Challenge:

/v1/getAllChallenges
/v1/addChallenge
/v1/removeChallenge
/v1/alterChallenge
Data Params {
User: {
nome: [string],
}
}

{

Context: {
nome: [string],
idUsuario: [long],
imagem: [string],
som: [string],
video: [string],
}
}

{

Challenge: {
palavra: [string],
idUsuario: [string],
idContexto: [string],
som: [string],
video: [string],
imagem: [string],
}
}

Sample Call in Html file $.ajax({
url: "/v1/addUser",
dataType: "json",
data : {
u: {
nome : "Joao"
}
},
type : "POST",
success : function(r) {
console.log(r);
}
});

Contributors

About

Design and Development of a Collaborative System to support the Literacy Process for Youth and Adults

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published