These requests are coming from my frustration with how formage works
Glanced at your work thus far. Letâs stick with ES6 Modules, you seem to be jumping around between ES6 Modules and requirejs. ES6 modules work exactly like requirejs.
What do you mean under ârequirejsâ ? this? http://requirejs.org/
I mean
require('foobar')
Thatâs requirejs, instead use ES6 modules â your code is really inconsistent â I prefer ES6 modules personally.
I seeâŠ
https://github.com/diospark/openmrs-contrib-id-user-management-dashboard/blob/master/app/App.js#L2
I will fix that, thanks
Itâs in other places. I commented on the lines.
How are things? I hope youâre on track. Please make your demo video, I assume you remember from last year what to do.
Hi, Robert! Today I will post a report for last week, and next week I plan to finalize UI part, and make a demo. Of course, I know what to do
Make sure it finalized by Friday. Iâll help you out more after ra buithe midterm. I have to my eval in by June 27 and would like to do it sooner rather than later
Remember, this wonât be run as a separate app â and must be run like any other module â even if we have some extra build stepsâŠI donât mind.
Even on the stage of Midterm? I planned to show a separate app on the demo (because as for now, it doesnât use data from OpenMRS ID), but if it is important, I will integrate it as a module, BEFORE the demo
For midterm itâs fine to run separate, but for the final eval, itâs not acceptable.
This does not seem to be working for me:
Iâll give ya until Friday to get it functional â if i canât test it â thatâs problematicâŠI made a PR to add a missing peer-dependency.
Wow⊠thanks!
It looks like I installed polyfill without --save flag, because locally it works. Just merged your PR
Now I am working on integrating FLUX architecture, I plan to finish before Thursday, and then make a demo video
It still doesnât run for me â I suspect thatâs due to your work being influx (pun totally intended)âŠkeep working.
Ok, let me test it on âcleanâ environment
I tested whatever you had on github
Fixed! It failed due to changes that I pushed yesterday. So, now you can view a UI (components), and up to Thursday I will done client side logic. I will let you know, when it will be ready
Got it running â I do not like the design â I should be able to add users to groups (users will belong to around 5-6 groups and possibly more. It might be worth-while having that part in a modal. Donât have a checkbox, or at least the checkbox for if theyâre in LDAP and/or mongo and they should be stylized â green checkbox if they are in LDAP; red X if they are not. Similarly for mongo. Feel free to use font-awesome or glyphicon.
Also, Donât count on Dashboardâs mongo store to tell you if they exist in LDAP â we have far more users in LDAP than in Mongo â so you need to be able to detect this.
Please work on improving this by Thursday â you have until Friday if you need it â but by 9pm UTC â I will evaluate whatever you have in git.
Unfortunately, Table component from React toolbox doesnât support cell customization natively. But maybe some CSS-tricks will be the solution, I will try that.
There will be modal window with properties for selected user(s), where admin will be able to set group, fix LDAP existence, or something else. I will add this today. Any other notes?