Hi Vivek, where are you getting the information that we should remake the website freeitaliawifi.it? I would like to know so if the idea page is giving this wrong impression I will correct it. The login page app does not have anything to do with that web site, is simply an advanced captive page for a public wifi service. The features that need to be implemented can be grouped in two macro categories:
- *1st macro group of features*: the basic features that https://github.com/openwisp/ansible-freeitaliawifi-login-page already provides, eg: configure the login page for multiple organizations; very basic stuff that someone with decent knowledge of HTML, CSS and NodeJS should be able to re-implement really quickly, given that the CSS layout can be re-used as is and that the feature set is already; regarding linking other pages, we only need to have a menu where we can add additional links to external pages, something we can do in https://github.com/openwisp/ansible-freeitaliawifi-login-page by using the variable "fiw_menu" - *2nd macro group features*: the more advanced features listed in the idea page (login using the obtain token view, embedded sign up, auto-login, etc.), these are very cool features that would add a big plus to OpenWISP The features corresponding to these variables should not be re-implemented in the new app because are only relevant to Free Italia WiFi: fiw_realm_json fiw_default_realm Regarding the RSS feed loading, at that time I used a separate nodejs app called feedr: https://github.com/bevry/feedr, we have need to implement something similar and have it included in our nodejs app (instead of a separate service), we can reuse feedr or any other nodejs package that works well, allows to be included and achieves the goal of allowing to load an external RSS feed and show it on the page. Federico On Tue, Mar 26, 2019 at 12:08 PM Vivek Rajput <[email protected]> wrote: > Hi Federico, > thanks for the clarification. The project idea is quite clear to me now > and I've understood the flow of the app. > One thing I wanted to be sure of is that we are just developing a > login/signup app similar to > https://login.cittametropolitanaroma.gov.it/freeitaliawifi-login-page/# > .Or are supposed to develop a compelete website like > http://www.freeitaliawifi.it/ with homepage, contacts, how to join etc > pages as well? > > Vivek > > -- > You received this message because you are subscribed to the Google Groups > "OpenWISP" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "OpenWISP" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
