You are viewing a plain text version of this content. The canonical link for it is here.
Posted to photark-dev@incubator.apache.org by Luciano Resende <lu...@gmail.com> on 2010/03/26 06:16:25 UTC

Re: [PHOTARK-26] Revamp Admin UI to support delete,edit and update albums and pictures.

On Thu, Mar 25, 2010 at 10:20 PM, Suhothayan Sriskandarajah
<su...@gmail.com> wrote:
> hi,
>
> i thought of giving a try to fix this issue.
> when implementing this, i believe there will be a tremendous ui change in
> the admin panel
>
> so shall is start on designing the admin panel first
> or shall is start to implement the features first and then move to
> redesigning of the panel.
>
> i also thought of integrating the features that are needed to my gsoc
> project (OpenID integration to PhotArk) such as
> protecting albums and allocating permission to other users.
>
> please give your suggestions and ideas
>
> regards
> Suho
>

What do you have in mind regarding the UI ? I guess we would have two
pieces here : album info, where you can edit it's name and
description, and allowing a user to remove images from a album.

For the allowing images to be removed, I was thinking that we could
have a page, that would provide a list of image thumbnail from a
album, and that would allow the user to select various images and then
click "delete"

Maybe we could combine both pages into one page that would have "two
sections"... one for the general album info, and another for the
images as I described above...

Thoughts ?

-- 
Luciano Resende
http://people.apache.org/~lresende
http://twitter.com/lresende1975
http://lresende.blogspot.com/

Re: [PHOTARK-26] Revamp Admin UI to support delete,edit and update albums and pictures.

Posted by Suhothayan Sriskandarajah <su...@gmail.com>.
On 6 April 2010 20:26, Avdhesh Yadav <av...@avdheshyadav.com> wrote:

> fix it using by showing a popup to user.
>

hi,
i have attached a patch to the jira called "improved.patch". This solves all
the problems that are reported such as
1. stopping upload when on files selected
2. compatibility to Firefox, IE and Chrome
3. deletion images and albums
4. editing album description (using a button)(with out uploading any
images)

if anyone finds out any bugs or if you feel anything to be improved please
let  me know

Regards
Suho


> On Mon, Apr 5, 2010 at 10:07 PM, Suhothayan Sriskandarajah <
> suhothayan@gmail.com> wrote:
>
> > On 30 March 2010 13:44, Suhothayan Sriskandarajah <suhothayan@gmail.com
> > >wrote:
> >
> > >
> > >
> > > On 30 March 2010 12:59, Avdhesh Yadav <av...@avdheshyadav.com> wrote:
> > >
> > >> Hi,
> > >>
> > >> I saw the screen shots. What if user only wants to update the album
> > >> description without uploading images.In this screen shoot this is not
> > >> possible...There is one option that you place a Update button below
> the
> > >> description Text Box.This is quick fix but in future we may need more
> > task
> > >> on the albums.
> > >>
> > >>
> >
> > > yes you are right, i didn't think of that earlier.
> > > i'll add a button to it after finishing the implementation of removal
> of
> > > images.
> > >
> > > hi,
> >
> > I'm now working on the bug Avdhesh have reported, as he suggested i'll
> add
> > a
> > button for editing the album description.
> >
> > Further i too find an issue that if we select new Album, enter it's name
> > and
> > press upload with out selection any images. It gets saved in the drop
> down
> > list items, but it is not saved in the repository.
> > therefore i thought of not allowing a the user to create an album without
> > uploading images.
> > if you think it will be better allowing the user to create an album
> without
> > uploading any images please let me know I'll implement that way.
> >
> > i too have added a patch to jira regarding the grid view of images to the
> > admin and allowing the admin to delete images and albums.
> > if you have any other ideas or improvements let me know so i can improve
> it
> > further
> >
> > Regards
> > Suho
> >
> >
> > > regards
> > > Suho
> > >
> > >
> > >> +1 for the lower section.
> > >>
> > >>
> > >>
> > >> On Tue, Mar 30, 2010 at 12:45 PM, Avdhesh Yadav <avd@avdheshyadav.com
> > >> >wrote:
> > >>
> > >> > You can not attach a file to the mailing list.We are still waiting
> for
> > >> Wiki
> > >> > :(
> > >> >
> > >> >
> > >> >
> > >> > On Tue, Mar 30, 2010 at 9:36 AM, Suhothayan Sriskandarajah <
> > >> > suhothayan@gmail.com> wrote:
> > >> >
> > >> >>
> > >> >>
> > >> >> On 30 March 2010 02:06, Luciano Resende <lu...@gmail.com>
> > wrote:
> > >> >>
> > >> >>> On Mon, Mar 29, 2010 at 11:37 AM, Suhothayan Sriskandarajah
> > >> >>> <su...@gmail.com> wrote:
> > >> >>> >> I'm now working on deleting the pictures. shall I use HTTP
> DELETE
> > >> or
> > >> >>> HTTP
> > >> >>> > POST?
> > >> >>> > which is the preferred one?
> > >> >>> >
> > >> >>>
> > >> >>> A DELETE to the image resource should be ok... you will need to
> > >> >>> implement the delete logic in the image service collection in the
> > >> >>> backend side.... let me know if you need help with that.
> > >> >>>
> > >> >>> here is that attachment :)
> > >> >>
> > >> >>
> > >> >>>  --
> > >> >>> Luciano Resende
> > >> >>> http://people.apache.org/~lresende<http://people.apache.org/%7Elresende>
> <http://people.apache.org/%7Elresende>
> > <http://people.apache.org/%7Elresende>
> > >> <http://people.apache.org/%7Elresende>
> > >> >>> http://twitter.com/lresende1975
> > >> >>> http://lresende.blogspot.com/
> > >> >>>
> > >> >>
> > >> >>
> > >> >
> > >> >
> > >> > --
> > >> > Avdhesh Yadav
> > >> > http://www.avdheshyadav.com
> > >> >
> > >>
> > >>
> > >>
> > >> --
> > >> Avdhesh Yadav
> > >> http://www.avdheshyadav.com
> > >>
> > >
> > >
> >
>
>
>
> --
> Avdhesh Yadav
> http://www.avdheshyadav.com
>

Re: [PHOTARK-26] Revamp Admin UI to support delete,edit and update albums and pictures.

Posted by Avdhesh Yadav <av...@avdheshyadav.com>.
fix it using by showing a popup to user.

On Mon, Apr 5, 2010 at 10:07 PM, Suhothayan Sriskandarajah <
suhothayan@gmail.com> wrote:

> On 30 March 2010 13:44, Suhothayan Sriskandarajah <suhothayan@gmail.com
> >wrote:
>
> >
> >
> > On 30 March 2010 12:59, Avdhesh Yadav <av...@avdheshyadav.com> wrote:
> >
> >> Hi,
> >>
> >> I saw the screen shots. What if user only wants to update the album
> >> description without uploading images.In this screen shoot this is not
> >> possible...There is one option that you place a Update button below the
> >> description Text Box.This is quick fix but in future we may need more
> task
> >> on the albums.
> >>
> >>
>
> > yes you are right, i didn't think of that earlier.
> > i'll add a button to it after finishing the implementation of removal of
> > images.
> >
> > hi,
>
> I'm now working on the bug Avdhesh have reported, as he suggested i'll add
> a
> button for editing the album description.
>
> Further i too find an issue that if we select new Album, enter it's name
> and
> press upload with out selection any images. It gets saved in the drop down
> list items, but it is not saved in the repository.
> therefore i thought of not allowing a the user to create an album without
> uploading images.
> if you think it will be better allowing the user to create an album without
> uploading any images please let me know I'll implement that way.
>
> i too have added a patch to jira regarding the grid view of images to the
> admin and allowing the admin to delete images and albums.
> if you have any other ideas or improvements let me know so i can improve it
> further
>
> Regards
> Suho
>
>
> > regards
> > Suho
> >
> >
> >> +1 for the lower section.
> >>
> >>
> >>
> >> On Tue, Mar 30, 2010 at 12:45 PM, Avdhesh Yadav <avd@avdheshyadav.com
> >> >wrote:
> >>
> >> > You can not attach a file to the mailing list.We are still waiting for
> >> Wiki
> >> > :(
> >> >
> >> >
> >> >
> >> > On Tue, Mar 30, 2010 at 9:36 AM, Suhothayan Sriskandarajah <
> >> > suhothayan@gmail.com> wrote:
> >> >
> >> >>
> >> >>
> >> >> On 30 March 2010 02:06, Luciano Resende <lu...@gmail.com>
> wrote:
> >> >>
> >> >>> On Mon, Mar 29, 2010 at 11:37 AM, Suhothayan Sriskandarajah
> >> >>> <su...@gmail.com> wrote:
> >> >>> >> I'm now working on deleting the pictures. shall I use HTTP DELETE
> >> or
> >> >>> HTTP
> >> >>> > POST?
> >> >>> > which is the preferred one?
> >> >>> >
> >> >>>
> >> >>> A DELETE to the image resource should be ok... you will need to
> >> >>> implement the delete logic in the image service collection in the
> >> >>> backend side.... let me know if you need help with that.
> >> >>>
> >> >>> here is that attachment :)
> >> >>
> >> >>
> >> >>>  --
> >> >>> Luciano Resende
> >> >>> http://people.apache.org/~lresende<http://people.apache.org/%7Elresende>
> <http://people.apache.org/%7Elresende>
> >> <http://people.apache.org/%7Elresende>
> >> >>> http://twitter.com/lresende1975
> >> >>> http://lresende.blogspot.com/
> >> >>>
> >> >>
> >> >>
> >> >
> >> >
> >> > --
> >> > Avdhesh Yadav
> >> > http://www.avdheshyadav.com
> >> >
> >>
> >>
> >>
> >> --
> >> Avdhesh Yadav
> >> http://www.avdheshyadav.com
> >>
> >
> >
>



-- 
Avdhesh Yadav
http://www.avdheshyadav.com

Re: [PHOTARK-26] Revamp Admin UI to support delete,edit and update albums and pictures.

Posted by Suhothayan Sriskandarajah <su...@gmail.com>.
On 30 March 2010 13:44, Suhothayan Sriskandarajah <su...@gmail.com>wrote:

>
>
> On 30 March 2010 12:59, Avdhesh Yadav <av...@avdheshyadav.com> wrote:
>
>> Hi,
>>
>> I saw the screen shots. What if user only wants to update the album
>> description without uploading images.In this screen shoot this is not
>> possible...There is one option that you place a Update button below the
>> description Text Box.This is quick fix but in future we may need more task
>> on the albums.
>>
>>

> yes you are right, i didn't think of that earlier.
> i'll add a button to it after finishing the implementation of removal of
> images.
>
> hi,

I'm now working on the bug Avdhesh have reported, as he suggested i'll add a
button for editing the album description.

Further i too find an issue that if we select new Album, enter it's name and
press upload with out selection any images. It gets saved in the drop down
list items, but it is not saved in the repository.
therefore i thought of not allowing a the user to create an album without
uploading images.
if you think it will be better allowing the user to create an album without
uploading any images please let me know I'll implement that way.

i too have added a patch to jira regarding the grid view of images to the
admin and allowing the admin to delete images and albums.
if you have any other ideas or improvements let me know so i can improve it
further

Regards
Suho


> regards
> Suho
>
>
>> +1 for the lower section.
>>
>>
>>
>> On Tue, Mar 30, 2010 at 12:45 PM, Avdhesh Yadav <avd@avdheshyadav.com
>> >wrote:
>>
>> > You can not attach a file to the mailing list.We are still waiting for
>> Wiki
>> > :(
>> >
>> >
>> >
>> > On Tue, Mar 30, 2010 at 9:36 AM, Suhothayan Sriskandarajah <
>> > suhothayan@gmail.com> wrote:
>> >
>> >>
>> >>
>> >> On 30 March 2010 02:06, Luciano Resende <lu...@gmail.com> wrote:
>> >>
>> >>> On Mon, Mar 29, 2010 at 11:37 AM, Suhothayan Sriskandarajah
>> >>> <su...@gmail.com> wrote:
>> >>> >> I'm now working on deleting the pictures. shall I use HTTP DELETE
>> or
>> >>> HTTP
>> >>> > POST?
>> >>> > which is the preferred one?
>> >>> >
>> >>>
>> >>> A DELETE to the image resource should be ok... you will need to
>> >>> implement the delete logic in the image service collection in the
>> >>> backend side.... let me know if you need help with that.
>> >>>
>> >>> here is that attachment :)
>> >>
>> >>
>> >>>  --
>> >>> Luciano Resende
>> >>> http://people.apache.org/~lresende<http://people.apache.org/%7Elresende>
>> <http://people.apache.org/%7Elresende>
>> >>> http://twitter.com/lresende1975
>> >>> http://lresende.blogspot.com/
>> >>>
>> >>
>> >>
>> >
>> >
>> > --
>> > Avdhesh Yadav
>> > http://www.avdheshyadav.com
>> >
>>
>>
>>
>> --
>> Avdhesh Yadav
>> http://www.avdheshyadav.com
>>
>
>

Re: [PHOTARK-26] Revamp Admin UI to support delete,edit and update albums and pictures.

Posted by Suhothayan Sriskandarajah <su...@gmail.com>.
On 30 March 2010 12:59, Avdhesh Yadav <av...@avdheshyadav.com> wrote:

> Hi,
>
> I saw the screen shots. What if user only wants to update the album
> description without uploading images.In this screen shoot this is not
> possible...There is one option that you place a Update button below the
> description Text Box.This is quick fix but in future we may need more task
> on the albums.
>
> yes you are right, i didn't think of that earlier.
i'll add a button to it after finishing the implementation of removal of
images.

regards
Suho


> +1 for the lower section.
>
>
>
> On Tue, Mar 30, 2010 at 12:45 PM, Avdhesh Yadav <avd@avdheshyadav.com
> >wrote:
>
> > You can not attach a file to the mailing list.We are still waiting for
> Wiki
> > :(
> >
> >
> >
> > On Tue, Mar 30, 2010 at 9:36 AM, Suhothayan Sriskandarajah <
> > suhothayan@gmail.com> wrote:
> >
> >>
> >>
> >> On 30 March 2010 02:06, Luciano Resende <lu...@gmail.com> wrote:
> >>
> >>> On Mon, Mar 29, 2010 at 11:37 AM, Suhothayan Sriskandarajah
> >>> <su...@gmail.com> wrote:
> >>> >> I'm now working on deleting the pictures. shall I use HTTP DELETE or
> >>> HTTP
> >>> > POST?
> >>> > which is the preferred one?
> >>> >
> >>>
> >>> A DELETE to the image resource should be ok... you will need to
> >>> implement the delete logic in the image service collection in the
> >>> backend side.... let me know if you need help with that.
> >>>
> >>> here is that attachment :)
> >>
> >>
> >>>  --
> >>> Luciano Resende
> >>> http://people.apache.org/~lresende<http://people.apache.org/%7Elresende>
> <http://people.apache.org/%7Elresende>
> >>> http://twitter.com/lresende1975
> >>> http://lresende.blogspot.com/
> >>>
> >>
> >>
> >
> >
> > --
> > Avdhesh Yadav
> > http://www.avdheshyadav.com
> >
>
>
>
> --
> Avdhesh Yadav
> http://www.avdheshyadav.com
>

Re: [PHOTARK-26] Revamp Admin UI to support delete,edit and update albums and pictures.

Posted by Avdhesh Yadav <av...@avdheshyadav.com>.
Hi,

I saw the screen shots. What if user only wants to update the album
description without uploading images.In this screen shoot this is not
possible...There is one option that you place a Update button below the
description Text Box.This is quick fix but in future we may need more task
on the albums.


+1 for the lower section.



On Tue, Mar 30, 2010 at 12:45 PM, Avdhesh Yadav <av...@avdheshyadav.com>wrote:

> You can not attach a file to the mailing list.We are still waiting for Wiki
> :(
>
>
>
> On Tue, Mar 30, 2010 at 9:36 AM, Suhothayan Sriskandarajah <
> suhothayan@gmail.com> wrote:
>
>>
>>
>> On 30 March 2010 02:06, Luciano Resende <lu...@gmail.com> wrote:
>>
>>> On Mon, Mar 29, 2010 at 11:37 AM, Suhothayan Sriskandarajah
>>> <su...@gmail.com> wrote:
>>> >> I'm now working on deleting the pictures. shall I use HTTP DELETE or
>>> HTTP
>>> > POST?
>>> > which is the preferred one?
>>> >
>>>
>>> A DELETE to the image resource should be ok... you will need to
>>> implement the delete logic in the image service collection in the
>>> backend side.... let me know if you need help with that.
>>>
>>> here is that attachment :)
>>
>>
>>>  --
>>> Luciano Resende
>>> http://people.apache.org/~lresende<http://people.apache.org/%7Elresende>
>>> http://twitter.com/lresende1975
>>> http://lresende.blogspot.com/
>>>
>>
>>
>
>
> --
> Avdhesh Yadav
> http://www.avdheshyadav.com
>



-- 
Avdhesh Yadav
http://www.avdheshyadav.com

Re: [PHOTARK-26] Revamp Admin UI to support delete,edit and update albums and pictures.

Posted by Avdhesh Yadav <av...@avdheshyadav.com>.
You can not attach a file to the mailing list.We are still waiting for Wiki
:(


On Tue, Mar 30, 2010 at 9:36 AM, Suhothayan Sriskandarajah <
suhothayan@gmail.com> wrote:

>
>
> On 30 March 2010 02:06, Luciano Resende <lu...@gmail.com> wrote:
>
>> On Mon, Mar 29, 2010 at 11:37 AM, Suhothayan Sriskandarajah
>> <su...@gmail.com> wrote:
>> >> I'm now working on deleting the pictures. shall I use HTTP DELETE or
>> HTTP
>> > POST?
>> > which is the preferred one?
>> >
>>
>> A DELETE to the image resource should be ok... you will need to
>> implement the delete logic in the image service collection in the
>> backend side.... let me know if you need help with that.
>>
>> here is that attachment :)
>
>
>>  --
>> Luciano Resende
>> http://people.apache.org/~lresende <http://people.apache.org/%7Elresende>
>> http://twitter.com/lresende1975
>> http://lresende.blogspot.com/
>>
>
>


-- 
Avdhesh Yadav
http://www.avdheshyadav.com

Re: [PHOTARK-26] Revamp Admin UI to support delete,edit and update albums and pictures.

Posted by Suhothayan Sriskandarajah <su...@gmail.com>.
On 30 March 2010 02:06, Luciano Resende <lu...@gmail.com> wrote:

> On Mon, Mar 29, 2010 at 11:37 AM, Suhothayan Sriskandarajah
> <su...@gmail.com> wrote:
> >> I'm now working on deleting the pictures. shall I use HTTP DELETE or
> HTTP
> > POST?
> > which is the preferred one?
> >
>
> A DELETE to the image resource should be ok... you will need to
> implement the delete logic in the image service collection in the
> backend side.... let me know if you need help with that.
>
> here is that attachment :)


> --
> Luciano Resende
> http://people.apache.org/~lresende <http://people.apache.org/%7Elresende>
> http://twitter.com/lresende1975
> http://lresende.blogspot.com/
>

Re: [PHOTARK-26] Revamp Admin UI to support delete,edit and update albums and pictures.

Posted by Luciano Resende <lu...@gmail.com>.
On Mon, Mar 29, 2010 at 11:37 AM, Suhothayan Sriskandarajah
<su...@gmail.com> wrote:
>> I'm now working on deleting the pictures. shall I use HTTP DELETE or HTTP
> POST?
> which is the preferred one?
>

A DELETE to the image resource should be ok... you will need to
implement the delete logic in the image service collection in the
backend side.... let me know if you need help with that.

-- 
Luciano Resende
http://people.apache.org/~lresende
http://twitter.com/lresende1975
http://lresende.blogspot.com/

Re: [PHOTARK-26] Revamp Admin UI to support delete,edit and update albums and pictures.

Posted by Suhothayan Sriskandarajah <su...@gmail.com>.
On 30 March 2010 00:01, Suhothayan Sriskandarajah <su...@gmail.com>wrote:

>
>
> On 29 March 2010 22:56, Luciano Resende <lu...@gmail.com> wrote:
>
>> On Mon, Mar 29, 2010 at 12:26 AM, Suhothayan Sriskandarajah
>> <su...@gmail.com> wrote:
>> > On 26 March 2010 20:27, Avdhesh Yadav <av...@avdheshyadav.com> wrote:
>> >
>> >> Hi,
>> >>
>> >> 1 page with two sections for the managing a album is good idea.Top
>> section
>> >> for album info editing and lower section for the pictures editing.
>> >> but somehow we have to display the already created albums...
>> >> We already have upload.html..lets top section of this page as it
>> is.Create
>> >> a
>> >> lower section in this page were we display thumbnails of each album in
>> a
>> >> simple rectangular grid.
>> >> when User selects a album display next page which has two sections as
>> >> described by the Luciano.Top section for the editing the album info and
>> >> lower section for the editing images.
>> >>
>> >> Thoughts.
>> >>
>> >> hi,
>> > I'm now developing the admin page
>> > where there will be only one page and all the admin related stuff is
>> handled
>> > under that page.
>> > the albums are selected by the drop down (like the current upload.html)
>> > and when an album is selected in an onchange event the lower part of the
>> > admin panel (below upload.html) will get populated with the image
>> thumbnails
>> > of that album.
>> > And the album cover will be also displayed on the left side of the album
>> > description field.
>> >
>> > if you have and other ideas please let me know
>> >
>> > Regards
>> > Suho
>> >
>>
>> What do you mean by "only one page and all admin related stuff is
>> handled under that page" ? Is that more like, one "Album edit page,
>> and all operations will be handled on that page",
>
>
> yes that's what i meant.
>
> but we are still
>> going to have a separate uploadPage, and other pages for different
>> tasks in the future ?
>>
> yes we can move the upload functionality to another page in future.
> but since we are using the upload.html as the top section, for the moment
> the upload functionality is now in the same page.
>
> and what are the other tasks we are going to move  to new pages in the
> future?
>
>
> I'm now working on deleting the pictures. shall I use HTTP DELETE or HTTP
POST?
which is the preferred one?

regards
Suho

> regards
> Suho
>
>
>>
>> --
>> Luciano Resende
>> http://people.apache.org/~lresende <http://people.apache.org/%7Elresende>
>> http://twitter.com/lresende1975
>> http://lresende.blogspot.com/
>>
>
>

Re: [PHOTARK-26] Revamp Admin UI to support delete,edit and update albums and pictures.

Posted by Suhothayan Sriskandarajah <su...@gmail.com>.
On 29 March 2010 22:56, Luciano Resende <lu...@gmail.com> wrote:

> On Mon, Mar 29, 2010 at 12:26 AM, Suhothayan Sriskandarajah
> <su...@gmail.com> wrote:
> > On 26 March 2010 20:27, Avdhesh Yadav <av...@avdheshyadav.com> wrote:
> >
> >> Hi,
> >>
> >> 1 page with two sections for the managing a album is good idea.Top
> section
> >> for album info editing and lower section for the pictures editing.
> >> but somehow we have to display the already created albums...
> >> We already have upload.html..lets top section of this page as it
> is.Create
> >> a
> >> lower section in this page were we display thumbnails of each album in a
> >> simple rectangular grid.
> >> when User selects a album display next page which has two sections as
> >> described by the Luciano.Top section for the editing the album info and
> >> lower section for the editing images.
> >>
> >> Thoughts.
> >>
> >> hi,
> > I'm now developing the admin page
> > where there will be only one page and all the admin related stuff is
> handled
> > under that page.
> > the albums are selected by the drop down (like the current upload.html)
> > and when an album is selected in an onchange event the lower part of the
> > admin panel (below upload.html) will get populated with the image
> thumbnails
> > of that album.
> > And the album cover will be also displayed on the left side of the album
> > description field.
> >
> > if you have and other ideas please let me know
> >
> > Regards
> > Suho
> >
>
> What do you mean by "only one page and all admin related stuff is
> handled under that page" ? Is that more like, one "Album edit page,
> and all operations will be handled on that page",


yes that's what i meant.

but we are still
> going to have a separate uploadPage, and other pages for different
> tasks in the future ?
>
yes we can move the upload fuctioanality to another page in future.
but since we are using the upload.html as the top section, for the moment
the upload functionality is now in the same page.

and what are the other tasks we are going to move  to new pages in the
future?


regards
Suho


>
> --
> Luciano Resende
> http://people.apache.org/~lresende <http://people.apache.org/%7Elresende>
> http://twitter.com/lresende1975
> http://lresende.blogspot.com/
>

Re: [PHOTARK-26] Revamp Admin UI to support delete,edit and update albums and pictures.

Posted by Luciano Resende <lu...@gmail.com>.
On Mon, Mar 29, 2010 at 12:26 AM, Suhothayan Sriskandarajah
<su...@gmail.com> wrote:
> On 26 March 2010 20:27, Avdhesh Yadav <av...@avdheshyadav.com> wrote:
>
>> Hi,
>>
>> 1 page with two sections for the managing a album is good idea.Top section
>> for album info editing and lower section for the pictures editing.
>> but somehow we have to display the already created albums...
>> We already have upload.html..lets top section of this page as it is.Create
>> a
>> lower section in this page were we display thumbnails of each album in a
>> simple rectangular grid.
>> when User selects a album display next page which has two sections as
>> described by the Luciano.Top section for the editing the album info and
>> lower section for the editing images.
>>
>> Thoughts.
>>
>> hi,
> I'm now developing the admin page
> where there will be only one page and all the admin related stuff is handled
> under that page.
> the albums are selected by the drop down (like the current upload.html)
> and when an album is selected in an onchange event the lower part of the
> admin panel (below upload.html) will get populated with the image thumbnails
> of that album.
> And the album cover will be also displayed on the left side of the album
> description field.
>
> if you have and other ideas please let me know
>
> Regards
> Suho
>

What do you mean by "only one page and all admin related stuff is
handled under that page" ? Is that more like, one "Album edit page,
and all operations will be handled on that page", but we are still
going to have a separate uploadPage, and other pages for different
tasks in the future ?


-- 
Luciano Resende
http://people.apache.org/~lresende
http://twitter.com/lresende1975
http://lresende.blogspot.com/

Re: [PHOTARK-26] Revamp Admin UI to support delete,edit and update albums and pictures.

Posted by Suhothayan Sriskandarajah <su...@gmail.com>.
On 26 March 2010 20:27, Avdhesh Yadav <av...@avdheshyadav.com> wrote:

> Hi,
>
> 1 page with two sections for the managing a album is good idea.Top section
> for album info editing and lower section for the pictures editing.
> but somehow we have to display the already created albums...
> We already have upload.html..lets top section of this page as it is.Create
> a
> lower section in this page were we display thumbnails of each album in a
> simple rectangular grid.
> when User selects a album display next page which has two sections as
> described by the Luciano.Top section for the editing the album info and
> lower section for the editing images.
>
> Thoughts.
>
> hi,
I'm now developing the admin page
where there will be only one page and all the admin related stuff is handled
under that page.
the albums are selected by the drop down (like the current upload.html)
and when an album is selected in an onchange event the lower part of the
admin panel (below upload.html) will get populated with the image thumbnails
of that album.
And the album cover will be also displayed on the left side of the album
description field.

if you have and other ideas please let me know

Regards
Suho

On Fri, Mar 26, 2010 at 12:16 PM, Suhothayan Sriskandarajah <
> suhothayan@gmail.com> wrote:
>
> >
> >
> > On 26 March 2010 11:46, Luciano Resende <lu...@gmail.com> wrote:
> >
> >> On Thu, Mar 25, 2010 at 10:20 PM, Suhothayan Sriskandarajah
> >> <su...@gmail.com> wrote:
> >> > hi,
> >> >
> >> > i thought of giving a try to fix this issue.
> >> > when implementing this, i believe there will be a tremendous ui change
> >> in
> >> > the admin panel
> >> >
> >> > so shall is start on designing the admin panel first
> >> > or shall is start to implement the features first and then move to
> >> > redesigning of the panel.
> >> >
> >> > i also thought of integrating the features that are needed to my gsoc
> >> > project (OpenID integration to PhotArk) such as
> >> > protecting albums and allocating permission to other users.
> >> >
> >> > please give your suggestions and ideas
> >> >
> >> > regards
> >> > Suho
> >> >
> >>
> >> What do you have in mind regarding the UI ? I guess we would have two
> >> pieces here : album info, where you can edit it's name and
> >> description, and allowing a user to remove images from a album.
> >>
> >> yes we can modify the present  admin page and handle the album details.
> >
> > For the allowing images to be removed, I was thinking that we could
> >> have a page, that would provide a list of image thumbnail from a
> >> album, and that would allow the user to select various images and then
> >> click "delete"
> >>
> >> Maybe we could combine both pages into one page that would have "two
> >> sections"... one for the general album info, and another for the
> >> images as I described above...
> >>
> >> Thoughts ?
> >>
> >
> > we can have a hidden div for this which can be made visible by a "edit
> > images" or "mange images" button on the admin panel
> >  and we also can have the user info in the admin page and edit it in the
> > same way like images but it will give a form to edit those details.
> >
> > please give your ideas
> >
> > regards
> > Suho
> >
> >
> >>
> >> --
> >>
> >> Luciano Resende
> >> http://people.apache.org/~lresende<http://people.apache.org/%7Elresende><
> http://people.apache.org/%7Elresende>
> >> http://twitter.com/lresende1975
> >> http://lresende.blogspot.com/
> >>
> >
> >
>
>
> --
> Avdhesh Yadav
> http://www.avdheshyadav.com
>

Re: [PHOTARK-26] Revamp Admin UI to support delete,edit and update albums and pictures.

Posted by Avdhesh Yadav <av...@avdheshyadav.com>.
Hi,

1 page with two sections for the managing a album is good idea.Top section
for album info editing and lower section for the pictures editing.
but somehow we have to display the already created albums...
We already have upload.html..lets top section of this page as it is.Create a
lower section in this page were we display thumbnails of each album in a
simple rectangular grid.
when User selects a album display next page which has two sections as
described by the Luciano.Top section for the editing the album info and
lower section for the editing images.

Thoughts.

On Fri, Mar 26, 2010 at 12:16 PM, Suhothayan Sriskandarajah <
suhothayan@gmail.com> wrote:

>
>
> On 26 March 2010 11:46, Luciano Resende <lu...@gmail.com> wrote:
>
>> On Thu, Mar 25, 2010 at 10:20 PM, Suhothayan Sriskandarajah
>> <su...@gmail.com> wrote:
>> > hi,
>> >
>> > i thought of giving a try to fix this issue.
>> > when implementing this, i believe there will be a tremendous ui change
>> in
>> > the admin panel
>> >
>> > so shall is start on designing the admin panel first
>> > or shall is start to implement the features first and then move to
>> > redesigning of the panel.
>> >
>> > i also thought of integrating the features that are needed to my gsoc
>> > project (OpenID integration to PhotArk) such as
>> > protecting albums and allocating permission to other users.
>> >
>> > please give your suggestions and ideas
>> >
>> > regards
>> > Suho
>> >
>>
>> What do you have in mind regarding the UI ? I guess we would have two
>> pieces here : album info, where you can edit it's name and
>> description, and allowing a user to remove images from a album.
>>
>> yes we can modify the present  admin page and handle the album details.
>
> For the allowing images to be removed, I was thinking that we could
>> have a page, that would provide a list of image thumbnail from a
>> album, and that would allow the user to select various images and then
>> click "delete"
>>
>> Maybe we could combine both pages into one page that would have "two
>> sections"... one for the general album info, and another for the
>> images as I described above...
>>
>> Thoughts ?
>>
>
> we can have a hidden div for this which can be made visible by a "edit
> images" or "mange images" button on the admin panel
>  and we also can have the user info in the admin page and edit it in the
> same way like images but it will give a form to edit those details.
>
> please give your ideas
>
> regards
> Suho
>
>
>>
>> --
>>
>> Luciano Resende
>> http://people.apache.org/~lresende <http://people.apache.org/%7Elresende>
>> http://twitter.com/lresende1975
>> http://lresende.blogspot.com/
>>
>
>


-- 
Avdhesh Yadav
http://www.avdheshyadav.com

Re: [PHOTARK-26] Revamp Admin UI to support delete,edit and update albums and pictures.

Posted by Suhothayan Sriskandarajah <su...@gmail.com>.
On 26 March 2010 11:46, Luciano Resende <lu...@gmail.com> wrote:

> On Thu, Mar 25, 2010 at 10:20 PM, Suhothayan Sriskandarajah
> <su...@gmail.com> wrote:
> > hi,
> >
> > i thought of giving a try to fix this issue.
> > when implementing this, i believe there will be a tremendous ui change in
> > the admin panel
> >
> > so shall is start on designing the admin panel first
> > or shall is start to implement the features first and then move to
> > redesigning of the panel.
> >
> > i also thought of integrating the features that are needed to my gsoc
> > project (OpenID integration to PhotArk) such as
> > protecting albums and allocating permission to other users.
> >
> > please give your suggestions and ideas
> >
> > regards
> > Suho
> >
>
> What do you have in mind regarding the UI ? I guess we would have two
> pieces here : album info, where you can edit it's name and
> description, and allowing a user to remove images from a album.
>
> yes we can modify the present  admin page and handle the album details.

For the allowing images to be removed, I was thinking that we could
> have a page, that would provide a list of image thumbnail from a
> album, and that would allow the user to select various images and then
> click "delete"
>
> Maybe we could combine both pages into one page that would have "two
> sections"... one for the general album info, and another for the
> images as I described above...
>
> Thoughts ?
>

we can have a hidden div for this which can be made visible by a "edit
images" or "mange images" button on the admin panel
 and we also can have the user info in the admin page and edit it in the
same way like images but it will give a form to edit those details.

please give your ideas

regards
Suho


>
> --
> Luciano Resende
> http://people.apache.org/~lresende <http://people.apache.org/%7Elresende>
> http://twitter.com/lresende1975
> http://lresende.blogspot.com/
>