You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all. We want to add a new module, in which users can both add ideas and rank them at the same time, without any time-limit.
It is similar to the "idea challenge" module, except that adding and ranking occurs simultaneously, and there are no start-time and end-time.
We looked at the "idea challenge" module to get an idea what to do, but got stuck. Particularly, we did not see any reference to "start-time" or "end-time" in apps.ideas.phases.
Where are the "start-time" and "end-time" kept? How are they stored and restored?
What should we do in our new module, to remove the requirement for a start-time and end-time?
What should we do to allow ranking and adding ideas simultaneously?
We are new to this project, so any explanations or references to the right locations in the code are welcome.
Thanks!