Closed
Bug 1133501
Opened 10 years ago
Closed 8 years ago
[META] Block / Blacklist unwanted numbers
Categories
(Firefox OS Graveyard :: Gaia, defect)
Firefox OS Graveyard
Gaia
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: gsvelto, Unassigned)
References
Details
Attachments
(3 files)
Meta-bug to cover number blacklist functionality in gaia.
As a rough sketch this should involve the following:
- Implementing a shared datastore that will hold the blacklist
- Designing the necessary UX flows to add numbers to the list, possibly from the call log, contacts as messages app
- Implementing both the blocking functionality and the user-interface bits in both the communications and SMS app, the more we can share the better
- Consider other use cases such as removing numbers from the list or more complex list management. Not sure where it would be best for this to happen, maybe in the contacts app?
Comment 1•10 years ago
|
||
Hi Gabriele,
>Designing the necessary UX flows to add numbers to the list, possibly from the call log, contacts as >messages app
I think it would be better if we reach the blacklist panel through call logs because we may provide a option for the user to directly add a contact which is in call log to blacklist.By this user doesn't need go to blacklist panel and manually type contact number to add it blacklist.The user may directly select the contact in the call log and choose the option as "add to blacklist" from the same screen.
Thank you :)
Updated•10 years ago
|
Flags: needinfo?(gsvelto)
Comment 2•10 years ago
|
||
Let's ask UX once we're ready to add new features to the system. Now is not really a good moment for this :)
Flags: needinfo?(gsvelto)
Comment 3•10 years ago
|
||
(In reply to Julien Wajsberg [:julienw] from comment #2)
> Let's ask UX once we're ready to add new features to the system. Now is not
> really a good moment for this :)
Vishnu is doing this as a GSoC project which will begin soon, and as such, now is as good a time as any. I figure this can go into v3.0 if it's something that we generally want.
Wilfred, is this something we want? Vishnu will be doing this alone with mentorship from me and review support from the Messages, as well as possibly the Contacts, teams.
Vishnu, as we discussed on IRC, we need some mocks from you.
Flags: needinfo?(yvtheja)
Flags: needinfo?(wmathanaraj)
Comment 4•10 years ago
|
||
We do not need this urgently - we need this at some point and I think we should work with UX to define the implementation before we work on it.
UX will be back following Chinese new year and we can then work with them on getting a definition for this feature. Not clearing the flag on me so i followup with UX next week.
Comment 5•10 years ago
|
||
Hi all,
Here are some mockups for blacklist panel.Please ignore the scroll bar, size of the image and other elements in some pics.I couldn't crop the images to correct size or remove extra elements as they are done in mulet.
Thank you :)
Flags: needinfo?(yvtheja)
Attachment #8565725 -
Flags: feedback?(drs.bugzilla)
Updated•10 years ago
|
Attachment #8565725 -
Flags: feedback?(drs.bugzilla)
Comment 7•10 years ago
|
||
Comment on attachment 8565730 [details]
blacklist_mockups.pdf
This is actually pretty good, and I think it would be a good starting point for UX. One note here though is that this may be very similar to AOSP's call blacklist implementation.
Vishnu, would you give a comparison of this mock and AOSP's existing implementation?
Flags: needinfo?(yvtheja)
Attachment #8565730 -
Flags: feedback?(drs.bugzilla) → feedback+
Comment 8•10 years ago
|
||
Douglas, We have good difference b/w AOSP and this mockups.Though I will give a comparison b/w them.
Thank you :)
Comment 9•10 years ago
|
||
Hi Douglas,
I don't think those many panels are needed as they used in AOSP.Please inform me if we need more mockups.
Thank you.
Attachment #8565933 -
Flags: feedback?(drs.bugzilla)
Updated•10 years ago
|
Flags: needinfo?(yvtheja)
Comment 10•10 years ago
|
||
Comment on attachment 8565933 [details]
diff AOSP-FXOS.pdf
Good analysis. Looks different enough to me. Next steps are basically to wait for product and UX feedback.
Attachment #8565933 -
Flags: feedback?(drs.bugzilla) → feedback+
Comment 11•10 years ago
|
||
I Suppose there will be need of datastore for this which isn't ready yet. If we have datastore in gaia, it will be very useful in sms and contact etc.
Apart from UX part, how to deal with datastore. If datastore part is ready, then please give some reference (codes), so that i can implement this to other features.
Thanks
Comment 12•10 years ago
|
||
Hi rishav,
Yeah, we use dataStore for storing blacklist contacts.I think we already have two apps on it as mentioned in mdn.
https://developer.mozilla.org/en-US/docs/Web/API/Data_Store_API/Using_the_Data_Store_API .
Thanks :)
Flags: needinfo?(rishav006)
Updated•10 years ago
|
Flags: needinfo?(rishav006)
Comment 13•10 years ago
|
||
Thanks vishnu for link.
Any Gaia apps (code link) which is using datastore currently?
Comment 14•10 years ago
|
||
(In reply to kumar rishav (:rishav_) from comment #13)
> Thanks vishnu for link.
> Any Gaia apps (code link) which is using datastore currently?
I think contacts uses datastore actually.
https://github.com/mozilla-b2g/gaia/blob/master/shared/js/contacts/contacts_datastore.js .
Comment 15•10 years ago
|
||
Serveral apps are using datastore already; facebook contacts are stored in a datastore, bookmarks too, browsing history as well, and likely others.
Comment 16•10 years ago
|
||
Hi all,
Can we ni our UX team regarding this bug now?
Thank you. :)
Flags: needinfo?(drs.bugzilla)
Comment 18•10 years ago
|
||
have not heard much from Mike - so NI Carrie; Carrie this is not for 2.2 but it would be good if we can provide some UX guidance for development of this feature.
Flags: needinfo?(wmathanaraj) → needinfo?(cawang)
Comment 19•10 years ago
|
||
Note that the contributor Vishnu would like to work on this as part of Google Summer of Code.
Comment 20•10 years ago
|
||
Hi,
I can help on the spec, but I wonder since now it's not part of GSoC anymore, shall we just start it now? or can we wait till we have more clear thoughts on V3? Thanks!
Flags: needinfo?(cawang)
Reporter | ||
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•