Á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!

...

Informações
titleMore details

For further information about Quick Deploy Wizard please refer to fluig First Access.

 

 

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


 

Image Added

Image Removed

 


Card
id2
labelWizard - Home


 

Image Removed

 Image Added


Card
id3
labelWizard - Suggestions


 Image Added

Image Removed

 


Card
id4
labelWizard - Theme customization

 

Image Removed

 

 


Image 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 RemovedImage Added

 

Faster authentication

The authentication stream when there is integration with the fluig Identity has been optimized by reducing the number of redirects, which allows faster access to fluig.

 


Instant notifications (realtime) with high availability

In order to ensure high availability to your fluig, the part that delivers instant notifications is available for configuration in the Load balancing. If you wish to add this component, enable Realtime in scale in conjunction with redis in the setting file, enabling communication between multiple instances. So, the processing is distributed, reducing bottlenecks and consequently improving the response to the user. And in the event of a server failure, Realtime keeps running on another server in a transparent way.

If not used, nodejs chat service in the configuration file can be interrupted, reducing consumption of unnecessary features.

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!

We renewed the plugin for Outlook to make it more modern. The resources remain the same that you already know:

  • Drag and drop files directly from the desktop;
  • Drag and dropedrope-mails and e-mails folders;;
  • Task Central backlog with:
    • Due tasks;
    • Tasks in consensus;
    • My requests;
    • My documents;
    • Documents to approve;
    • Documents in consensus;
    • Checkout documents;
    • Tasks in pool for groups;
    • Tasks in pool for roles.

...

Informaçõesdeck
titleInterested?

For more details, visit the Plugin do fluig para Microsoft Outlook page.

Aviso
titlePlease note:

In order to use the new fluig plugin for MS Outlook, first make sure that the old plugin is uninstalled.

Deck of Cards
effectDuration0.5
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 Removed

 

 


Image 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

Have you started a meeting and want to invite other participants besides those already invited? It is easy! Now you can invite participants to the meetings at any time, even when the meeting has already started. Take the opportunity and check out how it looks! 


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 Added


Add fluigers in meetings that are in progress:

Conector de Widget
width640
urlhttps://www.youtube.

...

com/watch?v=xnXZeMxtY2w
height360

 

...


More flexibility in developments on the platform

Our RESTs services for social are even more robust. Now you can, besides the traditional alias, send the registration, the external code or identification of the Identity to perform actions or search a user data. Even more flexibility for your integrations and developments.

Informações
titleLearn more

See the updated method in /social/user/{genericId}.

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, AUTH_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);}

...

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

 

Image Removed

 

 


Image Added


See how to configure permissions for actions in communities:

Conector de Widget
width640
urlhttps://www.youtube.com/watch?v=1H6tfxHNszM
height360


Create richer Create richer posts with articles

In this update we are working hard to revolutionize the way you interact with articles on communities. There are many new features and we're eager to show you:

    • We have completely changed the way you create your articles. You can add cover image to your articles to highlight it;
    • share your articles in communities and see how cool the post looks, with a summary of the article, the cover image  and the very special highlighted title;
    • quick look: saw a nice article shared in a community? Read it without leaving the community.
    • shared an article and noticed something to be changed or the cover image was not what you wanted? Update the article and all posts in which you shared it will be instantly updated.

...


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


 

Image Removed

 Image Added


Card
id2
labelPosting article


 

Image RemovedImage Added

 


Card
id3
labelViewing article in the timeline

 

Image Removed

 

 

LMS


Image Added



See how to increase the engagement of users with articles in communities:

Conector de Widget
width640
urlhttps://www.youtube.com/watch?v=Ou8q428qcH8
height360


LMS

Search for skills to 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 Added

Image Removed

 


Perform evaluations from an email

Now you can schedule the execution of a learning assessment and send to any person, informing only his/her e-mail! Thus, the assessment performer will receive a link by email through which it can access and run the evaluation. Furthermore, at the end the performer may receive an email  stating the  status of approval and the score – when evaluation allows viewing such information. 


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 Added

Image Removed

 


Card
id3
labelEvaluation execution by email


 

Image Removed

 Image Added


Card
id4
labelE-mail of evaluation completion

 

Image Removed

 

 


Image Added


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


 Image Added

Image Removed

 


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 Removed

 


Image Added



The fluig The fluig LMS integrations

In this update a new interface for integration in learning settings through messaging is available, the EAI (Enterprise Application Integration). With the EAI you can integrate entries and learning processes with other products. Check out the available integrations:

...

To access and enable integrations by EAI Console  you must access the Control Panel and click on the tab Learning. The new EAI Console option, where you can manage the integration of learning, is available.

 


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


 

Image Added

Image Removed

 


Card
id2
labelEAI Console Settings


 

Image Removed

 Image Added


Card
id3
labelEAI Console


 Image Added

Image Removed

 


Informações
titleLearn more

Check out more information on Set Up via EAI integrations.

 


New datasets for tracking students in classes

This update brings new classes learning  datasets that you can use in your forms, portals and reports.

...

Informações
titleMore information

For more information about datasets see fluig internal Datasets.

Criamos e disponibilizamos para você um relatório como exemplo de uso destes dois novos datasetsnovos datasets. Em apenas um relatório os dois datasets são 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 Added

Image Removed

 


Dica
titleExample of use

See the example by clicking here.

...


New methods in the public API for approval and refusal of registrations

We have created two new methods in our public API that will make integration of learning processes with your custom widgets even easier. With these new methods, you can approve and refuse the enrollment in training, trails and classes, informing basic parameters such as the registration request and the reason for refusal – only to the method of refusal.

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

Fixes

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

  • Viewing of Edit content, in the Annexes of a request, when the document's annex was published from the New document (advanced) option and its extension does not appear in the description.

...

...

...

...

...

...

...

 

...

  • Achievement Report export per User of the Gamification feature, saving the file in My Documents folder for the authenticated user. A notice is issued informing about the completion of the export.
  • Faster request exports with detailed  log for performance analysis.
  • Display of icons representing the achievements of the user in the  widget Achievements of the Gamification resource.
  • AutoWrap in displaying questions - of all kinds - that have a long text as the description or in their alternatives during the execution of an evaluation.
  • Faster deleting notifications from the Delete all option – present in the Notification Center – with greater usability.
  • Execution of evaluation by users who are not related to any time zone.