Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / im / tables.py @ 548938f6

History | View | Annotate | Download (14.4 kB)

# Date Author Comment
82a53261 08/09/2013 11:54 am Giorgos Korfiatis

astakos: Disable pagination and ordering in project tables

Prepare the tables for client-side ordering.

6d583e07 08/07/2013 12:01 pm Giorgos Korfiatis

astakos: Simplify project schema

Applications now point to a project (rather than an extra model Chain).
A Project is created upon submitting an application; it always points to
a single `reference' application.

Model Chain is kept as a sequence to generate project ids.

f243d667 08/07/2013 12:01 pm Giorgos Korfiatis

astakos: Adapt UI to new project schema

Base tables on projects rather than applications; update templates.

dc946891 08/07/2013 12:01 pm Giorgos Korfiatis

astakos: Omit project_id in membership operations

Identify a membership by its id only.

866e5768 08/07/2013 12:01 pm Giorgos Korfiatis

astakos: Cleanup checks for membership actions

51db2da2 08/07/2013 12:01 pm Giorgos Korfiatis

astakos: Fix some issues pointed out by pyflakes

b10ceccd 08/07/2013 12:01 pm Giorgos Korfiatis

astakos: Enhance project tables rendering

Prefetch data in bulk queries in order to avoid continuously querying
the database.

ce264c16 06/28/2013 09:27 pm Christos Stavrakakis

Merge branch 'hotfix-0.14.2' into develop

Conflicts:
snf-astakos-app/astakos/im/views/projects.py
snf-cyclades-app/synnefo/logic/backend.py
snf-django-lib/snf_django/lib/astakos.py
version

d895de37 06/28/2013 01:34 pm Giorgos Korfiatis

astakos: Fix listing of approved members

Include leave requested and suspended members in the list of approved.

8fb8d0cf 06/17/2013 04:22 pm Giorgos Korfiatis

astakos: pep8 fixes

460b907d 05/29/2013 10:15 am Kostas Papadimitriou

Merge branch 'develop' into feature-projects-ux

Conflicts:
snf-astakos-app/astakos/im/templates/im/projects/intro.html
snf-astakos-app/astakos/im/templatetags/astakos_tags.py
snf-astakos-app/astakos/im/urls.py
snf-astakos-app/astakos/im/views.py

3e0a032d 05/21/2013 11:54 am Sofia Papagiannaki

astakos: remove unused imports

7f3c4920 05/02/2013 03:49 pm Giorgos Korfiatis

astakos: Control project members by membership id

c2b1d833 04/26/2013 06:39 pm Olga Brani

Astakos: More UX improvement for project members page

61edd5cd 04/25/2013 05:56 pm Olga Brani

Astakos: Checkboxes for members actions (project members page)

3f3dc4b7 04/24/2013 05:35 pm Olga Brani

Astakos: Improve UX for project details/members page.

7aac6b38 03/28/2013 05:01 pm Giorgos Korfiatis

Let admin see project status just like its owner

Admin is interested in projects `Pending for review'. They appeared
as `Unknown' in the project list before. With the current change,
the status of an admin being a member of a project is hidden,
since we don't present combined project/membership states.

5cc7d5b3 02/14/2013 04:27 pm Giorgos Korfiatis

Do not expose names of project members

c1007621 02/14/2013 04:26 pm Giorgos Korfiatis

Add LEAVE_REQUESTED state on ProjectMembership

8e1a5af5 02/14/2013 04:26 pm Georgios D. Tsoukalas

approve, deny, dismiss views

At the project application detail, project administrators
(ASTAKOS_PROJECT_ADMINS setting) may approve or deny it.
A denied application is still viewable by the applicant,
until he dismisses it from the same page.

The project administrators' project list includes all projects.

c88913f7 01/24/2013 10:27 pm Giorgos Korfiatis

Status in project list

d4660e00 01/24/2013 07:04 pm Giorgos Korfiatis

Changes in project_detail

Distinguish project/application view as well as
owner/simple user mode

b87429e1 01/23/2013 03:10 pm Olga Brani

Bug/style fixes

aad0e329 01/22/2013 06:55 pm Giorgos Korfiatis

Option to cancel membership request

3e3743f2 01/22/2013 05:56 pm Giorgos Korfiatis

wip More progress with chains

7184f408 01/22/2013 03:29 pm Giorgos Korfiatis

wip Progress with chains

ff67242a 01/22/2013 01:28 pm Giorgos Korfiatis

wip Project views by chain_id

0cf289c2 01/18/2013 07:23 pm Sofia Papagiannaki

Substitute deprecated sortable argument to orderable

7db8c163 01/15/2013 03:32 pm Georgios D. Tsoukalas

add pending members indication in projects

f5991951 01/14/2013 01:51 pm Kostas Papadimitriou

Project action fix

show leave action also when user requested to join the project

f31db8a5 01/14/2013 01:21 pm Georgios D. Tsoukalas

change date column names

bd9af366 01/14/2013 12:21 pm Kostas Papadimitriou

Additional project views fixes

05617ab9 01/11/2013 06:42 pm Kostas Papadimitriou

New states views Part 1

7cb08744 01/08/2013 03:48 pm Kostas Papadimitriou

Exclude start_date column

9b32e2fb 01/08/2013 03:36 pm Kostas Papadimitriou

Projects list improvements

db9a498c 01/08/2013 03:34 pm Kostas Papadimitriou

Project details view improvements

6795eb09 01/07/2013 03:14 pm Kostas Papadimitriou

Truncate project name column

6c22d993 01/07/2013 10:58 am Kostas Papadimitriou

Handle all membership states

f3a45fc6 01/07/2013 10:25 am Kostas Papadimitriou

Fix membership admin actions

- Require POST request in membership reject/remove views
- Fix members table actions cell content
- Fix reject/remove actions urls

3f0d6293 01/04/2013 11:04 pm Kostas Papadimitriou

Project members table administration actions column

6401cff2 01/04/2013 06:33 pm Sofia Papagiannaki

Do not allow user whose project acceptation is
pending to leave the project.

b7c802a2 01/04/2013 06:13 pm Olga Brani

Different table pagination
Style fixes and minor corrections

f38084ce 01/04/2013 04:20 pm Kostas Papadimitriou

Merge remote-tracking branch 'synnefo/feature-astakos-tables' into feature-astakos-tables

Conflicts:
snf-astakos-app/astakos/im/tables.py

91cb6fb6 01/04/2013 04:14 pm Kostas Papadimitriou

Projects list/search actions

dynamic column which contains available project action based on user/project
relation

caf0bfc7 01/03/2013 05:52 pm Olga Brani

Merge branch 'feature-astakos-tables' of https://code.grnet.gr/git/synnefo into feature-astakos-tables

e6d284ef 01/03/2013 05:51 pm Olga Brani

Astakos tables fixes

5d87753f 01/03/2013 05:16 pm Kostas Papadimitriou

Proper member name display

2743e261 01/03/2013 04:39 pm Kostas Papadimitriou

Project members table refactoring

- Use django-tables2 to render table

a5cef8d0 01/03/2013 03:32 pm Kostas Papadimitriou

Projects list/search refactoring

5550bcfb 12/27/2012 03:04 pm Kostas Papadimitriou

Initial use django-tables2

improves table view development by spliting table data access and presentation
onto separate layers.