Add subscription screen
Add subscription screen
The idea is to have a «Subscription» page in the menu (with its own ACLs), showing either information about how to get a subscription, or information about the subscription stored in the LDAP. It must be able to import this information from a file sent to subscribers, not sure yet if it should be LDIF or JSON. Apart from the import field, information is read-only.
The information is stored under ou=fusiondirectory.
Link issues together to show that they're related. Learn more.
Activity
- bmortier changed milestone to %FusionDirectory 1.4
changed milestone to %FusionDirectory 1.4
- bmortier added PJ1802-0188 label
added PJ1802-0188 label
- bmortier marked this issue as related to fd-plugins#6099 (closed)
marked this issue as related to fd-plugins#6099 (closed)
By Côme Chilliet on 2021-02-18T11:32:42 (imported from GitLab)
- bmortier added fusiondirectory-core label
added fusiondirectory-core label
- bmortier added packaging user-manual labels
added packaging user-manual labels
- bmortier created merge request !876 to address this issue
created merge request !876 to address this issue
By Côme Chilliet on 2021-03-08T13:10:40 (imported from GitLab)
- bmortier mentioned in merge request !876
mentioned in merge request !876
By Côme Chilliet on 2021-03-08T13:10:41 (imported from GitLab)
Hello @cchilliet,
when reviewing the code i found that name and id are missing in the interface, it put here the exported ini file for reference
[FusionDirectory subscription] Name= Id= Type= Contract= StartDate= EndDate=
Cheers
By bmortier on 2021-03-08T16:51:36 (imported from GitLab)
- bmortier added 10m of time spent at 2021-03-08
added 10m of time spent at 2021-03-08
By bmortier on 2021-03-08T16:51:36 (imported from GitLab)
hello @cchilliet @ppenati,
after reviewing the fonctionality, here is some changes :
- Move the browse/import to a new section called Import your subscription
- When there is no subscription installed show in the section Subscription information the following text
You do not have a valid subscription for this instance of FusionDirectory. Please visit https://www.fusiondirectory.org/support/ for a list of available options
The link inside should open a new tab with the link
By bmortier on 2021-03-11T09:40:36 (imported from GitLab)
after reviewing :
- display of no subscription
- could you put the text in two lines
You do not have a valid subscription for this instance of FusionDirectory.
Please visit https://www.fusiondirectory.org/support/ for a list of available options-
could you put the url in bold so its more visible
-
The font could be bigger to be more readable
- display when subscription is expired
when the subscription is expired behind the subscription data we need to have the following phrase
You subscription is expired for this instance of FusionDirectory.
Please visit https://www.fusiondirectory.org/support/ to renew itBy bmortier on 2021-03-11T11:15:45 (imported from GitLab)
- Please register or sign in to reply
- bmortier added 30m of time spent at 2021-03-10
added 30m of time spent at 2021-03-10
By bmortier on 2021-03-10T16:01:05 (imported from GitLab)