From: Stephen W. <sa...@us...> - 2003-11-10 17:25:34
|
I'll add an attribute 'speeddial' to each number that has a speed dial number. 'numbers': [{'type': 'cell', 'number': '1234567890', 'speeddial': 3}], (Should the speed dial key/index be a number or string?) I won't deal with voice dial now since the actual voice files are available and can be read and written and kept track of which makes it all the more complicated. Steve On Sun, 2003-11-09 at 14:24, Roger Binns wrote: > > I wonder how Bitpim should handle Speed dial > > indices. > > There are two choices. One would be to store it as a seperate > table alongside phonebook. Groups is already done this way, > although I do want to get rid of that. > > The other is to add speed and voice dial information to each > phone number if needed. This is what I would prefer to happen. > The only side effect is that the speed dial then becomes a > property of the number, not the phone. As an example if you > read from one phone and then wrote to another, the second > phone would end up with the same speeddials. > > The second approach is what I prefer. > > Roger > > > ------------------------------------------------------- > This SF.Net email sponsored by: ApacheCon 2003, > 16-19 November in Las Vegas. Learn firsthand the latest > developments in Apache, PHP, Perl, XML, Java, MySQL, > WebDAV, and more! http://www.apachecon.com/ > _______________________________________________ > Bitpim-devel mailing list > Bit...@li... > https://lists.sourceforge.net/lists/listinfo/bitpim-devel |