Thorin Schiffer

Results 17 issues of Thorin Schiffer

Acceptance tests have very specific and heavy dependencies, which makes building the python env slow and also interferes with unit tests from the project. Acceptance tests should get their own...

bug
good first issue
technical

Currently, the source code is placed on the same level as the rest of the files. This can be a big impediment in splitting the things from each other and...

bug
good first issue
technical

Currently the project listing ![image](https://user-images.githubusercontent.com/3502492/82217855-535d1f80-991b-11ea-9d13-e5a9895c9067.png) And inspection ![image](https://user-images.githubusercontent.com/3502492/82217904-62dc6880-991b-11ea-96e0-ee756588cafe.png) look quite basic and don't represent the conversation flow. The messages will be organized corresponding to their threads structure and also link...

good first issue

Using the data from the log entries (see #27), the default wagtail dashboard will be extended and represent the overall activity in the project, including the page edits, which are...

enhancement
good first issue
crm

The project inspect page will become a full log of actions happened to it. ![image](https://user-images.githubusercontent.com/3502492/82216616-7daddd80-9919-11ea-9e0b-18b4006b3854.png) This is particularly useful when maintaining a long term leads with corporate clients. Probably logging...

enhancement
good first issue
crm
project view

Currently, the project in the project portfolio don't correspond the highlighted project in the front page, which can be quite misleading. ![image](https://user-images.githubusercontent.com/3502492/82215480-c5cc0080-9917-11ea-9aa5-3e0901dbd2c1.png) The highlighted projects will be following first. Besides...

enhancement
good first issue
crm
cv

Hey folks, while trying to migrate accounts app with ``` ./manage.py migrate accounts ``` I get following error: ``` ValueError: Cannot successfully create field 'user' for model 'transfer': "The model...