Árvore de páginas

Versões comparadas

Chave

  • Esta linha foi adicionada.
  • Esta linha foi removida.
  • A formatação mudou.

...

Check out below the new features available in the fluig 1.5.4 update:

Índice

Architecture

Do you want fluig tuned to your business? Let the Quick Deploy Wizard help you!

...

Deck of Cards
effectDuration0.5
historyfalse
idsamples
effectTypefade
Card
defaulttrue
id1
labelCompany Creation

 

Image RemovedImage Added

 

Card
id2
labelWizard - Home

 

Image RemovedImage Added

 

Card
id3
labelWizard - Suggestions

 

Image RemovedImage Added

 

Card
id4
labelWizard - Theme customization

 

Image RemovedImage Added

 

 

Warning on creation of user

Now, when entering the fields Login and Registration - during user registration - a warning is displayed requesting the user to complete it carefully, because these fields cannot be changed later.

 

Image Removed

 Image Added

Faster authentication

...

Informações
titleInterested?

Access Configuring fluig Realtime to run on Load balancing and Settings for the operation of chat to find out more details about it.

 

ECM

Plugin for renewed Outlook!

...

Deck of Cards
effectDuration0.5
historyfalse
idsamples
effectTypefade
Card
defaulttrue
id1
labelPlugin Outlook

 

Image RemovedImage Added

 

Card
id2
labelPlugin Outlook - Documents

 

Image Removed

 Image Added

Card
id3
labelPlugin Outlook - Task Central

 

Image RemovedImage Added

 

 

Mobile

Choose what to see first

In order to catch up with backlogs, Task Central is the home screen of the fluig Mobile. But, now, you can change it easily and quickly. Click here and see how easy it is.

 

Social

Make video conferencing meetings!

Would you like to make a video conferencing meeting? It is possible now! When starting a session, you can use your device’s camera during the meeting, enabling the icon on the upper bar of the window.

 

Image AddedImage Removed

 

Started a meeting and forgot someone? Invite a participant during the meeting

...

Deck of Cards
effectDuration0.5
historyfalse
idsamples
effectTypefade
Card
defaulttrue
id1
labelInviting participants to gather meeting that has already started

 

Image Added

Image Removed 

Card
id2
labelParticipants added

 

Image Added

Image Removed 

Nota
titleNote

For meetings started from a document, it is not allowed inviting participants after the start of the meeting.

 

Image RemovedImage Added


More flexibility in developments on the platform

...

All this is manageable in the current permissions panel that you already know. Please visit and check it out!

 

Image RemovedImage Added

 

 

Create richer posts with articles

...

Deck of Cards
effectDuration0.5
historyfalse
idsamples
effectTypefade
Card
defaulttrue
id1
labelCreating article

 

Image RemovedImage Added

 

Card
id2
labelPosting article

 

Image RemovedImage Added

 

Card
id3
labelViewing article in the timeline

 

Image RemovedImage Added

 

 

LMS

Search for skills to find those responsible for their classes and disciplines

Now you can search for users' skills when you need to find the person in charge to relate to a class or discipline. In this way, it is much easier to find the user better enabled to be responsible for a particular class or discipline.

 

Image RemovedImage Added

 

Perform evaluations from an email

...

Deck of Cards
effectDuration0.5
historyfalse
idsamples
effectTypefade
Card
defaulttrue
id1
labelScheduling execution by email

 

Image RemovedImage Added

 

Card
id2
labelEmail to access the evaluation

 

Image RemovedImage Added

 

Card
id3
labelEvaluation execution by email

 

Image RemovedImage Added

 

Card
id4
labelE-mail of evaluation completion

 

Image RemovedImage Added

 

 

Evaluations with essay questions may also trigger an email  with the performer’s final status after corrected by checker.

 

Image RemovedImage Added

 

Also, the link to review the assessment is available via API, where the user with permission can view in detail an evaluation that was performed by email.

Informações
titleFor more details

The Public API method that allows you to create the link to review an evaluation is the /lms/assessmentApplication/getFinishedApplicationId/{email}/{scheduleId}.

 

Image RemovedImage Added

 


The fluig LMS integrations

...

Deck of Cards
effectDuration0.5
historyfalse
idsamples
effectTypefade
Card
defaulttrue
id1
labelEAI Console in the Control Panel

 

Image RemovedImage Added

 

Card
id2
labelEAI Console Settings

 

Image RemovedImage Added

 

Card
id3
labelEAI Console

 

Image RemovedImage Added

 

Informações
titleLearn more

Check out more information on Set Up via EAI integrations.

...

...

Criamos e disponibilizamos para você um relatório como exemplo de uso destes dois novos datasets. Em apenas um relatório os dois datasets são utilizados para que você possa acompanhar o andamento de alunos em tópicos e itens de tópicos de suas turmas de aprendizado.

 

Image RemovedImage Added

 

Dica
titleExample of use

See the example by clicking here.

...

Informações
titleMore details

See the fluig public API for more information on how to use the new methods:

 

Plataforma

Update on the public API

Our public API continues to grow.  And in this update you have the chance to manage resources permissions through our REST services.

...

Dica
titleSamples of Use


Bloco de código
titleRegistration
collapsetrue
function beforeDocumentPublisher() {
	var FLUIG_HOST ="http://SEU_FLUIG";

	// OAuth variables 
	var OAUTH_APP_PUBLIC = "OAUTH_APP_PUBLIC";
	var OAUTH_APP_PRIVATE = "OAUTH_APP_PRIVATE";
	var OAUTH_USER_APP_PUBLIC = "OAUTH_USER_APP_PUBLIC";
	var OAUTH_USER_APP_SECRET = "OAUTH_USER_APP_SECRET";

	//matrícula
	var user = getValue("WKUser");
	var consumer = oauthUtil.getGenericConsumer(OAUTH_APP_PUBLIC, OAUTH_APP_PRIVATE, OAUTH_USER_APP_PUBLIC, OAUTH_USER_APP_SECRET);
	var data = consumer.post(FLUIG_HOST+"/api/public/social/user/"+user,jsonString);
Bloco de código
titleAlias
collapsetrue
function afterSocialLike(companyId, like){
	var FLUIG_HOST ="http://SEU_FLUIG";

	// OAuth variables 
	var OAUTH_APP_PUBLIC = "OAUTH_APP_PUBLIC";
	var OAUTH_APP_PRIVATE = "OAUTH_APP_PRIVATE";
	var OAUTH_USER_APP_PUBLIC = "OAUTH_USER_APP_PUBLIC";
	var OAUTH_USER_APP_SECRET = "OAUTH_USER_APP_SECRET";

	//alias
	var user = like.getUser();
	var consumer = oauthUtil.getGenericConsumer(OAUTH_APP_PUBLIC, OAUTH_APP_PRIVATE, OAUTH_USER_APP_PUBLIC, OAUTH_USER_APP_SECRET);
	var data = consumer.post(FLUIG_HOST+"/api/public/social/user/"+user,jsonString);

 

Documentation news

Fixes

In this session, we have listed a few bugs that we fixed in this update to make sure everything runs smoothly on your platform.

...