Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

different concerns on ngx-admin Backend Bundle Node + E-comm #17

Open
mhhonline opened this issue Aug 3, 2019 · 4 comments
Open

different concerns on ngx-admin Backend Bundle Node + E-comm #17

mhhonline opened this issue Aug 3, 2019 · 4 comments

Comments

@mhhonline
Copy link

Greetings,

I have bought "ngx-admin Backend Bundle Node + E-comm"

  1. The theme is not saved as per email
    selected user theme is saved to DB (for .net, .net core, java, node bundles).

  2. RTL support is not implemented in this version

  3. based on readme file: Basic role management and ACL is in place
    where is it?

  4. If I logged as admin, I cannot see the list of users. there is no users management.

  5. Sample order table and order details page integrated with backend
    I found only order list with CRUD. but no detail of the order

Regards,
Mohammed

@valentinkononov
Copy link
Contributor

Hi Mohammed,

Thanks for your thorough testing for the app. Here is my update:

  1. I have fixed that, the update will be within this week or beginning of the next one

  2. We intentionally excluded this setting from UI to reduce complexity. But its support itself is still there, you can use it following the samples in the ngx-admin

  3. There is implementation of NbRoleProvider in the ui code (class RoleProvider) and CanActibvate Guard 'AdminGuard'. to use it, you can simply add it to any route in routing.module files like this:

canActivate: [AdminGuard]

the sample is in place for users-routing.module.ts

  1. This could be because no role is defined in the current mongo db for a user. you can cehck it by adding 'console.log(user.role)' to the file passport.js of a backend, right before 'return cb(...'
    this place we add role to token payload.

if it returns null, you might want to either add role data to this user manually in mongo db, or simply drop all mongo collections and start node again, seed function will add new records.

  1. The order details are available when you click edit icon in the grid row.

I will keep it open until fix for #1 is released.

@maurers
Copy link

maurers commented Aug 21, 2019

Are you releasing also an update for the Node.js MongoDB Starter Bundle? npm install and npm start send a lot of warnings related to the nb-theme() and themes doesn't work... somebody reported this #12 and the answer was that will be fixed in nearest release, this was 23 days ago, seems that since it's a warning it is not important to fix it, but without fixing it themes doesn't work so kind of useless, also there is a new ngx-admin version so why there is no update for the paid bundles?

@valentinkononov
Copy link
Contributor

Hi! the previous release has update to the latest ngx-admin, nebular 4 and Angular 8.
Next release (August 26 - 30) will have update to Nebular 4.2, but its minor update at the moment.
yes, node starter bundle will be updated as well.

@maurers
Copy link

maurers commented Aug 24, 2019

Hi! the previous release has update to the latest ngx-admin, nebular 4 and Angular 8.
Next release (August 26 - 30) will have update to Nebular 4.2, but its minor update at the moment.
yes, node starter bundle will be updated as well.

Thanks for the reply, I know the previous release was updated but with with warnings on the nb-theme() making themes not usable, I downloaded the ngx-admin without the bundle directly from github and it runned flawless so there was something wrong in the bundle that hopefully gets fixed with the release next week.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants